Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c147 static __m128i compute_p(__m128i sum1, __m128i sum2, int bit_depth, int n) { in compute_p() function
210 const __m128i p = compute_p(sum1, sum2, bit_depth, n); in calc_ab()
350 const __m128i p = compute_p(sum1, sum2, bit_depth, n); in calc_ab_fast()
Dselfguided_avx2.c194 static __m256i compute_p(__m256i sum1, __m256i sum2, int bit_depth, int n) { in compute_p() function
259 const __m256i p = compute_p(sum1, sum2, bit_depth, n); in calc_ab()
396 const __m256i p = compute_p(sum1, sum2, bit_depth, n); in calc_ab_fast()