Home
last modified time | relevance | path

Searched refs:dup_255 (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dwarp_plane_sse2.c25 __m128i dup_255 = _mm_set1_epi16(255); in av1_calc_frame_error_sse2() local
40 _mm_add_epi16(_mm_sub_epi16(dst_16_lo, ref_16_lo), dup_255); in av1_calc_frame_error_sse2()
42 _mm_add_epi16(_mm_sub_epi16(dst_16_hi, ref_16_hi), dup_255); in av1_calc_frame_error_sse2()
Dwarp_plane_avx2.c1032 __m256i dup_255 = _mm256_set1_epi16(255); in av1_calc_frame_error_avx2() local
1056 _mm256_add_epi16(_mm256_sub_epi16(dst_1_16, ref_1_16), dup_255); in av1_calc_frame_error_avx2()
1058 _mm256_add_epi16(_mm256_sub_epi16(dst_2_16, ref_2_16), dup_255); in av1_calc_frame_error_avx2()
1060 _mm256_add_epi16(_mm256_sub_epi16(dst_3_16, ref_3_16), dup_255); in av1_calc_frame_error_avx2()
1062 _mm256_add_epi16(_mm256_sub_epi16(dst_4_16, ref_4_16), dup_255); in av1_calc_frame_error_avx2()