Searched defs:__rounding (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | av1_inv_txfm_ssse3.c | 31 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct4_new_sse2() local 57 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct4_w4_new_sse2() local 108 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct8_new_sse2() local 156 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct8_w4_new_sse2() local 202 const __m128i __rounding, in idct16_stage5_sse2() 216 const __m128i __rounding, in idct16_stage6_sse2() 278 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct16_low8_new_ssse3() local 324 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct16_new_sse2() local 396 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct16_w4_new_sse2() local 493 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 | 2111 const __m256i *__rounding, in av1_fdct64_stage2_avx2() 2181 const __m256i *__rounding, in av1_fdct64_stage3_avx2() 2251 const __m256i *__rounding, int8_t cos_bit) { in av1_fdct64_stage4_avx2() 2320 const __m256i *__rounding, int8_t cos_bit) { in av1_fdct64_stage5_avx2() 2391 const __m256i *__rounding, int8_t cos_bit) { in av1_fdct64_stage6_avx2() 2461 const __m256i *__rounding, int8_t cos_bit) { in av1_fdct64_stage7_avx2() 2529 const __m256i *__rounding, in av1_fdct64_stage8_avx2() 2616 const __m256i *__rounding, in av1_fdct64_stage9_avx2() 2702 const __m256i *__rounding, in av1_fdct64_stage10_avx2() 2805 const __m256i __rounding = _mm256_set1_epi32(1 << (cos_bit - 1)); in av1_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 364 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fdct8x32_new_sse2() local 687 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fdct8x64_new_sse2() local 1427 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fadst4x4_new_sse2() local 1473 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fadst4x8_new_sse2() local 1575 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_new_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
|