Searched refs:sad_b2 (Results 1 – 1 of 1) sorted by relevance
1733 __m128i sad_b1, sad_b2, threshold; in ime_compute_satqd_16x16_lumainter_sse42() local1788 sad_b2 = _mm_set1_epi16((sad_2 << 1)); in ime_compute_satqd_16x16_lumainter_sse42()1822 sad_b2 = _mm_sub_epi16(sad_b2, temp3); //lsi values Block1 in ime_compute_satqd_16x16_lumainter_sse42()1826 temp1 = _mm_cmpgt_epi16(threshold, sad_b2); in ime_compute_satqd_16x16_lumainter_sse42()1887 sad_b2 = _mm_set1_epi16((sad_2 << 1)); in ime_compute_satqd_16x16_lumainter_sse42()1921 sad_b2 = _mm_sub_epi16(sad_b2, temp3); //lsi values Block1 in ime_compute_satqd_16x16_lumainter_sse42()1925 temp1 = _mm_cmpgt_epi16(threshold, sad_b2); in ime_compute_satqd_16x16_lumainter_sse42()