Home
last modified time | relevance | path

Searched refs:SGRPROJ_RECIP_BITS (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/common/arm/
Dselfguided_neon.c109 p0 = vrshrq_n_u32(s4, SGRPROJ_RECIP_BITS); in calc_ab_fast_internal_common()
110 p1 = vrshrq_n_u32(s5, SGRPROJ_RECIP_BITS); in calc_ab_fast_internal_common()
111 p2 = vrshrq_n_u32(s6, SGRPROJ_RECIP_BITS); in calc_ab_fast_internal_common()
112 p3 = vrshrq_n_u32(s7, SGRPROJ_RECIP_BITS); in calc_ab_fast_internal_common()
246 p0 = vrshrq_n_u32(s0, SGRPROJ_RECIP_BITS); in calc_ab_internal_common()
247 p1 = vrshrq_n_u32(s1, SGRPROJ_RECIP_BITS); in calc_ab_internal_common()
248 p2 = vrshrq_n_u32(s2, SGRPROJ_RECIP_BITS); in calc_ab_internal_common()
249 p3 = vrshrq_n_u32(s3, SGRPROJ_RECIP_BITS); in calc_ab_internal_common()
250 p4 = vrshrq_n_u32(s4, SGRPROJ_RECIP_BITS); in calc_ab_internal_common()
251 p5 = vrshrq_n_u32(s5, SGRPROJ_RECIP_BITS); in calc_ab_internal_common()
[all …]
/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c181 const __m128i rnd_res = round_for_shift(SGRPROJ_RECIP_BITS); in calc_ab()
235 _mm_srli_epi32(_mm_add_epi32(b_int, rnd_res), SGRPROJ_RECIP_BITS); in calc_ab()
321 const __m128i rnd_res = round_for_shift(SGRPROJ_RECIP_BITS); in calc_ab_fast()
375 _mm_srli_epi32(_mm_add_epi32(b_int, rnd_res), SGRPROJ_RECIP_BITS); in calc_ab_fast()
Dselfguided_avx2.c230 const __m256i rnd_res = round_for_shift(SGRPROJ_RECIP_BITS); in calc_ab()
279 SGRPROJ_RECIP_BITS); in calc_ab()
367 const __m256i rnd_res = round_for_shift(SGRPROJ_RECIP_BITS); in calc_ab_fast()
416 SGRPROJ_RECIP_BITS); in calc_ab_fast()
/external/libaom/libaom/av1/common/
Drestoration.h114 #define SGRPROJ_RECIP_BITS 12 macro
Drestoration.c752 SGRPROJ_RECIP_BITS); in calculate_intermediate_result()