/external/libvpx/libvpx/vpx_dsp/x86/ |
quantize_sse2.c | 81 __m128i qtmp0, qtmp1; local 101 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant); 104 qtmp0 = _mm_add_epi16(qtmp0, qcoeff0); 106 qcoeff0 = _mm_mulhi_epi16(qtmp0, shift); 159 __m128i qtmp0, qtmp1; local 177 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant); 179 qtmp0 = _mm_add_epi16(qtmp0, qcoeff0); 181 qcoeff0 = _mm_mulhi_epi16(qtmp0, shift) [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_quantize_sse2.c | 55 __m128i qtmp0, qtmp1; local 71 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant); 76 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign); 122 __m128i qtmp0, qtmp1; local 141 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant); 145 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign);
|
vp9_dct_ssse3.c | 314 __m128i qtmp0, qtmp1; local 330 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant); 335 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign); 381 __m128i qtmp0, qtmp1; local 401 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant); 405 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign);
|
vp9_dct_sse2.c | 480 __m128i qtmp0, qtmp1; local 496 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant); 501 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign); 546 __m128i qtmp0, qtmp1; local 562 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant); 566 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign); [all...] |