Home | History | Annotate | Download | only in jpeg

Lines Matching refs:_mm_adds_epi16

183     temp = _mm_adds_epi16(temp, x5); /*coef adjustment*/ \
184 temp2 = _mm_adds_epi16(temp2, x3);\
185 tm765 = _mm_adds_epi16(temp, x3);\
190 tp765 = _mm_adds_epi16(temp, x1);\
193 t7 = _mm_adds_epi16(tp765, tm765);\
194 t7 = _mm_adds_epi16(t7, *( __m128i*)M128_one_corr);\
196 t4 = _mm_adds_epi16(tp465, tm465);\
198 tm65 = _mm_adds_epi16(tm65, *( __m128i*)M128_one_corr);\
206 temp = _mm_adds_epi16(tp65, tm65);\
210 t6 = _mm_adds_epi16(t6, temp);\
212 t5 = _mm_adds_epi16(t5, temp2);\
215 tp03 = _mm_adds_epi16(x0, x4);\
220 tm03 = _mm_adds_epi16(temp, x2);\
223 t0 = _mm_adds_epi16(tp03, tm03);\
224 t0 = _mm_adds_epi16(t0, *( __m128i*)M128_round_inv_col);\
226 t3 = _mm_adds_epi16(t3, *( __m128i*)M128_round_inv_corr);\
227 t1 = _mm_adds_epi16(tp12, tm12);\
228 t1 = _mm_adds_epi16(t1, *( __m128i*)M128_round_inv_col);\
230 t2 = _mm_adds_epi16(t2, *( __m128i*)M128_round_inv_corr);\
232 temp = _mm_adds_epi16(t0, t7); /*y0*/ \
233 temp2 = _mm_adds_epi16(t1, t6); /*y1*/ \
236 temp = _mm_adds_epi16(temp, *( __m128i*)jpeg_adjust); /*Add 128 for jpeg decoding*/ \
237 temp2 = _mm_adds_epi16(temp2, *( __m128i*)jpeg_adjust);\
242 temp = _mm_adds_epi16(t2, t5);\
243 temp2 = _mm_adds_epi16(t3, t4);\
246 temp = _mm_adds_epi16(temp, *( __m128i*)jpeg_adjust);\
247 temp2 = _mm_adds_epi16(temp2, *( __m128i*)jpeg_adjust);\
256 temp = _mm_adds_epi16(temp, *( __m128i*)jpeg_adjust);\
257 temp2 = _mm_adds_epi16(temp2, *( __m128i*)jpeg_adjust);\
266 temp = _mm_adds_epi16(temp, *( __m128i*)jpeg_adjust);\
267 temp2 = _mm_adds_epi16(temp2, *( __m128i*)jpeg_adjust);\