Searched refs:sub_x (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/test/ |
D | warp_filter_test_util.cc | 122 int sub_x, sub_y; in RunSpeedTest() local 147 sub_x = 0; in RunSpeedTest() 159 sub_x, sub_y, &conv_params, alpha, beta, gamma, delta); in RunSpeedTest() 183 int i, j, sub_x, sub_y; in RunCheckOutput() local 209 for (sub_x = 0; sub_x < 2; ++sub_x) in RunCheckOutput() 232 out_h, out_w, sub_x, sub_y, &conv_params, alpha, in RunCheckOutput() 246 out_w, sub_x, sub_y, &conv_params, alpha, beta, gamma, in RunCheckOutput() 316 int sub_x, sub_y; in RunSpeedTest() local 342 sub_x = 0; in RunSpeedTest() 354 sub_x, sub_y, bd, &conv_params, alpha, beta, gamma, delta); in RunSpeedTest() [all …]
|
/external/libaom/libaom/av1/common/ |
D | cfl.c | 297 int sub_x, int sub_y) { in CFL_GET_SUBSAMPLE_FUNCTION() 298 if (sub_x == 1) { in CFL_GET_SUBSAMPLE_FUNCTION() 308 int sub_x, int sub_y) { in cfl_subsampling_lbd() argument 309 if (sub_x == 1) { in cfl_subsampling_lbd() 323 const int sub_x = cfl->subsampling_x; in cfl_store() local 326 const int store_col = col << (tx_off_log2 - sub_x); in cfl_store() 328 const int store_width = width >> sub_x; in cfl_store() 353 cfl_subsampling_hbd(tx_size, sub_x, sub_y)(CONVERT_TO_SHORTPTR(input), in cfl_store() 356 cfl_subsampling_lbd(tx_size, sub_x, sub_y)(input, input_stride, in cfl_store()
|
/external/u-boot/drivers/video/ |
D | stb_truetype.h | 2888 float recip_h,recip_v,sub_x,sub_y; in stbtt_PackFontRangesRenderIntoRects() local 2893 sub_x = stbtt__oversample_shift(spc->h_oversample); in stbtt_PackFontRangesRenderIntoRects() 2939 bc->xoff = (float) x0 * recip_h + sub_x; in stbtt_PackFontRangesRenderIntoRects() 2941 bc->xoff2 = (x0 + r->w) * recip_h + sub_x; in stbtt_PackFontRangesRenderIntoRects()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 8750 const int sub_x = (mv_q4.col & SUBPEL_MASK) << SCALE_EXTRA_BITS; in interpolation_filter_search() local 8752 skip_hor_plane |= ((sub_x == 0) << k); in interpolation_filter_search()
|