Searched defs:__rounding (Results 1 – 6 of 6) sorted by relevance
| /external/libaom/libaom/av1/common/x86/ |
| D | av1_inv_txfm_ssse3.c | 30 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct4_sse2() local 57 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct4_w4_sse2() local 108 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct8_sse2() local 157 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct8_w4_sse2() local 203 const __m128i __rounding, in idct16_stage5_sse2() 217 const __m128i __rounding, in idct16_stage6_sse2() 279 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct16_low8_ssse3() local 325 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct16_sse2() local 398 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct16_w4_sse2() local 495 const __m128i __rounding, in idct32_high16_stage4_sse2() [all …]
|
| D | av1_txfm_sse2.h | 29 const __m128i *const w0, const __m128i *const w1, const __m128i __rounding, in btf_16_w4_sse2()
|
| /external/libaom/libaom/av1/encoder/x86/ |
| D | highbd_fwd_txfm_avx2.c | 2106 const __m256i *__rounding, in fdct64_stage2_avx2() 2175 const __m256i *__rounding, in fdct64_stage3_avx2() 2246 const __m256i *__rounding, in fdct64_stage4_avx2() 2317 const __m256i *__rounding, in fdct64_stage5_avx2() 2389 const __m256i *__rounding, int8_t cos_bit) { in fdct64_stage6_avx2() 2460 const __m256i *__rounding, in fdct64_stage7_avx2() 2529 const __m256i *__rounding, in fdct64_stage8_avx2() 2616 const __m256i *__rounding, in fdct64_stage9_avx2() 2702 const __m256i *__rounding, in fdct64_stage10_avx2() 2805 const __m256i __rounding = _mm256_set1_epi32(1 << (cos_bit - 1)); in fdct64_avx2() local
|
| D | av1_fwd_txfm_sse2.c | 25 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fdct4x4_new_sse2() local 57 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fdct8x4_new_sse2() local 86 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fdct4x8_new_sse2() local 156 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fdct8x8_new_sse2() local 221 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fdct8x16_new_sse2() local 365 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in av1_fdct8x32_new_sse2() local 689 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in av1_fdct8x64_new_sse2() local 1429 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fadst4x4_new_sse2() local 1475 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fadst4x8_new_sse2() local 1577 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fadst8x4_new_sse2() local [all …]
|
| D | av1_fwd_txfm1d_sse4.c | 465 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in av1_fdct64_sse4_1() local
|
| D | av1_fwd_txfm2d_avx2.c | 1997 const __m256i *__rounding, int8_t *cos_bit) { in btf_16_avx2() 2027 const __m256i __rounding = _mm256_set1_epi32(1 << (cos_bit - 1)); in fdct8x8_new_avx2() local 2107 const __m256i __rounding = _mm256_set1_epi32(1 << (cos_bit - 1)); in fadst8x8_new_avx2() local 2234 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fdct8x16_new_avx2() local
|