Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Drestoration.h283 extern const int32_t one_by_x[MAX_NELEM];
Drestoration.c659 const int32_t one_by_x[MAX_NELEM] = { variable
751 (uint32_t)one_by_x[n - 1], in calculate_intermediate_result()
/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c178 const __m128i one_over_n = _mm_set1_epi32(one_by_x[n - 1]); in calc_ab()
318 const __m128i one_over_n = _mm_set1_epi32(one_by_x[n - 1]); in calc_ab_fast()
Dselfguided_avx2.c227 const __m256i one_over_n = _mm256_set1_epi32(one_by_x[n - 1]); in calc_ab()
364 const __m256i one_over_n = _mm256_set1_epi32(one_by_x[n - 1]); in calc_ab_fast()
/external/libaom/libaom/av1/common/arm/
Dselfguided_neon.c470 const uint16x4_t one_by_n_minus_1_vec = vdup_n_u16(one_by_x[n - 1]); in calc_ab_internal_lbd()
525 const uint16x4_t one_by_n_minus_1_vec = vdup_n_u16(one_by_x[n - 1]); in calc_ab_internal_hbd()
587 const uint32x4_t one_by_n_minus_1_vec = vdupq_n_u32(one_by_x[n - 1]); in calc_ab_fast_internal_lbd()
641 const uint32x4_t one_by_n_minus_1_vec = vdupq_n_u32(one_by_x[n - 1]); in calc_ab_fast_internal_hbd()