Searched defs:cospis1 (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/vp9/common/arm/neon/ |
D | vp9_highbd_iht8x8_add_neon.c | 198 const int16x4_t cospis1 = vget_high_s16(cospis); // cospi 4, 12, 20, 28 in vp9_highbd_iht8x8_64_add_neon() local 208 const int16x4_t cospis1 = vget_high_s16(cospis); // cospi 4, 12, 20, 28 in vp9_highbd_iht8x8_64_add_neon() local 220 const int16x4_t cospis1 = vget_high_s16(cospis); // cospi 4, 12, 20, 28 in vp9_highbd_iht8x8_64_add_neon() local 252 const int32x4_t cospis1 = in vp9_highbd_iht8x8_64_add_neon() local 279 const int32x4_t cospis1 = in vp9_highbd_iht8x8_64_add_neon() local 298 const int32x4_t cospis1 = in vp9_highbd_iht8x8_64_add_neon() local
|
D | vp9_iht8x8_add_neon.c | 26 const int16x4_t cospis1 = vget_high_s16(cospis); // cospi 4, 12, 20, 28 in vp9_iht8x8_64_add_neon() local
|
/external/libvpx/vpx_dsp/arm/ |
D | highbd_idct8x8_add_neon.c | 72 const int32x4_t cospis0, const int32x4_t cospis1, int32x4_t *const io0, in idct8x8_12_half1d_bd10() 127 const int32x4_t cospis0, const int32x4_t cospis1, int32x4_t *const io0, in idct8x8_12_half1d_bd12() 261 const int32x4_t cospis1 = vld1q_s32(kCospi32 + 4); // cospi 4, 12, 20, 28 in vpx_highbd_idct8x8_12_add_neon() local 315 const int16x4_t cospis1 = vget_high_s16(cospis); // cospi 4, 12, 20, 28 in vpx_highbd_idct8x8_64_add_neon() local 340 const int32x4_t cospis1 = vld1q_s32(kCospi32 + 4); // cospi 4, 12, 20, 28 in vpx_highbd_idct8x8_64_add_neon() local
|
D | idct16x16_add_neon.c | 70 const int16x8_t cospis1 = vld1q_s16(kCospi + 8); in vpx_idct16x16_256_add_half1d() local 272 const int16x8_t cospis1 = vld1q_s16(kCospi + 8); in vpx_idct16x16_38_add_half1d() local 432 const int16x8_t cospis1 = vld1q_s16(kCospi + 8); in vpx_idct16x16_10_add_half1d_pass1() local 588 const int16x8_t cospis1 = vld1q_s16(kCospi + 8); in vpx_idct16x16_10_add_half1d_pass2() local
|
D | idct8x8_add_neon.c | 24 const int16x4_t cospis1 = vget_high_s16(cospis); // cospi 4, 12, 20, 28 in vpx_idct8x8_64_add_neon() local
|
D | highbd_idct_neon.h | 167 const int32x4_t cospis0, const int32x4_t cospis1, int32x4_t *const io0, in idct8x8_64_half1d_bd10() 235 const int32x4_t cospis0, const int32x4_t cospis1, int32x4_t *const io0, in idct8x8_64_half1d_bd12()
|
D | idct_neon.h | 421 const int16x4_t cospis1, in idct8x8_64_1d_bd8_kernel() 515 const int16x4_t cospis1, in idct8x8_64_1d_bd8()
|