Searched refs:qtmp1 (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
H A Dquantize_sse2.c56 __m128i qtmp0, qtmp1; local
78 qtmp1 = _mm_mulhi_epi16(qcoeff1, quant);
80 qtmp1 = _mm_add_epi16(qtmp1, qcoeff1);
83 qcoeff1 = _mm_mulhi_epi16(qtmp1, shift);
134 __m128i qtmp0, qtmp1; local
153 qtmp1 = _mm_mulhi_epi16(qcoeff1, quant);
155 qtmp1 = _mm_add_epi16(qtmp1, qcoeff1);
157 qcoeff1 = _mm_mulhi_epi16(qtmp1, shif
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_quantize_sse2.c54 __m128i qtmp0, qtmp1; local
72 qtmp1 = _mm_mulhi_epi16(qcoeff1, quant);
76 qcoeff1 = _mm_xor_si128(qtmp1, coeff1_sign);
121 __m128i qtmp0, qtmp1; local
141 qtmp1 = _mm_mulhi_epi16(qcoeff1, quant);
145 qcoeff1 = _mm_xor_si128(qtmp1, coeff1_sign);
H A Dvp9_dct_ssse3.c306 __m128i qtmp0, qtmp1; local
324 qtmp1 = _mm_mulhi_epi16(qcoeff1, quant);
328 qcoeff1 = _mm_xor_si128(qtmp1, coeff1_sign);
373 __m128i qtmp0, qtmp1; local
394 qtmp1 = _mm_mulhi_epi16(qcoeff1, quant);
398 qcoeff1 = _mm_xor_si128(qtmp1, coeff1_sign);
H A Dvp9_dct_intrin_sse2.c473 __m128i qtmp0, qtmp1; local
491 qtmp1 = _mm_mulhi_epi16(qcoeff1, quant);
495 qcoeff1 = _mm_xor_si128(qtmp1, coeff1_sign);
539 __m128i qtmp0, qtmp1; local
556 qtmp1 = _mm_mulhi_epi16(qcoeff1, quant);
560 qcoeff1 = _mm_xor_si128(qtmp1, coeff1_sign);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Darith_routines_logist.c68 int32_t qtmp1; local
72 qtmp1 = WEBRTC_SPL_SAT(kHistEdges[50],xinQ15,kHistEdges[0]);
73 ind = WEBRTC_SPL_MUL(5, qtmp1 - kHistEdges[0]);
77 qtmp1 = qtmp1 - kHistEdges[ind];
79 WEBRTC_SPL_UMUL_32_16(qtmp1,kCdfSlope[ind]), 15);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Darith_routines_logist.c54 int32_t ind, qtmp1, qtmp2, qtmp3; local
67 qtmp1 = qtmp2 - kHistEdgesQ15[0]; /* Q15 - Q15 = Q15 */
68 ind = (qtmp1 * 5) >> 16; /* 2^16 / 5 = 0.4 in Q15 */
70 qtmp1 = qtmp2 - kHistEdgesQ15[ind]; /* Q15 - Q15 = Q15 */
71 qtmp2 = kCdfSlopeQ0[ind] * qtmp1; /* Q0 * Q15 = Q15 */

Completed in 164 milliseconds