Searched refs:SGRPROJ_PRJ_MIN0 (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/test/ |
D | selfguided_filter_test.cc | 73 int xqd[2] = { SGRPROJ_PRJ_MIN0 + rnd.PseudoUniform(SGRPROJ_PRJ_MAX0 + 1 - in RunSpeedTest() 74 SGRPROJ_PRJ_MIN0), in RunSpeedTest() 161 int xqd[2] = { SGRPROJ_PRJ_MIN0 + rnd.PseudoUniform(SGRPROJ_PRJ_MAX0 + 1 - in RunCorrectnessTest() 162 SGRPROJ_PRJ_MIN0), in RunCorrectnessTest() 260 int xqd[2] = { SGRPROJ_PRJ_MIN0 + rnd.PseudoUniform(SGRPROJ_PRJ_MAX0 + 1 - in RunSpeedTest() 261 SGRPROJ_PRJ_MIN0), in RunSpeedTest() 352 int xqd[2] = { SGRPROJ_PRJ_MIN0 + rnd.PseudoUniform(SGRPROJ_PRJ_MAX0 + 1 - in RunCorrectnessTest() 353 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) 238 sgrproj_info->xqd[0] = (SGRPROJ_PRJ_MIN0 + SGRPROJ_PRJ_MAX0) / 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() 723 xqd[0] = clamp(xq[0], SGRPROJ_PRJ_MIN0, SGRPROJ_PRJ_MAX0); in encode_xq() 727 xqd[0] = clamp(xq[0], SGRPROJ_PRJ_MIN0, SGRPROJ_PRJ_MAX0); in encode_xq() 856 SGRPROJ_PRJ_MAX0 - SGRPROJ_PRJ_MIN0 + 1, SGRPROJ_PRJ_SUBEXP_K, in count_sgrproj_bits() 857 ref_sgrproj_info->xqd[0] - SGRPROJ_PRJ_MIN0, in count_sgrproj_bits() 858 sgrproj_info->xqd[0] - SGRPROJ_PRJ_MIN0); in count_sgrproj_bits()
|
D | bitstream.c | 1869 wb, SGRPROJ_PRJ_MAX0 - SGRPROJ_PRJ_MIN0 + 1, SGRPROJ_PRJ_SUBEXP_K, in write_sgrproj_filter() 1870 ref_sgrproj_info->xqd[0] - SGRPROJ_PRJ_MIN0, in write_sgrproj_filter() 1871 sgrproj_info->xqd[0] - SGRPROJ_PRJ_MIN0); in write_sgrproj_filter() 1874 wb, SGRPROJ_PRJ_MAX0 - SGRPROJ_PRJ_MIN0 + 1, SGRPROJ_PRJ_SUBEXP_K, in write_sgrproj_filter() 1875 ref_sgrproj_info->xqd[0] - SGRPROJ_PRJ_MIN0, in write_sgrproj_filter() 1876 sgrproj_info->xqd[0] - SGRPROJ_PRJ_MIN0); in write_sgrproj_filter()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1682 rb, SGRPROJ_PRJ_MAX0 - SGRPROJ_PRJ_MIN0 + 1, SGRPROJ_PRJ_SUBEXP_K, in read_sgrproj_filter() 1683 ref_sgrproj_info->xqd[0] - SGRPROJ_PRJ_MIN0, ACCT_STR) + in read_sgrproj_filter() 1684 SGRPROJ_PRJ_MIN0; in read_sgrproj_filter() 1690 rb, SGRPROJ_PRJ_MAX0 - SGRPROJ_PRJ_MIN0 + 1, SGRPROJ_PRJ_SUBEXP_K, in read_sgrproj_filter() 1691 ref_sgrproj_info->xqd[0] - SGRPROJ_PRJ_MIN0, ACCT_STR) + in read_sgrproj_filter() 1692 SGRPROJ_PRJ_MIN0; in read_sgrproj_filter()
|