HomeSort by relevance Sort by last modified time
    Searched refs:qtmp0 (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_quantize_sse2.c 56 __m128i qtmp0, qtmp1; local
72 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant);
77 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign);
123 __m128i qtmp0, qtmp1; local
142 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant);
146 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign);
vp9_dct_ssse3.c 308 __m128i qtmp0, qtmp1; local
324 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant);
329 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign);
375 __m128i qtmp0, qtmp1; local
395 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant);
399 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign);
vp9_dct_intrin_sse2.c 475 __m128i qtmp0, qtmp1; local
491 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant);
496 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign);
541 __m128i qtmp0, qtmp1; local
557 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant);
561 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign);
    [all...]
  /external/libaom/libaom/av1/encoder/x86/
av1_quantize_sse2.c 99 const __m128i qtmp0 = _mm_mulhi_epi16(qcoeff0, *quant0); local
103 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign);

Completed in 491 milliseconds