/external/libaom/libaom/test/ |
D | selfguided_filter_test.cc | 34 int eps, const int *xqd, uint8_t *dst8, int dst_stride, 72 int xqd[2] = { SGRPROJ_PRJ_MIN0 + rnd.PseudoUniform(SGRPROJ_PRJ_MAX0 + 1 - in RunSpeedTest() local 91 apply_selfguided_restoration_c(input_p, w, h, stride, eps, xqd, in RunSpeedTest() 107 tst_fun_(input_p, w, h, stride, eps, xqd, output_p, out_stride, in RunSpeedTest() 159 int xqd[2] = { SGRPROJ_PRJ_MIN0 + rnd.PseudoUniform(SGRPROJ_PRJ_MAX0 + 1 - in RunCorrectnessTest() local 176 tst_fun_(input_p, w, h, stride, eps, xqd, output_p, out_stride, in RunCorrectnessTest() 178 apply_selfguided_restoration_c(input_p, w, h, stride, eps, xqd, in RunCorrectnessTest() 253 int xqd[2] = { SGRPROJ_PRJ_MIN0 + rnd.PseudoUniform(SGRPROJ_PRJ_MAX0 + 1 - in RunSpeedTest() local 273 CONVERT_TO_BYTEPTR(input_p), w, h, stride, eps, xqd, in RunSpeedTest() 289 tst_fun_(CONVERT_TO_BYTEPTR(input_p), w, h, stride, eps, xqd, in RunSpeedTest() [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | pickrst.c | 332 int32_t *flt1, int flt1_stride, int *xqd, in get_pixel_proj_error() argument 335 decode_xq(xqd, xq, params); in get_pixel_proj_error() 351 int flt0_stride, int32_t *flt1, int flt1_stride, int start_step, int *xqd, in finer_search_pixel_proj_error() argument 355 flt0_stride, flt1, flt1_stride, xqd, params); in finer_search_pixel_proj_error() 368 if (xqd[p] - s >= tap_min[p]) { in finer_search_pixel_proj_error() 369 xqd[p] -= s; in finer_search_pixel_proj_error() 373 flt0_stride, flt1, flt1_stride, xqd, params); in finer_search_pixel_proj_error() 375 xqd[p] += s; in finer_search_pixel_proj_error() 387 if (xqd[p] + s <= tap_max[p]) { in finer_search_pixel_proj_error() 388 xqd[p] += s; in finer_search_pixel_proj_error() [all …]
|
D | bitstream.c | 1842 assert(sgrproj_info->xqd[0] == 0); 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() 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() 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() 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/common/ |
D | restoration.h | 237 sgrproj_info->xqd[0] = (SGRPROJ_PRJ_MIN0 + SGRPROJ_PRJ_MAX0) / 2; in set_default_sgrproj() 238 sgrproj_info->xqd[1] = (SGRPROJ_PRJ_MIN1 + SGRPROJ_PRJ_MAX1) / 2; in set_default_sgrproj() 291 void decode_xq(const int *xqd, int *xq, const sgr_params_type *params);
|
D | restoration.c | 623 void decode_xq(const int *xqd, int *xq, const sgr_params_type *params) { in decode_xq() argument 626 xq[1] = (1 << SGRPROJ_PRJ_BITS) - xqd[1]; in decode_xq() 628 xq[0] = xqd[0]; in decode_xq() 631 xq[0] = xqd[0]; in decode_xq() 632 xq[1] = (1 << SGRPROJ_PRJ_BITS) - xq[0] - xqd[1]; in decode_xq() 903 int stride, int eps, const int *xqd, in apply_selfguided_restoration_c() argument 917 decode_xq(xqd, xq, params); in apply_selfguided_restoration_c() 954 rui->sgrproj_info.ep, rui->sgrproj_info.xqd, in sgrproj_filter_stripe() 988 rui->sgrproj_info.ep, rui->sgrproj_info.xqd, in sgrproj_filter_stripe_highbd()
|
D | av1_rtcd_defs.pl | 353 …const uint8_t *dat, int width, int height, int stride, int eps, const int *xqd, uint8_t *dst, int …
|
D | blockd.h | 434 int xqd[2]; member
|
/external/libaom/libaom/av1/common/x86/ |
D | selfguided_sse4.c | 585 const int *xqd, uint8_t *dst8, in apply_selfguided_restoration_sse4_1() argument 597 decode_xq(xqd, xq, params); in apply_selfguided_restoration_sse4_1()
|
D | selfguided_avx2.c | 635 const int *xqd, uint8_t *dst8, in apply_selfguided_restoration_avx2() argument 647 decode_xq(xqd, xq, params); in apply_selfguided_restoration_avx2()
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 56 …const uint8_t *dat, int width, int height, int stride, int eps, const int *xqd, uint8_t *dst, int … 57 …const uint8_t *dat, int width, int height, int stride, int eps, const int *xqd, uint8_t *dst, int …
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 56 …const uint8_t *dat, int width, int height, int stride, int eps, const int *xqd, uint8_t *dst, int … 57 …const uint8_t *dat, int width, int height, int stride, int eps, const int *xqd, uint8_t *dst, int …
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 2075 sgrproj_info->xqd[0] = 0; in read_sgrproj_filter() 2076 sgrproj_info->xqd[1] = in read_sgrproj_filter() 2079 ref_sgrproj_info->xqd[1] - SGRPROJ_PRJ_MIN1, ACCT_STR) + in read_sgrproj_filter() 2082 sgrproj_info->xqd[0] = in read_sgrproj_filter() 2085 ref_sgrproj_info->xqd[0] - SGRPROJ_PRJ_MIN0, ACCT_STR) + in read_sgrproj_filter() 2087 sgrproj_info->xqd[1] = clamp((1 << SGRPROJ_PRJ_BITS) - sgrproj_info->xqd[0], in read_sgrproj_filter() 2090 sgrproj_info->xqd[0] = in read_sgrproj_filter() 2093 ref_sgrproj_info->xqd[0] - SGRPROJ_PRJ_MIN0, ACCT_STR) + in read_sgrproj_filter() 2095 sgrproj_info->xqd[1] = in read_sgrproj_filter() 2098 ref_sgrproj_info->xqd[1] - SGRPROJ_PRJ_MIN1, ACCT_STR) + in read_sgrproj_filter()
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 56 …const uint8_t *dat, int width, int height, int stride, int eps, const int *xqd, uint8_t *dst, int …
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 56 …const uint8_t *dat, int width, int height, int stride, int eps, const int *xqd, uint8_t *dst, int …
|
/external/libaom/libaom/av1/common/arm/ |
D | selfguided_neon.c | 1385 const int *xqd, uint8_t *dst8, in apply_selfguided_restoration_neon() argument 1425 decode_xq(xqd, xq, params); in apply_selfguided_restoration_neon()
|