Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/arm/
Dselfguided_neon.c74 p0 = vrshrq_n_u32(p0, SGRPROJ_MTABLE_BITS); in calc_ab_fast_internal_common()
75 p1 = vrshrq_n_u32(p1, SGRPROJ_MTABLE_BITS); in calc_ab_fast_internal_common()
76 p2 = vrshrq_n_u32(p2, SGRPROJ_MTABLE_BITS); in calc_ab_fast_internal_common()
77 p3 = vrshrq_n_u32(p3, SGRPROJ_MTABLE_BITS); in calc_ab_fast_internal_common()
193 p0 = vrshrq_n_u32(p0, SGRPROJ_MTABLE_BITS); in calc_ab_internal_common()
194 p1 = vrshrq_n_u32(p1, SGRPROJ_MTABLE_BITS); in calc_ab_internal_common()
195 p2 = vrshrq_n_u32(p2, SGRPROJ_MTABLE_BITS); in calc_ab_internal_common()
196 p3 = vrshrq_n_u32(p3, SGRPROJ_MTABLE_BITS); in calc_ab_internal_common()
197 p4 = vrshrq_n_u32(p4, SGRPROJ_MTABLE_BITS); in calc_ab_internal_common()
198 p5 = vrshrq_n_u32(p5, SGRPROJ_MTABLE_BITS); in calc_ab_internal_common()
[all …]
/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c180 const __m128i rnd_z = round_for_shift(SGRPROJ_MTABLE_BITS); in calc_ab()
214 SGRPROJ_MTABLE_BITS), in calc_ab()
320 const __m128i rnd_z = round_for_shift(SGRPROJ_MTABLE_BITS); in calc_ab_fast()
354 SGRPROJ_MTABLE_BITS), in calc_ab_fast()
Dselfguided_avx2.c229 const __m256i rnd_z = round_for_shift(SGRPROJ_MTABLE_BITS); in calc_ab()
263 SGRPROJ_MTABLE_BITS), in calc_ab()
366 const __m256i rnd_z = round_for_shift(SGRPROJ_MTABLE_BITS); in calc_ab_fast()
400 SGRPROJ_MTABLE_BITS), in calc_ab_fast()
/external/libaom/libaom/av1/common/
Drestoration.h113 #define SGRPROJ_MTABLE_BITS 20 macro
Drestoration.c124 sgrproj_mtable[i][j] = (((1 << SGRPROJ_MTABLE_BITS) + n2e / 2) / n2e);
717 const uint32_t z = ROUND_POWER_OF_TWO(p * s, SGRPROJ_MTABLE_BITS); in calculate_intermediate_result()