Searched refs:qtmp0 (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
H A Dquantize_sse2.c56 __m128i qtmp0, qtmp1; local
76 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant);
79 qtmp0 = _mm_add_epi16(qtmp0, qcoeff0);
81 qcoeff0 = _mm_mulhi_epi16(qtmp0, shift);
134 __m128i qtmp0, qtmp1; local
152 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant);
154 qtmp0 = _mm_add_epi16(qtmp0, qcoeff0);
156 qcoeff0 = _mm_mulhi_epi16(qtmp0, shif
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_quantize_sse2.c54 __m128i qtmp0, qtmp1; local
70 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant);
75 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign);
121 __m128i qtmp0, qtmp1; local
140 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant);
144 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign);
H A Dvp9_dct_ssse3.c306 __m128i qtmp0, qtmp1; local
322 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant);
327 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign);
373 __m128i qtmp0, qtmp1; local
393 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant);
397 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign);
H A Dvp9_dct_intrin_sse2.c473 __m128i qtmp0, qtmp1; local
489 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant);
494 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign);
539 __m128i qtmp0, qtmp1; local
555 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant);
559 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign);

Completed in 29 milliseconds