/external/libaom/libaom/test/ |
D | warp_filter_test_util.cc | 124 int sub_x, sub_y; in RunSpeedTest() local 150 sub_y = 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 211 for (sub_y = 0; sub_y < 2; ++sub_y) { 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 345 sub_y = 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() 306 if (sub_y == 1) { in CFL_GET_SUBSAMPLE_FUNCTION() 316 int sub_x, int sub_y) { in cfl_subsampling_lbd() argument 318 if (sub_y == 1) { in cfl_subsampling_lbd() 332 const int sub_y = cfl->subsampling_y; in cfl_store() local 333 const int store_row = row << (tx_off_log2 - sub_y); in cfl_store() 335 const int store_height = height >> sub_y; 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 657 sub_h += sub_y; in check3() 666 (y < sub_y || y >= sub_h)) in check3()
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_astc.cpp | 1856 for (unsigned sub_y = 0; sub_y < dst_blk_h; ++sub_y) { in _mesa_unpack_astc_2d_ldr() local 1858 uint8_t *dst = dst_row + sub_y * dst_stride + 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 | 584 const int sub_y = (mv_q4.row & SUBPEL_MASK) << SCALE_EXTRA_BITS; in calc_interp_skip_pred_flag() local 586 skip_ver_plane |= ((sub_y == 0) << plane_idx); in calc_interp_skip_pred_flag()
|
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 880 …t_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int codepoint); 901 …shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int glyph); 3627 …ft_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int codepoint) in stbtt_MakeCodepointBitmapSubpixelPrefilter() argument 3629 …e, scale_x, scale_y, shift_x, shift_y, oversample_x, oversample_y, sub_x, sub_y, stbtt_FindGlyphIn… in stbtt_MakeCodepointBitmapSubpixelPrefilter() 4021 …at shift_x, float shift_y, int prefilter_x, int prefilter_y, float *sub_x, float *sub_y, int glyph) in stbtt_MakeGlyphBitmapSubpixelPrefilter() argument 4041 *sub_y = stbtt__oversample_shift(prefilter_y); in stbtt_MakeGlyphBitmapSubpixelPrefilter() 4057 float recip_h,recip_v,sub_x,sub_y; in stbtt_PackFontRangesRenderIntoRects() local 4063 sub_y = stbtt__oversample_shift(spc->v_oversample); in stbtt_PackFontRangesRenderIntoRects() 4109 bc->yoff = (float) y0 * recip_v + sub_y; in stbtt_PackFontRangesRenderIntoRects() 4111 bc->yoff2 = (y0 + r->h) * recip_v + sub_y; in stbtt_PackFontRangesRenderIntoRects()
|