/external/libaom/libaom/av1/common/x86/ |
D | selfguided_sse4.c | 172 int sgr_params_idx, int radius_idx) { in calc_ab() argument 173 const sgr_params_type *const params = &av1_sgr_params[sgr_params_idx]; in calc_ab() 312 int buf_stride, int bit_depth, int sgr_params_idx, in calc_ab_fast() argument 314 const sgr_params_type *const params = &av1_sgr_params[sgr_params_idx]; in calc_ab_fast() 507 int sgr_params_idx, int bit_depth, in av1_selfguided_restoration_sse4_1() argument 559 const sgr_params_type *const params = &av1_sgr_params[sgr_params_idx]; in av1_selfguided_restoration_sse4_1() 570 sgr_params_idx, 0); in av1_selfguided_restoration_sse4_1() 576 calc_ab(A, B, C, D, width, height, buf_stride, bit_depth, sgr_params_idx, in av1_selfguided_restoration_sse4_1()
|
D | selfguided_avx2.c | 221 int sgr_params_idx, int radius_idx) { in calc_ab() argument 222 const sgr_params_type *const params = &av1_sgr_params[sgr_params_idx]; in calc_ab() 357 int buf_stride, int bit_depth, int sgr_params_idx, in calc_ab_fast() argument 359 const sgr_params_type *const params = &av1_sgr_params[sgr_params_idx]; in calc_ab_fast() 552 int sgr_params_idx, int bit_depth, in av1_selfguided_restoration_avx2() argument 607 const sgr_params_type *const params = &av1_sgr_params[sgr_params_idx]; in av1_selfguided_restoration_avx2() 618 sgr_params_idx, 0); in av1_selfguided_restoration_avx2() 624 calc_ab(A, B, C, D, width, height, buf_stride, bit_depth, sgr_params_idx, in av1_selfguided_restoration_avx2()
|
/external/libaom/libaom/av1/common/ |
D | restoration.c | 675 int sgr_params_idx, int radius_idx, in calculate_intermediate_result() argument 677 const sgr_params_type *const params = &av1_sgr_params[sgr_params_idx]; in calculate_intermediate_result() 768 int dst_stride, int bit_depth, int sgr_params_idx, int radius_idx) { in selfguided_restoration_fast_internal() argument 769 const sgr_params_type *const params = &av1_sgr_params[sgr_params_idx]; in selfguided_restoration_fast_internal() 783 sgr_params_idx, radius_idx, 1, A, B); in selfguided_restoration_fast_internal() 828 int sgr_params_idx, in selfguided_restoration_internal() argument 842 sgr_params_idx, radius_idx, 0, A, B); in selfguided_restoration_internal() 873 int flt_stride, int sgr_params_idx, in av1_selfguided_restoration_c() argument 895 const sgr_params_type *const params = &av1_sgr_params[sgr_params_idx]; in av1_selfguided_restoration_c() 904 sgr_params_idx, 0); in av1_selfguided_restoration_c() [all …]
|
/external/libaom/libaom/av1/common/arm/ |
D | selfguided_neon.c | 1180 int bit_depth, int sgr_params_idx, in restoration_fast_internal() argument 1182 const sgr_params_type *const params = &av1_sgr_params[sgr_params_idx]; in restoration_fast_internal() 1244 int sgr_params_idx, int radius_idx) { in restoration_internal() argument 1245 const sgr_params_type *const params = &av1_sgr_params[sgr_params_idx]; in restoration_internal() 1407 int flt_stride, int sgr_params_idx, in av1_selfguided_restoration_neon() argument 1409 const sgr_params_type *const params = &av1_sgr_params[sgr_params_idx]; in av1_selfguided_restoration_neon() 1445 flt_stride, bit_depth, sgr_params_idx, 0); in av1_selfguided_restoration_neon() 1448 bit_depth, sgr_params_idx, 1); in av1_selfguided_restoration_neon()
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 324 int sgr_params_idx, int bit_depth, int highbd); 327 int sgr_params_idx, int bit_depth, int highbd);
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 324 int sgr_params_idx, int bit_depth, int highbd); 327 int sgr_params_idx, int bit_depth, int highbd);
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 329 int sgr_params_idx, int bit_depth, int highbd);
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 332 int sgr_params_idx, int bit_depth, int highbd);
|
/external/libaom/libaom/av1/encoder/ |
D | pickrst.c | 734 static AOM_INLINE void apply_sgr(int sgr_params_idx, const uint8_t *dat8, in apply_sgr() argument 750 flt_stride, sgr_params_idx, bit_depth, use_highbd); in apply_sgr()
|