/external/libaom/libaom/test/ |
D | warp_filter_test_util.cc | 124 int sub_x, sub_y; in RunSpeedTest() local 149 sub_x = 0; in RunSpeedTest() 161 sub_x, sub_y, &conv_params, alpha, beta, gamma, delta); in RunSpeedTest() 184 int i, j, sub_x, sub_y; in RunCheckOutput() local 210 for (sub_x = 0; sub_x < 2; ++sub_x) in RunCheckOutput() 233 out_h, out_w, sub_x, sub_y, &conv_params, alpha, in RunCheckOutput() 247 out_w, sub_x, sub_y, &conv_params, alpha, beta, gamma, in RunCheckOutput() 318 int sub_x, sub_y; in RunSpeedTest() local 344 sub_x = 0; in RunSpeedTest() 356 sub_x, sub_y, bd, &conv_params, alpha, beta, gamma, delta); in RunSpeedTest() [all …]
|
/external/libaom/libaom/av1/common/ |
D | cfl.c | 304 int sub_x, int sub_y) { in CFL_GET_SUBSAMPLE_FUNCTION() 305 if (sub_x == 1) { in CFL_GET_SUBSAMPLE_FUNCTION() 316 int sub_x, int sub_y) { in cfl_subsampling_lbd() argument 317 if (sub_x == 1) { in cfl_subsampling_lbd() 331 const int sub_x = cfl->subsampling_x; in cfl_store() local 334 const int store_col = col << (tx_off_log2 - sub_x); in cfl_store() 336 const int store_width = width >> sub_x; in cfl_store() 361 cfl_subsampling_hbd(tx_size, sub_x, sub_y)(CONVERT_TO_SHORTPTR(input), in cfl_store() 364 cfl_subsampling_lbd(tx_size, sub_x, sub_y)(input, input_stride, in cfl_store() 369 cfl_subsampling_lbd(tx_size, sub_x, sub_y)(input, input_stride, recon_buf_q3); in cfl_store()
|
/external/igt-gpu-tools/tests/ |
D | prime_nv_pcopy.c | 651 uint32_t sub_x, uint32_t sub_y, in check3() argument 656 sub_w += sub_x; in check3() 665 if ((x < sub_x || x >= sub_w) || in check3()
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_astc.cpp | 1857 for (unsigned sub_x = 0; sub_x < dst_blk_w; ++sub_x) { in _mesa_unpack_astc_2d_ldr() local 1859 (x * blk_w + sub_x) * 4; in _mesa_unpack_astc_2d_ldr() 1860 const uint16_t *src = &block_out[(sub_y * blk_w + sub_x) * 4]; in _mesa_unpack_astc_2d_ldr()
|
/external/libaom/libaom/av1/encoder/ |
D | interp_search.c | 583 const int sub_x = (mv_q4.col & SUBPEL_MASK) << SCALE_EXTRA_BITS; in calc_interp_skip_pred_flag() local 585 skip_hor_plane |= ((sub_x == 0) << plane_idx); in calc_interp_skip_pred_flag()
|
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 880 … float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int… 901 … float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int… 3627 … float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int… in stbtt_MakeCodepointBitmapSubpixelPrefilter() argument 3629 …t_stride, scale_x, scale_y, shift_x, shift_y, oversample_x, oversample_y, sub_x, sub_y, stbtt_Find… in stbtt_MakeCodepointBitmapSubpixelPrefilter() 4021 …y, float shift_x, float shift_y, int prefilter_x, int prefilter_y, float *sub_x, float *sub_y, int… in stbtt_MakeGlyphBitmapSubpixelPrefilter() argument 4040 *sub_x = stbtt__oversample_shift(prefilter_x); in stbtt_MakeGlyphBitmapSubpixelPrefilter() 4057 float recip_h,recip_v,sub_x,sub_y; in stbtt_PackFontRangesRenderIntoRects() local 4062 sub_x = stbtt__oversample_shift(spc->h_oversample); in stbtt_PackFontRangesRenderIntoRects() 4108 bc->xoff = (float) x0 * recip_h + sub_x; in stbtt_PackFontRangesRenderIntoRects() 4110 bc->xoff2 = (x0 + r->w) * recip_h + sub_x; in stbtt_PackFontRangesRenderIntoRects()
|