Searched defs:cospi_0_8_16_24 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct16x16_add_neon.c | 26 const int16x4_t cospi_0_8_16_24, in idct_cospi_8_24_d_kernel() 35 const int16x4_t cospi_0_8_16_24, in idct_cospi_8_24_d() 44 const int16x4_t cospi_0_8_16_24, in idct_cospi_8_24_neg_d() 55 const int16x4_t cospi_0_8_16_24, in idct_cospi_16_16_d() 71 const int16x4_t cospi_0_8_16_24 = vget_low_s16(cospis0); in vpx_idct16x16_256_add_half1d() local 275 const int16x4_t cospi_0_8_16_24 = vget_low_s16(cospis0); in vpx_idct16x16_38_add_half1d() local 435 const int16x4_t cospi_0_8_16_24 = vget_low_s16(cospis0); in vpx_idct16x16_10_add_half1d_pass1() local 591 const int16x4_t cospi_0_8_16_24 = vget_low_s16(cospis0); in vpx_idct16x16_10_add_half1d_pass2() local
|
D | highbd_idct16x16_add_neon.c | 300 const int32x4x2_t s0, const int32x4x2_t s1, const int32x4_t cospi_0_8_16_24, in highbd_idct_cospi_8_24_q_kernel() 337 const int32x4_t s0, const int32x4_t s1, const int32x4_t cospi_0_8_16_24, in highbd_idct_cospi_8_24_d_kernel() 359 const int32x4_t cospi_0_8_16_24, in highbd_idct_cospi_8_24_q() 370 const int32x4_t cospi_0_8_16_24, in highbd_idct_cospi_8_24_d() 381 const int32x4_t cospi_0_8_16_24, in highbd_idct_cospi_8_24_neg_q() 396 const int32x4_t cospi_0_8_16_24, in highbd_idct_cospi_8_24_neg_d() 409 const int32x4_t cospi_0_8_16_24, in highbd_idct_cospi_16_16_q() 443 const int32x4_t cospi_0_8_16_24, in highbd_idct_cospi_16_16_d() 522 const int32x4_t cospi_0_8_16_24 = vld1q_s32(kCospi32 + 0); in vpx_highbd_idct16x16_256_add_half1d() local 776 const int32x4_t cospi_0_8_16_24 = vld1q_s32(kCospi32 + 0); in vpx_highbd_idct16x16_38_add_half1d() local [all …]
|
D | idct_neon.h | 524 const int16x4_t cospi_0_8_16_24, in idct_cospi_8_24_q_kernel() 537 const int16x4_t cospi_0_8_16_24, in idct_cospi_8_24_q() 546 const int16x4_t cospi_0_8_16_24, in idct_cospi_8_24_neg_q() 558 const int16x4_t cospi_0_8_16_24, in idct_cospi_16_16_q()
|