Home
last modified time | relevance | path

Searched refs:cdef_sec_taps (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/
Dcdef_block.h35 extern const int cdef_sec_taps[2][2];
Dcdef_block.c111 const int cdef_sec_taps[2][2] = { { 2, 1 }, { 2, 1 } }; variable
121 const int *sec_taps = cdef_sec_taps[(pri_strength >> coeff_shift) & 1]; in cdef_filter_block_c()
Dcdef_block_simd.h241 const int *sec_taps = cdef_sec_taps[(pri_strength >> coeff_shift) & 1]; in SIMD_FUNC()
408 const int *sec_taps = cdef_sec_taps[(pri_strength >> coeff_shift) & 1]; in SIMD_FUNC()
554 const int *sec_taps = cdef_sec_taps[(pri_strength >> coeff_shift) & 1]; in SIMD_FUNC()
711 const int *sec_taps = cdef_sec_taps[(pri_strength >> coeff_shift) & 1]; in SIMD_FUNC()