Home
last modified time | relevance | path

Searched refs:scan_eob_256 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_avx2.c31 static INLINE __m256i scan_eob_256(const __m256i *iscan_ptr, in scan_eob_256() function
100 eob256 = scan_eob_256((const __m256i *)(iscan + n_coeffs), &coeff256); in vp9_quantize_fp_avx2()
127 eob256, scan_eob_256((const __m256i *)(iscan + n_coeffs), &coeff256)); in vp9_quantize_fp_avx2()
/external/libaom/libaom/av1/encoder/x86/
Dav1_quantize_avx2.c135 static INLINE __m256i scan_eob_256(const __m256i *iscan_ptr, in scan_eob_256() function
208 eob256 = scan_eob_256((const __m256i *)(scan + n_coeffs), &coeff256); in av1_quantize_lp_avx2()
236 eob256, scan_eob_256((const __m256i *)(scan + n_coeffs), &coeff256)); in av1_quantize_lp_avx2()