Searched refs:procunit_width (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | restoration.c | 441 int procunit_width, const uint8_t *src, in wiener_filter_stripe() argument 449 for (int j = 0; j < stripe_width; j += procunit_width) { in wiener_filter_stripe() 450 int w = AOMMIN(procunit_width, (stripe_width - j + 15) & ~15); in wiener_filter_stripe() 954 int procunit_width, const uint8_t *src, in sgrproj_filter_stripe() argument 960 for (int j = 0; j < stripe_width; j += procunit_width) { in sgrproj_filter_stripe() 961 int w = AOMMIN(procunit_width, stripe_width - j); in sgrproj_filter_stripe() 971 int procunit_width, const uint8_t *src8, in wiener_filter_stripe_highbd() argument 978 for (int j = 0; j < stripe_width; j += procunit_width) { in wiener_filter_stripe_highbd() 979 int w = AOMMIN(procunit_width, (stripe_width - j + 15) & ~15); in wiener_filter_stripe_highbd() 991 int procunit_width, in sgrproj_filter_stripe_highbd() argument [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | pickrst.c | 899 const int procunit_width = RESTORATION_PROC_UNIT_SIZE >> ss_x; in search_sgrproj() local 905 rsc->src_stride, highbd, bit_depth, procunit_width, procunit_height, in search_sgrproj()
|