Searched refs:coeff8 (Results 1 - 2 of 2) sorted by relevance

/external/webp/src/dsp/
H A Denc_sse41.c218 __m128i coeff8 = _mm_abs_epi16(in8); local
225 coeff8 = _mm_add_epi16(coeff8, sharpen8);
234 const __m128i coeff_iQ8H = _mm_mulhi_epu16(coeff8, iq8);
235 const __m128i coeff_iQ8L = _mm_mullo_epi16(coeff8, iq8);
H A Denc_sse2.c1225 __m128i coeff0, coeff8; local
1243 coeff8 = _mm_xor_si128(in8, sign8);
1245 coeff8 = _mm_sub_epi16(coeff8, sign8);
1252 coeff8 = _mm_add_epi16(coeff8, sharpen8);
1261 const __m128i coeff_iQ8H = _mm_mulhi_epu16(coeff8, iq8);
1262 const __m128i coeff_iQ8L = _mm_mullo_epi16(coeff8, iq8);

Completed in 139 milliseconds