Searched refs:SGRPROJ_PRJ_MIN0 (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/test/ |
D | selfguided_filter_test.cc | 72 int xqd[2] = { SGRPROJ_PRJ_MIN0 + rnd.PseudoUniform(SGRPROJ_PRJ_MAX0 + 1 - in RunSpeedTest() 73 SGRPROJ_PRJ_MIN0), in RunSpeedTest() 159 int xqd[2] = { SGRPROJ_PRJ_MIN0 + rnd.PseudoUniform(SGRPROJ_PRJ_MAX0 + 1 - in RunCorrectnessTest() 160 SGRPROJ_PRJ_MIN0), in RunCorrectnessTest() 253 int xqd[2] = { SGRPROJ_PRJ_MIN0 + rnd.PseudoUniform(SGRPROJ_PRJ_MAX0 + 1 - in RunSpeedTest() 254 SGRPROJ_PRJ_MIN0), in RunSpeedTest() 345 int xqd[2] = { SGRPROJ_PRJ_MIN0 + rnd.PseudoUniform(SGRPROJ_PRJ_MAX0 + 1 - in RunCorrectnessTest() 346 SGRPROJ_PRJ_MIN0), in RunCorrectnessTest()
|
/external/libaom/libaom/av1/common/ |
D | restoration.h | 102 #define SGRPROJ_PRJ_MIN0 (-(1 << SGRPROJ_PRJ_BITS) * 3 / 4) macro 103 #define SGRPROJ_PRJ_MAX0 (SGRPROJ_PRJ_MIN0 + (1 << SGRPROJ_PRJ_BITS) - 1) 237 sgrproj_info->xqd[0] = (SGRPROJ_PRJ_MIN0 + SGRPROJ_PRJ_MAX0) / 2; in set_default_sgrproj()
|
/external/libaom/libaom/av1/encoder/ |
D | pickrst.c | 359 int tap_min[] = { SGRPROJ_PRJ_MIN0, SGRPROJ_PRJ_MIN1 }; in finer_search_pixel_proj_error() 519 xqd[0] = clamp(xq[0], SGRPROJ_PRJ_MIN0, SGRPROJ_PRJ_MAX0); in encode_xq() 523 xqd[0] = clamp(xq[0], SGRPROJ_PRJ_MIN0, SGRPROJ_PRJ_MAX0); in encode_xq() 602 SGRPROJ_PRJ_MAX0 - SGRPROJ_PRJ_MIN0 + 1, SGRPROJ_PRJ_SUBEXP_K, in count_sgrproj_bits() 603 ref_sgrproj_info->xqd[0] - SGRPROJ_PRJ_MIN0, in count_sgrproj_bits() 604 sgrproj_info->xqd[0] - SGRPROJ_PRJ_MIN0); in count_sgrproj_bits()
|
D | bitstream.c | 1849 wb, SGRPROJ_PRJ_MAX0 - SGRPROJ_PRJ_MIN0 + 1, SGRPROJ_PRJ_SUBEXP_K, in write_sgrproj_filter() 1850 ref_sgrproj_info->xqd[0] - SGRPROJ_PRJ_MIN0, in write_sgrproj_filter() 1851 sgrproj_info->xqd[0] - SGRPROJ_PRJ_MIN0); in write_sgrproj_filter() 1854 wb, SGRPROJ_PRJ_MAX0 - SGRPROJ_PRJ_MIN0 + 1, SGRPROJ_PRJ_SUBEXP_K, in write_sgrproj_filter() 1855 ref_sgrproj_info->xqd[0] - SGRPROJ_PRJ_MIN0, in write_sgrproj_filter() 1856 sgrproj_info->xqd[0] - SGRPROJ_PRJ_MIN0); in write_sgrproj_filter()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 2084 rb, SGRPROJ_PRJ_MAX0 - SGRPROJ_PRJ_MIN0 + 1, SGRPROJ_PRJ_SUBEXP_K, in read_sgrproj_filter() 2085 ref_sgrproj_info->xqd[0] - SGRPROJ_PRJ_MIN0, ACCT_STR) + in read_sgrproj_filter() 2086 SGRPROJ_PRJ_MIN0; in read_sgrproj_filter() 2092 rb, SGRPROJ_PRJ_MAX0 - SGRPROJ_PRJ_MIN0 + 1, SGRPROJ_PRJ_SUBEXP_K, in read_sgrproj_filter() 2093 ref_sgrproj_info->xqd[0] - SGRPROJ_PRJ_MIN0, ACCT_STR) + in read_sgrproj_filter() 2094 SGRPROJ_PRJ_MIN0; in read_sgrproj_filter()
|