Lines Matching refs:itmp
66 FLAC__int32 itmp; in FLAC__fixed_compute_best_predictor_intrin_sse2() local
70 itmp = data[-2]; in FLAC__fixed_compute_best_predictor_intrin_sse2()
72 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 0 le0 le1 in FLAC__fixed_compute_best_predictor_intrin_sse2()
73 itmp -= data[-3]; in FLAC__fixed_compute_best_predictor_intrin_sse2()
75 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 le0 le1 le2 in FLAC__fixed_compute_best_predictor_intrin_sse2()
76 itmp -= data[-3] - data[-4]; in FLAC__fixed_compute_best_predictor_intrin_sse2()
78 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // le0 le1 le2 le3 in FLAC__fixed_compute_best_predictor_intrin_sse2()
163 FLAC__int32 itmp; in FLAC__fixed_compute_best_predictor_wide_intrin_sse2() local
167 itmp = data[-2]; in FLAC__fixed_compute_best_predictor_wide_intrin_sse2()
169 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 0 le0 le1 in FLAC__fixed_compute_best_predictor_wide_intrin_sse2()
170 itmp -= data[-3]; in FLAC__fixed_compute_best_predictor_wide_intrin_sse2()
172 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 le0 le1 le2 in FLAC__fixed_compute_best_predictor_wide_intrin_sse2()
173 itmp -= data[-3] - data[-4]; in FLAC__fixed_compute_best_predictor_wide_intrin_sse2()
175 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // le0 le1 le2 le3 in FLAC__fixed_compute_best_predictor_wide_intrin_sse2()