/external/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() 65 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct16_avx2() local 145 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct16_low8_avx2() local 193 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct16_low1_avx2() local 235 static INLINE void iadst16_stage4_avx2(__m256i *x, const int32_t *cospi, in iadst16_stage4_avx2() 260 static INLINE void iadst16_stage6_avx2(__m256i *x, const int32_t *cospi, in iadst16_stage6_avx2() 282 static INLINE void iadst16_stage8_avx2(__m256i *x1, const int32_t *cospi, in iadst16_stage8_avx2() 313 const int32_t *cospi = cospi_arr(INV_COS_BIT); in iadst16_avx2() local 381 const int32_t *cospi = cospi_arr(INV_COS_BIT); in iadst16_low8_avx2() local [all …]
|
D | av1_inv_txfm_ssse3.c | 29 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct4_sse2() local 55 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct4_w4_sse2() local 80 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct8_low1_ssse3() local 104 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct8_sse2() local 152 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct8_w4_sse2() local 198 static INLINE void idct16_stage5_sse2(__m128i *x, const int32_t *cospi, in idct16_stage5_sse2() 212 static INLINE void idct16_stage6_sse2(__m128i *x, const int32_t *cospi, in idct16_stage6_sse2() 237 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct16_low1_ssse3() local 271 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct16_low8_ssse3() local 317 const int32_t *cospi = cospi_arr(INV_COS_BIT); in idct16_sse2() local [all …]
|
D | highbd_inv_txfm_avx2.c | 445 const int32_t *cospi = cospi_arr(bit); in idct32_low1_avx2() local 512 const int32_t *cospi = cospi_arr(bit); in idct32_low8_avx2() local 625 const int32_t *cospi = cospi_arr(bit); in idct32_low16_avx2() local 775 const int32_t *cospi = cospi_arr(bit); in idct32_avx2() local 1157 const int32_t *cospi = cospi_arr(bit); in idct16_low1_avx2() local 1208 const int32_t *cospi = cospi_arr(bit); in idct16_low8_avx2() local 1355 const int32_t *cospi = cospi_arr(bit); in idct16_avx2() local 1538 const int32_t *cospi = cospi_arr(bit); in iadst16_low1_avx2() local 1716 const int32_t *cospi = cospi_arr(bit); in iadst16_low8_avx2() local 2037 const int32_t *cospi = cospi_arr(bit); in iadst16_avx2() local [all …]
|
D | highbd_inv_txfm_sse4.c | 456 const int32_t *cospi = cospi_arr(bit); in idct4x4_sse4_1() local 871 const int32_t *cospi = cospi_arr(bit); in idct8x8_sse4_1() local 993 const int32_t *cospi = cospi_arr(bit); in iadst8x8_sse4_1() local 1487 const int32_t *cospi = cospi_arr(bit); in idct8x8_low1_sse4_1() local 1529 const int32_t *cospi = cospi_arr(bit); in idct8x8_new_sse4_1() local 1641 const int32_t *cospi = cospi_arr(bit); in iadst8x8_low1_sse4_1() local 1730 const int32_t *cospi = cospi_arr(bit); in iadst8x8_new_sse4_1() local 1901 const int32_t *cospi = cospi_arr(bit); in idct16x16_low1_sse4_1() local 1952 const int32_t *cospi = cospi_arr(bit); in idct16x16_low8_sse4_1() local 2094 const int32_t *cospi = cospi_arr(bit); in iadst16x16_low1_sse4_1() local [all …]
|
/external/libaom/av1/encoder/ |
D | av1_fwd_txfm1d.c | 19 const int32_t *cospi; in av1_fdct4() local 62 const int32_t *cospi; in av1_fdct8() local 147 const int32_t *cospi; in av1_fdct16() local 318 const int32_t *cospi; in av1_fdct32() local 738 const int32_t *cospi; in av1_fadst8() local 852 const int32_t *cospi; in av1_fadst16() local 1099 const int32_t *cospi; in av1_fdct64() local
|
/external/libaom/av1/common/ |
D | av1_inv_txfm1d.c | 20 const int32_t *cospi = cospi_arr(cos_bit); in av1_idct4() local 61 const int32_t *cospi = cospi_arr(cos_bit); in av1_idct8() local 142 const int32_t *cospi = cospi_arr(cos_bit); in av1_idct16() local 307 const int32_t *cospi = cospi_arr(cos_bit); in av1_idct32() local 717 const int32_t *cospi = cospi_arr(cos_bit); in av1_iadst8() local 825 const int32_t *cospi = cospi_arr(cos_bit); in av1_iadst16() local 1066 const int32_t *cospi = cospi_arr(cos_bit); in av1_idct64() local
|
/external/libaom/av1/common/arm/ |
D | av1_inv_txfm_neon.c | 262 const int32_t *cospi = cospi_arr(cos_bit); in iadst8_neon() local 335 const int32_t *cospi = cospi_arr(cos_bit); in iadst8_low1_neon() local 386 const int32_t *cospi = cospi_arr(cos_bit); in idct8_neon() local 425 const int32_t *cospi = cospi_arr(cos_bit); in idct8_low1_neon() local 517 const int32_t *cospi = cospi_arr(cos_bit); in idct16_low1_neon() local 549 const int32_t *cospi = cospi_arr(cos_bit); in idct16_neon() local 671 const int32_t *cospi = cospi_arr(cos_bit); in idct16_low8_neon() local 781 const int32_t *cospi = cospi_arr(cos_bit); in iadst16_neon() local 938 const int32_t *cospi = cospi_arr(cos_bit); in iadst16_low1_neon() local 1029 const int32_t *cospi = cospi_arr(cos_bit); in iadst16_low8_neon() local [all …]
|
D | highbd_inv_txfm_neon.c | 363 static INLINE void idct32_stage4_neon(int32x4_t *bf1, const int32_t *cospi, in idct32_stage4_neon() 392 static INLINE void idct32_stage5_neon(int32x4_t *bf1, const int32_t *cospi, in idct32_stage5_neon() 420 static INLINE void idct32_stage6_neon(int32x4_t *bf1, const int32_t *cospi, in idct32_stage6_neon() 459 static INLINE void idct32_stage7_neon(int32x4_t *bf1, const int32_t *cospi, in idct32_stage7_neon() 490 static INLINE void idct32_stage8_neon(int32x4_t *bf1, const int32_t *cospi, in idct32_stage8_neon() 582 const int32_t *cospi = cospi_arr(bit); in idct4x4_neon() local 1002 const int32_t *cospi = cospi_arr(bit); in idct8x8_neon() local 1109 const int32_t *cospi = cospi_arr(bit); in iadst8x8_neon() local 1540 const int32_t *cospi = cospi_arr(bit); in idct8x8_low1_neon() local 1576 const int32_t *cospi = cospi_arr(bit); in idct8x8_new_neon() local [all …]
|
/external/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm1d_sse4.c | 18 const int32_t *cospi; in av1_fdct32_sse4_1() local 403 const int32_t *cospi; in av1_fadst4_sse4_1() local 456 const int32_t *cospi = cospi_arr(cos_bit); in av1_fdct64_sse4_1() local
|
D | av1_fwd_txfm_sse2.h | 76 const int32_t *cospi = cospi_arr(cos_bit); in fdct8x8_new_sse2() local 130 const int32_t *cospi = cospi_arr(cos_bit); in fadst8x8_new_sse2() local
|
D | highbd_fwd_txfm_avx2.c | 257 const int32_t *cospi = cospi_arr(bit); in fdct8_avx2() local 359 const int32_t *cospi = cospi_arr(bit); in fadst8_avx2() local 731 const int32_t *cospi = cospi_arr(bit); in fdct16_avx2() local 1016 const int32_t *cospi = cospi_arr(bit); in fadst16_avx2() local 1609 const int32_t *cospi; in fdct32_avx2() local 2528 const int32_t *cospi, in fdct64_stage8_avx2() 2615 const int32_t *cospi, in fdct64_stage9_avx2() 2701 const int32_t *cospi, in fdct64_stage10_avx2() 2804 const int32_t *cospi = cospi_arr(cos_bit); in 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 fdct8x16_new_sse2() local 299 const int32_t *cospi = cospi_arr(cos_bit); in av1_fdct8x32_new_sse2() local 623 const int32_t *cospi = cospi_arr(cos_bit); in av1_fdct8x64_new_sse2() local 1408 const int32_t *cospi = cospi_arr(cos_bit); in fadst4x8_new_sse2() local 1583 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_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 fdct32_avx2() local 870 const int32_t *cospi = cospi_arr(cos_bit); in fdct64_new_avx2() local 1283 const int32_t *cospi = cospi_arr(cos_bit); in fadst16x16_new_avx2() local 2352 const int32_t *cospi = cospi_arr(cos_bit); in fdct8x8_new_avx2() local 2431 const int32_t *cospi = cospi_arr(cos_bit); in fadst8x8_new_avx2() local 2558 const int32_t *cospi = cospi_arr(cos_bit); in fdct8x16_new_avx2() local 2707 const int32_t *cospi = cospi_arr(cos_bit); in fadst8x16_new_avx2() local
|
D | highbd_fwd_txfm_sse4.c | 118 const int32_t *cospi = cospi_arr(bit); in fdct4x4_sse4_1() local 571 const int32_t *cospi = cospi_arr(bit); in fdct4x8_sse4_1() local 691 const int32_t *cospi = cospi_arr(bit); in fadst8x8_sse4_1() local 1239 const int32_t *cospi = cospi_arr(bit); in fdct16x16_sse4_1() local 1525 const int32_t *cospi = cospi_arr(bit); in fadst16x16_sse4_1() local
|
/external/libaom/av1/encoder/arm/neon/ |
D | av1_fwd_txfm2d_neon.c | 482 const int32_t *cospi = cospi_arr(cos_bit); in fadst4x8_neon() local 609 const int32_t *cospi = cospi_arr(cos_bit); in av1_fdct4x4_neon() local 775 const int32_t *cospi = cospi_arr(cos_bit); in fdct8x4_neon() local 802 const int32_t *cospi = cospi_arr(cos_bit); in fdct4x8_neon() local 848 const int32_t *cospi = cospi_arr(cos_bit); in fdct8x8_neon() local 892 const int32_t *cospi = cospi_arr(cos_bit); in fdct8x16_neon() local 994 const int32_t *cospi = cospi_arr(cos_bit); in av1_fdct8x32_neon() local 1442 const int32_t *cospi = cospi_arr(cos_bit); in av1_fdct8x64_neon() local 1819 const int32_t *cospi = cospi_arr(cos_bit); in fadst_8x8_neon() local 1879 const int32_t *cospi = cospi_arr(cos_bit); in fadst8x16_neon() local [all …]
|
D | highbd_fwd_txfm_neon.c | 185 const int32_t *cospi = cospi_arr(bit); in fdct4x4_neon() local 567 const int32_t *cospi = cospi_arr(bit); in fdct4x8_neon() local 658 const int32_t *cospi = cospi_arr(bit); in fadst8x8_neon() local 1156 const int32_t *cospi = cospi_arr(bit); in fdct16x16_neon() local 1374 const int32_t *cospi = cospi_arr(bit); in fadst16x16_neon() local 1956 const int32_t *cospi; in av1_fdct32_new_neon() local 2349 const int32_t *cospi; in av1_fadst4_new_neon() local 2411 int32x4_t *x5, const int32_t *cospi, in av1_fdct64_new_stage12345_neon() 2817 const int32_t *cospi = cospi_arr(cos_bit); in av1_fdct64_new_neon() 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/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/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()
|