Lines Matching refs:itmp
66 FLAC__int32 itmp; in FLAC__fixed_compute_best_predictor_intrin_ssse3() local
70 itmp = data[-2]; in FLAC__fixed_compute_best_predictor_intrin_ssse3()
72 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 0 le0 le1 in FLAC__fixed_compute_best_predictor_intrin_ssse3()
73 itmp -= data[-3]; in FLAC__fixed_compute_best_predictor_intrin_ssse3()
75 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 le0 le1 le2 in FLAC__fixed_compute_best_predictor_intrin_ssse3()
76 itmp -= data[-3] - data[-4]; in FLAC__fixed_compute_best_predictor_intrin_ssse3()
78 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // le0 le1 le2 le3 in FLAC__fixed_compute_best_predictor_intrin_ssse3()
157 FLAC__int32 itmp; in FLAC__fixed_compute_best_predictor_wide_intrin_ssse3() local
161 itmp = data[-2]; in FLAC__fixed_compute_best_predictor_wide_intrin_ssse3()
163 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 0 le0 le1 in FLAC__fixed_compute_best_predictor_wide_intrin_ssse3()
164 itmp -= data[-3]; in FLAC__fixed_compute_best_predictor_wide_intrin_ssse3()
166 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // 0 le0 le1 le2 in FLAC__fixed_compute_best_predictor_wide_intrin_ssse3()
167 itmp -= data[-3] - data[-4]; in FLAC__fixed_compute_best_predictor_wide_intrin_ssse3()
169 last_error = _mm_sub_epi32(last_error, _mm_cvtsi32_si128(itmp)); // le0 le1 le2 le3 in FLAC__fixed_compute_best_predictor_wide_intrin_ssse3()