Home
last modified time | relevance | path

Searched refs:sub_y (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/test/
Dwarp_filter_test_util.cc122 int sub_x, sub_y; in RunSpeedTest() local
148 sub_y = 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
210 for (sub_y = 0; sub_y < 2; ++sub_y) { 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
343 sub_y = 0; in RunSpeedTest()
354 sub_x, sub_y, bd, &conv_params, alpha, beta, gamma, delta); in RunSpeedTest()
[all …]
/external/libaom/libaom/av1/common/
Dcfl.c297 int sub_x, int sub_y) { in CFL_GET_SUBSAMPLE_FUNCTION()
299 if (sub_y == 1) { in CFL_GET_SUBSAMPLE_FUNCTION()
308 int sub_x, int sub_y) { in cfl_subsampling_lbd() argument
310 if (sub_y == 1) { in cfl_subsampling_lbd()
324 const int sub_y = cfl->subsampling_y; in cfl_store() local
325 const int store_row = row << (tx_off_log2 - sub_y); in cfl_store()
327 const int store_height = height >> sub_y; 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/
Dstb_truetype.h2888 float recip_h,recip_v,sub_x,sub_y; in stbtt_PackFontRangesRenderIntoRects() local
2894 sub_y = stbtt__oversample_shift(spc->v_oversample); in stbtt_PackFontRangesRenderIntoRects()
2940 bc->yoff = (float) y0 * recip_v + sub_y; in stbtt_PackFontRangesRenderIntoRects()
2942 bc->yoff2 = (y0 + r->h) * recip_v + sub_y; in stbtt_PackFontRangesRenderIntoRects()
/external/libaom/libaom/av1/encoder/
Drdopt.c8751 const int sub_y = (mv_q4.row & SUBPEL_MASK) << SCALE_EXTRA_BITS; in interpolation_filter_search() local
8753 skip_ver_plane |= ((sub_y == 0) << k); in interpolation_filter_search()