/aosp_15_r20/external/libaom/test/ |
H A D | hiprec_convolve_test_util.cc | 128 const int out_w = GET_PARAM(0), out_h = GET_PARAM(1); in RunCheckOutput() local 174 const int out_w = GET_PARAM(0), out_h = GET_PARAM(1); in RunSpeedTest() local 261 const int out_w = GET_PARAM(0), out_h = GET_PARAM(1); in RunCheckOutput() local 312 const int out_w = GET_PARAM(0), out_h = GET_PARAM(1); in RunSpeedTest() local
|
/aosp_15_r20/external/libaom/av1/encoder/x86/ |
H A D | ml_sse3.c | 84 const float *const weights, __m128 *const out_h, in av1_nn_propagate_4to8_sse3() 142 static void nn_activate8(__m128 *out_h, __m128 *out_l) { in nn_activate8() 171 __m128 out_h = _mm_loadu_ps(&layer_bias[out + 4]); in av1_nn_predict_sse3() local
|
H A D | ml_avx2.c | 180 __m128 out_h = _mm_loadu_ps(&out_temp[out + 4]); in av1_nn_predict_avx2() local
|
H A D | cnn_avx2.c | 297 const int out_h = u * out_stride; in cnn_convolve_no_maxpool_padding_valid_5x5_avx2() local
|
/aosp_15_r20/external/libaom/av1/encoder/arm/ |
H A D | ml_neon.c | 20 static void nn_activate8(float32x4_t *out_h, float32x4_t *out_l, in nn_activate8() 184 float32x4_t out_h = vld1q_f32(&layer_bias[4]); in nn_propagate_4to8() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | cnn.c | 499 const int out_h = u * out_stride + start_idx; in convolve_element_wise() local 535 const int out_h = u * out_stride; in convolve_no_maxpool_padding_zero() local 587 const int out_h = u * out_stride; in convolve_no_maxpool_padding_replicate() local 626 const int out_h = u * out_stride; in av1_cnn_convolve_no_maxpool_padding_valid_c() local
|
/aosp_15_r20/external/mesa3d/src/vulkan/util/ |
H A D | vk_extensions_gen.py | 111 def gen_extensions(xml_files, extensions, out_c, out_h): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | space_to_depth.h | 63 const int out_h = in_h / block_size; in SpaceToDepth() local
|
H A D | depth_to_space.h | 54 for (int out_h = 0; out_h < output_height; ++out_h) { in DepthToSpace() local
|
H A D | batch_to_space_nd.h | 77 const int out_h = in_h * block_shape_height + in BatchToSpaceND() local
|
H A D | space_to_batch_nd.h | 83 for (int out_h = 0; out_h < output_height; ++out_h) { in SpaceToBatchND() local
|
H A D | pad.h | 93 for (int out_h = 0; out_h < output_height; ++out_h) { in PadImpl() local
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/filewrapper/ |
H A D | filewrapper.cc | 222 File out_h(*arg++, "wb"); in main() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | spacetodepth_op.cc | 176 const int out_h = h / block_size; in operator ()() local
|
H A D | spacetodepth_op_gpu.cu.cc | 48 const int out_h = h / block_size; in S2D_NHWC() local
|
/aosp_15_r20/external/toybox/kconfig/ |
H A D | confdata.c | 693 FILE *out, *out_h; in conf_write_autoconf() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/loongarch/ |
H A D | loopfilter_16_lsx.c | 136 __m128i out_h, out_l; in hz_lpf_t16_16w() local 938 __m128i out_l, out_h; in vt_lpf_t16_16w() local
|
/aosp_15_r20/external/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 3598 …pSubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride,… in stbtt_MakeGlyphBitmapSubpixel() 3617 …yphBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride,… in stbtt_MakeGlyphBitmap() 3627 …Prefilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride,… in stbtt_MakeCodepointBitmapSubpixelPrefilter() 3632 …pSubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride,… in stbtt_MakeCodepointBitmapSubpixel() 3642 …intBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride,… in stbtt_MakeCodepointBitmap() 4021 …Prefilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride,… in stbtt_MakeGlyphBitmapSubpixelPrefilter()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/dsa/ |
H A D | dsa.c | 210 unsigned long *out_h, BN_GENCB *cb) { in DSA_generate_parameters_ex()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/dsa/ |
D | dsa.c | 208 unsigned long *out_h, BN_GENCB *cb) { in DSA_generate_parameters_ex()
|
/aosp_15_r20/external/boringssl/src/crypto/dsa/ |
H A D | dsa.c | 210 unsigned long *out_h, BN_GENCB *cb) { in DSA_generate_parameters_ex()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/dsa/ |
D | dsa.c | 208 unsigned long *out_h, BN_GENCB *cb) { in DSA_generate_parameters_ex()
|
/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/ |
H A D | onedevice_train_palm_detection_filter_inference_beta.cc | 405 for (int32_t out_h = 0; out_h < output_height; ++out_h) { in SpaceToBatchNDRank4() local 473 const int32_t out_h = in_h * block_shape_height + in BatchToSpaceNDRank4() local
|
H A D | onedevice_train_palm_detection_filter_inference.cc | 406 for (int32_t out_h = 0; out_h < output_height; ++out_h) { in SpaceToBatchNDRank4() local 474 const int32_t out_h = in_h * block_shape_height + in BatchToSpaceNDRank4() local
|
H A D | onedevice_train_palm_detection_filter_inference_v2.cc | 405 for (int32_t out_h = 0; out_h < output_height; ++out_h) { in SpaceToBatchNDRank4() local 473 const int32_t out_h = in_h * block_shape_height + in BatchToSpaceNDRank4() local
|