Searched defs:__rounding (Results 1 – 8 of 8) sorted by relevance
| /external/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 56 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct4_w4_sse2() local 105 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct8_sse2() local 153 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct8_w4_sse2() local 199 const __m128i __rounding, in idct16_stage5_sse2() 213 const __m128i __rounding, in idct16_stage6_sse2() 272 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct16_low8_ssse3() local 318 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct16_sse2() local 390 const __m128i __rounding = _mm_set1_epi32(1 << (INV_COS_BIT - 1)); in idct16_w4_sse2() local 487 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/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.h | 77 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fdct8x8_new_sse2() local 132 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fadst8x8_new_sse2() 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 fdct8x16_new_sse2() local 300 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in av1_fdct8x32_new_sse2() local 624 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in av1_fdct8x64_new_sse2() local 1364 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fadst4x4_new_sse2() local 1410 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fadst4x8_new_sse2() local 1512 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fadst8x4_new_sse2() local 1585 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fadst8x16_new_sse2() local
|
| D | av1_fwd_txfm1d_sse4.c | 457 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in av1_fdct64_sse4_1() local
|
| D | av1_fwd_txfm2d_avx2.c | 2323 const __m256i *__rounding, int8_t *cos_bit) { in btf_16_avx2() 2353 const __m256i __rounding = _mm256_set1_epi32(1 << (cos_bit - 1)); in fdct8x8_new_avx2() local 2433 const __m256i __rounding = _mm256_set1_epi32(1 << (cos_bit - 1)); in fadst8x8_new_avx2() local 2560 const __m128i __rounding = _mm_set1_epi32(1 << (cos_bit - 1)); in fdct8x16_new_avx2() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__format/ |
| D | parser_std_format_spec.h | 842 …_Iterator __first, _Iterator __last, size_t __maximum, __column_width_rounding __rounding) noexcep… in __estimate_column_width_grapheme_clustering() 915 … basic_string_view<_CharT> __str, size_t __maximum, __column_width_rounding __rounding) noexcept { in __estimate_column_width()
|