Home
last modified time | relevance | path

Searched defs:thr_mask (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/encoder/x86/
H A Dvp9_quantize_avx2.c181 const __m256i thr_mask = _mm256_cmpgt_epi16(abs_coeff, *thr); in quantize_fp_32x32_16() local
376 const __m256i thr_mask = _mm256_cmpgt_epi32(abs_coeff, *thr); in highbd_quantize_fp_32x32() local