/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 | 61 const int out_w = block_size_wide[block_idx] >> shift; in RunCheckOutput() local 136 const int out_w = block_size_wide[block_idx] >> shift; in RunSpeedTest() local 187 const int out_w = block_size_wide[block_idx]; in RunCheckOutput() local 322 const int out_w = block_size_wide[block_idx]; in RunSpeedTest() local 408 const int out_w = block_size_wide[block_idx] >> shift; in RunSpeedTest() local 456 const int out_w = block_size_wide[block_idx] >> shift; in RunCheckOutput() local 532 const int out_w = block_size_wide[block_idx]; in RunSpeedTest() local 590 const int out_w = block_size_wide[block_idx]; in RunCheckOutput() local
|
D | warp_filter_test_util.cc | 119 const int out_w = std::get<0>(params), out_h = std::get<1>(params); in RunSpeedTest() local 182 const int out_w = std::get<0>(params), out_h = std::get<1>(params); in RunCheckOutput() local 315 const int out_w = std::get<0>(param), out_h = std::get<1>(param); in RunSpeedTest() local 378 const int out_w = std::get<0>(param), out_h = std::get<1>(param); in RunCheckOutput() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | space_to_depth.h | 60 const int out_w = in_w / block_size; in SpaceToDepth() local
|
D | depth_to_space.h | 55 for (int out_w = 0; out_w < output_width; ++out_w) { in DepthToSpace() local
|
D | batch_to_space_nd.h | 83 const int out_w = in_w * block_shape_width + in BatchToSpaceND() local
|
D | space_to_batch_nd.h | 84 for (int out_w = 0; out_w < output_width; ++out_w) { in SpaceToBatchND() local
|
D | pad.h | 90 for (int out_w = 0; out_w < output_width; ++out_w) { in PadImpl() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | spacetodepth_op.cc | 179 const int out_w = w / block_size; in operator ()() local
|
D | spacetodepth_op_gpu.cu.cc | 50 const int out_w = w / block_size; in S2D_NHWC() local
|
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 3598 …eGlyphBitmapSubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int … in stbtt_MakeGlyphBitmapSubpixel() 3617 STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, … in stbtt_MakeGlyphBitmap() 3627 …mapSubpixelPrefilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int … in stbtt_MakeCodepointBitmapSubpixelPrefilter() 3632 …epointBitmapSubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int … in stbtt_MakeCodepointBitmapSubpixel() 3642 …_MakeCodepointBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int … in stbtt_MakeCodepointBitmap() 4021 …mapSubpixelPrefilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int … in stbtt_MakeGlyphBitmapSubpixelPrefilter()
|
D | imgui.cpp | 1253 …c2& a, const ImVec2& b, const ImVec2& c, const ImVec2& p, float& out_u, float& out_v, float& out_w) in ImTriangleBarycentricCoords()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 1711 for (int out_w = 0; out_w < output_width; ++out_w) { in SpaceToDepth() local 5053 const int out_w = in_w * block_shape_width + in BatchToSpaceND() local 5154 for (int out_w = left_w_padding; out_w < output_width - right_w_padding; in PadImpl() local
|