Home
last modified time | relevance | path

Searched defs:clamp_hi (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dhighbd_inv_txfm_avx2.c102 const __m256i *clamp_hi, int shift) { in neg_shift_avx2()
225 const __m256i *clamp_hi) { in addsub_avx2()
249 const __m256i *clamp_lo, const __m256i *clamp_hi, in addsub_shift_avx2()
294 const __m256i *clamp_hi, const __m256i *rounding, int bit) { in idct32_stage5_avx2()
317 const __m256i *cospim48, const __m256i *clamp_lo, const __m256i *clamp_hi, in idct32_stage6_avx2()
346 const __m256i *clamp_hi, in idct32_stage7_avx2()
374 const __m256i *clamp_hi, in idct32_stage8_avx2()
470 const __m256i clamp_hi = _mm256_set1_epi32((1 << (log_range - 1)) - 1); in idct32_low1_avx2() local
568 const __m256i clamp_hi = _mm256_set1_epi32((1 << (log_range - 1)) - 1); in idct32_low8_avx2() local
693 const __m256i clamp_hi = _mm256_set1_epi32((1 << (log_range - 1)) - 1); in idct32_low16_avx2() local
[all …]
Dhighbd_inv_txfm_sse4.c105 const __m128i *clamp_hi) { in addsub_sse4_1()
130 const __m128i *clamp_hi, int shift) { in addsub_shift_sse4_1()
178 const __m128i *clamp_hi, const __m128i *rounding, int bit) { in idct32_stage5_sse4_1()
203 const __m128i *cospim48, const __m128i *clamp_lo, const __m128i *clamp_hi, in idct32_stage6_sse4_1()
238 const __m128i *clamp_hi, in idct32_stage7_sse4_1()
268 const __m128i *clamp_hi, in idct32_stage8_sse4_1()
363 const __m128i *clamp_lo, const __m128i *clamp_hi, in neg_shift_sse4_1()
432 const __m128i clamp_hi = _mm_set1_epi32((1 << (log_range - 1)) - 1); in idct4x4_sse4_1() local
501 const __m128i clamp_hi = _mm_set1_epi32((1 << (log_range - 1)) - 1); in iadst4x4_sse4_1() local
588 const __m128i *clamp_hi, int size) { in highbd_clamp_epi32_sse4_1()
[all …]