Searched refs:SGRPROJ_MTABLE_BITS (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/common/arm/ |
D | selfguided_neon.c | 74 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/ |
D | selfguided_sse4.c | 180 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()
|
D | selfguided_avx2.c | 229 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/ |
D | restoration.h | 113 #define SGRPROJ_MTABLE_BITS 20 macro
|
D | restoration.c | 124 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()
|