/external/libaom/libaom/av1/common/x86/ |
D | av1_inv_txfm_avx2.c | 27 static INLINE void idct16_stage5_avx2(__m256i *x1, const int32_t *cospi, in idct16_stage5_avx2() 41 static INLINE void idct16_stage6_avx2(__m256i *x, const int32_t *cospi, in idct16_stage6_avx2() 67 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct16_new_avx2() local 139 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct16_low8_new_avx2() local 187 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct16_low1_new_avx2() local 229 static INLINE void iadst16_stage4_avx2(__m256i *x, const int32_t *cospi, in iadst16_stage4_avx2() 254 static INLINE void iadst16_stage6_avx2(__m256i *x, const int32_t *cospi, in iadst16_stage6_avx2() 276 static INLINE void iadst16_stage8_avx2(__m256i *x1, const int32_t *cospi, in iadst16_stage8_avx2() 309 const int32_t *cospi = cospi_arr(INV_COS_BIT); in iadst16_new_avx2() local 371 const int32_t *cospi = cospi_arr(INV_COS_BIT); in iadst16_low8_new_avx2() local [all …]
|
D | av1_inv_txfm_ssse3.c | 30 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct4_new_sse2() local 56 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct4_w4_new_sse2() local 83 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct8_low1_new_ssse3() local 107 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct8_new_sse2() local 155 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct8_w4_new_sse2() local 201 static INLINE void idct16_stage5_sse2(__m128i *x, const int32_t *cospi, in idct16_stage5_sse2() 215 static INLINE void idct16_stage6_sse2(__m128i *x, const int32_t *cospi, in idct16_stage6_sse2() 242 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct16_low1_new_ssse3() local 277 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct16_low8_new_ssse3() local 323 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct16_new_sse2() local [all …]
|
D | highbd_inv_txfm_avx2.c | 465 const int32_t *cospi = cospi_arr(bit); in idct32_low1_avx2() local 538 const int32_t *cospi = cospi_arr(bit); in idct32_low8_avx2() local 651 const int32_t *cospi = cospi_arr(bit); in idct32_low16_avx2() local 801 const int32_t *cospi = cospi_arr(bit); in idct32_avx2() local 1214 const int32_t *cospi = cospi_arr(bit); in idct16_low1_avx2() local 1271 const int32_t *cospi = cospi_arr(bit); in idct16_low8_avx2() local 1433 const int32_t *cospi = cospi_arr(bit); in idct16_avx2() local 1631 const int32_t *cospi = cospi_arr(bit); in iadst16_low1_avx2() local 1809 const int32_t *cospi = cospi_arr(bit); in iadst16_low8_avx2() local 2130 const int32_t *cospi = cospi_arr(bit); in iadst16_avx2() local [all …]
|
D | highbd_inv_txfm_sse4.c | 384 const int32_t *cospi = cospi_arr(bit); in idct4x4_sse4_1() local 776 const int32_t *cospi = cospi_arr(bit); in idct8x8_sse4_1() local 902 const int32_t *cospi = cospi_arr(bit); in iadst8x8_sse4_1() local 1447 const int32_t *cospi = cospi_arr(bit); in idct8x8_low1_sse4_1() local 1489 const int32_t *cospi = cospi_arr(bit); in idct8x8_new_sse4_1() local 1607 const int32_t *cospi = cospi_arr(bit); in iadst8x8_low1_sse4_1() local 1696 const int32_t *cospi = cospi_arr(bit); in iadst8x8_new_sse4_1() local 1867 const int32_t *cospi = cospi_arr(bit); in idct16x16_low1_sse4_1() local 1924 const int32_t *cospi = cospi_arr(bit); in idct16x16_low8_sse4_1() local 2086 const int32_t *cospi = cospi_arr(bit); in iadst16x16_low1_sse4_1() local [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | av1_fwd_txfm1d.c | 19 const int32_t *cospi; in av1_fdct4_new() local 62 const int32_t *cospi; in av1_fdct8_new() local 147 const int32_t *cospi; in av1_fdct16_new() local 318 const int32_t *cospi; in av1_fdct32_new() local 738 const int32_t *cospi; in av1_fadst8_new() local 852 const int32_t *cospi; in av1_fadst16_new() local 1099 const int32_t *cospi; in av1_fdct64_new() local
|
/external/libaom/libaom/av1/common/ |
D | av1_inv_txfm1d.c | 23 const int32_t *cospi = cospi_arr(cos_bit); in av1_idct4_new() local 64 const int32_t *cospi = cospi_arr(cos_bit); in av1_idct8_new() local 145 const int32_t *cospi = cospi_arr(cos_bit); in av1_idct16_new() local 310 const int32_t *cospi = cospi_arr(cos_bit); in av1_idct32_new() local 720 const int32_t *cospi = cospi_arr(cos_bit); in av1_iadst8_new() local 829 const int32_t *cospi = cospi_arr(cos_bit); in av1_iadst16_new() local 1071 const int32_t *cospi = cospi_arr(cos_bit); in av1_idct64_new() local
|
/external/libaom/libaom/av1/common/arm/ |
D | av1_inv_txfm_neon.c | 265 const int32_t *cospi = cospi_arr(cos_bit); in iadst8_new_neon() local 342 const int32_t *cospi = cospi_arr(cos_bit); in iadst8_low1_new_neon() local 396 const int32_t *cospi = cospi_arr(cos_bit); in idct8_new_neon() local 438 const int32_t *cospi = cospi_arr(cos_bit); in idct8_low1_new_neon() local 556 const int32_t *cospi = cospi_arr(cos_bit); in idct16_low1_new_neon() local 590 const int32_t *cospi = cospi_arr(cos_bit); in idct16_new_neon() local 716 const int32_t *cospi = cospi_arr(cos_bit); in idct16_low8_new_neon() local 826 const int32_t *cospi = cospi_arr(cos_bit); in iadst16_new_neon() local 991 const int32_t *cospi = cospi_arr(cos_bit); in iadst16_low1_new_neon() local 1085 const int32_t *cospi = cospi_arr(cos_bit); in iadst16_low8_new_neon() local [all …]
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm1d_sse4.c | 18 const int32_t *cospi; in av1_fdct32_new_sse4_1() local 403 const int32_t *cospi; in av1_fadst4_new_sse4_1() local 464 const int32_t *cospi = cospi_arr(cos_bit); in av1_fdct64_new_sse4_1() local
|
D | highbd_fwd_txfm_avx2.c | 258 const int32_t *cospi = cospi_arr(bit); in av1_fdct8_avx2() local 360 const int32_t *cospi = cospi_arr(bit); in av1_fadst8_avx2() local 732 const int32_t *cospi = cospi_arr(bit); in av1_fdct16_avx2() local 1017 const int32_t *cospi = cospi_arr(bit); in av1_fadst16_avx2() local 1610 const int32_t *cospi; in av1_fdct32_avx2() local 2528 const int32_t *cospi, in av1_fdct64_stage8_avx2() 2615 const int32_t *cospi, in av1_fdct64_stage9_avx2() 2701 const int32_t *cospi, in av1_fdct64_stage10_avx2() 2804 const int32_t *cospi = cospi_arr(cos_bit); in av1_fdct64_avx2() local
|
D | av1_fwd_txfm_sse2.c | 20 const int32_t *cospi = cospi_arr(cos_bit); in fdct4x4_new_sse2() local 56 const int32_t *cospi = cospi_arr(cos_bit); in fdct8x4_new_sse2() local 85 const int32_t *cospi = cospi_arr(cos_bit); in fdct4x8_new_sse2() local 155 const int32_t *cospi = cospi_arr(cos_bit); in fdct8x8_new_sse2() local 220 const int32_t *cospi = cospi_arr(cos_bit); in fdct8x16_new_sse2() local 363 const int32_t *cospi = cospi_arr(cos_bit); in fdct8x32_new_sse2() local 686 const int32_t *cospi = cospi_arr(cos_bit); in fdct8x64_new_sse2() local 1471 const int32_t *cospi = cospi_arr(cos_bit); in fadst4x8_new_sse2() local 1646 const int32_t *cospi = cospi_arr(cos_bit); in fadst8x8_new_sse2() local 1735 const int32_t *cospi = cospi_arr(cos_bit); in fadst8x16_new_sse2() local
|
D | av1_fwd_txfm2d_avx2.c | 25 const int32_t *cospi = cospi_arr(cos_bit); in fdct16x16_new_avx2() local 118 const int32_t *cospi = cospi_arr(cos_bit); in fdct16x32_new_avx2() local 309 const int32_t *cospi = cospi_arr(cos_bit); in fdct16x64_new_avx2() local 717 const int32_t *cospi = cospi_arr(cos_bit); in av1_fdct32_new_avx2() local 870 const int32_t *cospi = cospi_arr(cos_bit); in av1_fdct64_new_avx2() local 1283 const int32_t *cospi = cospi_arr(cos_bit); in fadst16x16_new_avx2() local 2026 const int32_t *cospi = cospi_arr(cos_bit); in fdct8x8_new_avx2() local 2105 const int32_t *cospi = cospi_arr(cos_bit); in fadst8x8_new_avx2() local 2232 const int32_t *cospi = cospi_arr(cos_bit); in fdct8x16_new_avx2() local 2381 const int32_t *cospi = cospi_arr(cos_bit); in fadst8x16_new_avx2() local
|
D | highbd_fwd_txfm_sse4.c | 64 const int32_t *cospi = cospi_arr(bit); in fdct4x4_sse4_1() local 517 const int32_t *cospi = cospi_arr(bit); in fdct4x8_sse4_1() local 637 const int32_t *cospi = cospi_arr(bit); in fadst8x8_sse4_1() local 1181 const int32_t *cospi = cospi_arr(bit); in fdct16x16_sse4_1() local 1467 const int32_t *cospi = cospi_arr(bit); in fadst16x16_sse4_1() local
|
/external/clang/lib/Headers/ |
D | __clang_cuda_runtime_wrapper.h | 173 static inline float cospi(float __a) { return cospif(__a); } in cospi() function
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | inv_txfm_vsx.c | 277 #define STEP8_1(inpt0, inpt1, outpt0, outpt1, cospi) \ argument 409 #define STEP16_1(inpt0, inpt1, outpt0, outpt1, cospi) \ argument 1270 #define MSUM_ROUND_SHIFT(a, b, cospi) \ argument 1274 #define IADST_WRAPLOW(in0, in1, tmp0, tmp1, out, cospi) \ argument
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_sse2.h | 66 const __m128i cospi) { in idct_madd_round_shift_sse2()
|
D | highbd_inv_txfm_sse2.h | 79 const __m128i cospi) { in multiply_apply_sign_sse2()
|