Searched refs:SGRPROJ_PRJ_MIN1 (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/test/ |
D | selfguided_filter_test.cc | 74 SGRPROJ_PRJ_MIN1 + rnd.PseudoUniform(SGRPROJ_PRJ_MAX1 + 1 - in RunSpeedTest() 75 SGRPROJ_PRJ_MIN1) }; in RunSpeedTest() 161 SGRPROJ_PRJ_MIN1 + rnd.PseudoUniform(SGRPROJ_PRJ_MAX1 + 1 - in RunCorrectnessTest() 162 SGRPROJ_PRJ_MIN1) }; in RunCorrectnessTest() 255 SGRPROJ_PRJ_MIN1 + rnd.PseudoUniform(SGRPROJ_PRJ_MAX1 + 1 - in RunSpeedTest() 256 SGRPROJ_PRJ_MIN1) }; in RunSpeedTest() 347 SGRPROJ_PRJ_MIN1 + rnd.PseudoUniform(SGRPROJ_PRJ_MAX1 + 1 - in RunCorrectnessTest() 348 SGRPROJ_PRJ_MIN1) }; in RunCorrectnessTest()
|
/external/libaom/libaom/av1/common/ |
D | restoration.h | 104 #define SGRPROJ_PRJ_MIN1 (-(1 << SGRPROJ_PRJ_BITS) / 4) macro 105 #define SGRPROJ_PRJ_MAX1 (SGRPROJ_PRJ_MIN1 + (1 << SGRPROJ_PRJ_BITS) - 1) 238 sgrproj_info->xqd[1] = (SGRPROJ_PRJ_MIN1 + SGRPROJ_PRJ_MAX1) / 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() 516 xqd[1] = clamp((1 << SGRPROJ_PRJ_BITS) - xq[1], SGRPROJ_PRJ_MIN1, in encode_xq() 520 xqd[1] = clamp((1 << SGRPROJ_PRJ_BITS) - xqd[0], SGRPROJ_PRJ_MIN1, in encode_xq() 524 xqd[1] = clamp((1 << SGRPROJ_PRJ_BITS) - xqd[0] - xq[1], SGRPROJ_PRJ_MIN1, in encode_xq() 607 SGRPROJ_PRJ_MAX1 - SGRPROJ_PRJ_MIN1 + 1, SGRPROJ_PRJ_SUBEXP_K, in count_sgrproj_bits() 608 ref_sgrproj_info->xqd[1] - SGRPROJ_PRJ_MIN1, in count_sgrproj_bits() 609 sgrproj_info->xqd[1] - SGRPROJ_PRJ_MIN1); in count_sgrproj_bits()
|
D | bitstream.c | 1844 wb, SGRPROJ_PRJ_MAX1 - SGRPROJ_PRJ_MIN1 + 1, SGRPROJ_PRJ_SUBEXP_K, in write_sgrproj_filter() 1845 ref_sgrproj_info->xqd[1] - SGRPROJ_PRJ_MIN1, in write_sgrproj_filter() 1846 sgrproj_info->xqd[1] - SGRPROJ_PRJ_MIN1); in write_sgrproj_filter() 1858 wb, SGRPROJ_PRJ_MAX1 - SGRPROJ_PRJ_MIN1 + 1, SGRPROJ_PRJ_SUBEXP_K, in write_sgrproj_filter() 1859 ref_sgrproj_info->xqd[1] - SGRPROJ_PRJ_MIN1, in write_sgrproj_filter() 1860 sgrproj_info->xqd[1] - SGRPROJ_PRJ_MIN1); in write_sgrproj_filter()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 2078 rb, SGRPROJ_PRJ_MAX1 - SGRPROJ_PRJ_MIN1 + 1, SGRPROJ_PRJ_SUBEXP_K, in read_sgrproj_filter() 2079 ref_sgrproj_info->xqd[1] - SGRPROJ_PRJ_MIN1, ACCT_STR) + in read_sgrproj_filter() 2080 SGRPROJ_PRJ_MIN1; in read_sgrproj_filter() 2088 SGRPROJ_PRJ_MIN1, SGRPROJ_PRJ_MAX1); in read_sgrproj_filter() 2097 rb, SGRPROJ_PRJ_MAX1 - SGRPROJ_PRJ_MIN1 + 1, SGRPROJ_PRJ_SUBEXP_K, in read_sgrproj_filter() 2098 ref_sgrproj_info->xqd[1] - SGRPROJ_PRJ_MIN1, ACCT_STR) + in read_sgrproj_filter() 2099 SGRPROJ_PRJ_MIN1; in read_sgrproj_filter()
|