/external/libaom/libaom/test/ |
D | hiprec_convolve_test_util.cc | 92 const int out_w = GET_PARAM(0), out_h = GET_PARAM(1); in RunCheckOutput() local 138 const int out_w = GET_PARAM(0), out_h = GET_PARAM(1); in RunSpeedTest() local 230 const int out_w = GET_PARAM(0), out_h = GET_PARAM(1); in RunCheckOutput() local 281 const int out_w = GET_PARAM(0), out_h = GET_PARAM(1); in RunSpeedTest() local
|
D | av1_convolve_2d_test_util.cc | 62 const int out_h = block_size_high[block_idx] >> shift; in RunCheckOutput() local 137 const int out_h = block_size_high[block_idx] >> shift; in RunSpeedTest() local 188 const int out_h = block_size_high[block_idx]; in RunCheckOutput() local 323 const int out_h = block_size_high[block_idx]; in RunSpeedTest() local 409 const int out_h = block_size_high[block_idx] >> shift; in RunSpeedTest() local 457 const int out_h = block_size_high[block_idx] >> shift; in RunCheckOutput() local 533 const int out_h = block_size_high[block_idx]; in RunSpeedTest() local 591 const int out_h = block_size_high[block_idx]; in RunCheckOutput() local
|
/external/mesa3d/src/vulkan/util/ |
D | vk_extensions_gen.py | 170 def gen_extensions(driver, xml_files, api_versions, max_api_version, extensions, out_c, out_h, incl… argument
|
/external/libaom/libaom/av1/encoder/x86/ |
D | ml_sse3.c | 84 const float *const weights, __m128 *const out_h, in nn_propagate_4to8() 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
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | space_to_depth.h | 61 const int out_h = in_h / block_size; in SpaceToDepth() local
|
D | depth_to_space.h | 54 for (int out_h = 0; out_h < output_height; ++out_h) { in DepthToSpace() local
|
D | batch_to_space_nd.h | 77 const int out_h = in_h * block_shape_height + in BatchToSpaceND() local
|
D | space_to_batch_nd.h | 83 for (int out_h = 0; out_h < output_height; ++out_h) { in SpaceToBatchND() local
|
D | pad.h | 89 for (int out_h = 0; out_h < output_height; ++out_h) { in PadImpl() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | spacetodepth_op.cc | 176 const int out_h = h / block_size; in operator ()() local
|
D | spacetodepth_op_gpu.cu.cc | 48 const int out_h = h / block_size; in S2D_NHWC() local
|
/external/toybox/kconfig/ |
D | confdata.c | 693 FILE *out, *out_h; in conf_write_autoconf() local
|
/external/libaom/libaom/av1/encoder/ |
D | cnn.c | 543 const int out_h = u * out_stride + start_idx; in av1_cnn_convolve_c() local 578 const int out_h = u * out_stride; in av1_cnn_convolve_c() local 627 const int out_h = u * out_stride; in av1_cnn_convolve_c() local 659 const int out_h = u * out_stride; in av1_cnn_convolve_c() local
|
/external/boringssl/src/crypto/dsa/ |
D | dsa.c | 208 unsigned long *out_h, BN_GENCB *cb) { in DSA_generate_parameters_ex()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/dsa/ |
D | dsa.c | 209 unsigned long *out_h, BN_GENCB *cb) { in DSA_generate_parameters_ex()
|
/external/mesa3d/src/imgui/ |
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()
|
D | imgui.cpp | 1778 void ImGui::ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_… in ColorConvertRGBtoHSV()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_intrapred_intrin_ssse3.c | 791 const __m128i out_h = _mm_unpackhi_epi16(avg2_3, avg3_3); in vpx_highbd_d207_predictor_32x32_ssse3() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 1707 for (int out_h = 0; out_h < output_height; ++out_h) { in SpaceToDepth() local 5040 const int out_h = in_h * block_shape_height + in BatchToSpaceND() local 5147 for (int out_h = left_h_padding; out_h < output_height - right_h_padding; in PadImpl() local
|