Searched refs:SGRPROJ_PRJ_MIN1 (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/test/ |
D | selfguided_filter_test.cc | 75 SGRPROJ_PRJ_MIN1 + rnd.PseudoUniform(SGRPROJ_PRJ_MAX1 + 1 - in RunSpeedTest() 76 SGRPROJ_PRJ_MIN1) }; in RunSpeedTest() 163 SGRPROJ_PRJ_MIN1 + rnd.PseudoUniform(SGRPROJ_PRJ_MAX1 + 1 - in RunCorrectnessTest() 164 SGRPROJ_PRJ_MIN1) }; in RunCorrectnessTest() 262 SGRPROJ_PRJ_MIN1 + rnd.PseudoUniform(SGRPROJ_PRJ_MAX1 + 1 - in RunSpeedTest() 263 SGRPROJ_PRJ_MIN1) }; in RunSpeedTest() 354 SGRPROJ_PRJ_MIN1 + rnd.PseudoUniform(SGRPROJ_PRJ_MAX1 + 1 - in RunCorrectnessTest() 355 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) 239 sgrproj_info->xqd[1] = (SGRPROJ_PRJ_MIN1 + SGRPROJ_PRJ_MAX1) / 2; in set_default_sgrproj()
|
/external/libaom/libaom/av1/encoder/ |
D | pickrst.c | 407 int tap_min[] = { SGRPROJ_PRJ_MIN0, SGRPROJ_PRJ_MIN1 }; in finer_search_pixel_proj_error() 720 xqd[1] = clamp((1 << SGRPROJ_PRJ_BITS) - xq[1], SGRPROJ_PRJ_MIN1, in encode_xq() 724 xqd[1] = clamp((1 << SGRPROJ_PRJ_BITS) - xqd[0], SGRPROJ_PRJ_MIN1, in encode_xq() 728 xqd[1] = clamp((1 << SGRPROJ_PRJ_BITS) - xqd[0] - xq[1], SGRPROJ_PRJ_MIN1, in encode_xq() 861 SGRPROJ_PRJ_MAX1 - SGRPROJ_PRJ_MIN1 + 1, SGRPROJ_PRJ_SUBEXP_K, in count_sgrproj_bits() 862 ref_sgrproj_info->xqd[1] - SGRPROJ_PRJ_MIN1, in count_sgrproj_bits() 863 sgrproj_info->xqd[1] - SGRPROJ_PRJ_MIN1); in count_sgrproj_bits()
|
D | bitstream.c | 1864 wb, SGRPROJ_PRJ_MAX1 - SGRPROJ_PRJ_MIN1 + 1, SGRPROJ_PRJ_SUBEXP_K, in write_sgrproj_filter() 1865 ref_sgrproj_info->xqd[1] - SGRPROJ_PRJ_MIN1, in write_sgrproj_filter() 1866 sgrproj_info->xqd[1] - SGRPROJ_PRJ_MIN1); in write_sgrproj_filter() 1878 wb, SGRPROJ_PRJ_MAX1 - SGRPROJ_PRJ_MIN1 + 1, SGRPROJ_PRJ_SUBEXP_K, in write_sgrproj_filter() 1879 ref_sgrproj_info->xqd[1] - SGRPROJ_PRJ_MIN1, in write_sgrproj_filter() 1880 sgrproj_info->xqd[1] - SGRPROJ_PRJ_MIN1); in write_sgrproj_filter()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1676 rb, SGRPROJ_PRJ_MAX1 - SGRPROJ_PRJ_MIN1 + 1, SGRPROJ_PRJ_SUBEXP_K, in read_sgrproj_filter() 1677 ref_sgrproj_info->xqd[1] - SGRPROJ_PRJ_MIN1, ACCT_STR) + in read_sgrproj_filter() 1678 SGRPROJ_PRJ_MIN1; in read_sgrproj_filter() 1686 SGRPROJ_PRJ_MIN1, SGRPROJ_PRJ_MAX1); in read_sgrproj_filter() 1695 rb, SGRPROJ_PRJ_MAX1 - SGRPROJ_PRJ_MIN1 + 1, SGRPROJ_PRJ_SUBEXP_K, in read_sgrproj_filter() 1696 ref_sgrproj_info->xqd[1] - SGRPROJ_PRJ_MIN1, ACCT_STR) + in read_sgrproj_filter() 1697 SGRPROJ_PRJ_MIN1; in read_sgrproj_filter()
|