Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_sse2.c27 int16_t nzflag; in vp9_quantize_fp_sse2() local
134 nzflag = _mm_movemask_epi8(_mm_cmpgt_epi16(qcoeff0, thr)) | in vp9_quantize_fp_sse2()
137 if (nzflag) { in vp9_quantize_fp_sse2()
166 if (nzflag) { in vp9_quantize_fp_sse2()
Dvp9_dct_ssse3.c292 int16_t nzflag; in vp9_fdct8x8_quant_ssse3() local
387 nzflag = _mm_movemask_epi8(_mm_cmpgt_epi16(qcoeff0, thr)) | in vp9_fdct8x8_quant_ssse3()
390 if (nzflag) { in vp9_fdct8x8_quant_ssse3()
420 if (nzflag) { in vp9_fdct8x8_quant_ssse3()