Home
last modified time | relevance | path

Searched refs:kCospi (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Didct8x8_add_neon.c22 const int16x8_t cospis = vld1q_s16(kCospi); in vpx_idct8x8_64_add_neon()
43 const int16x8_t cospis = vld1q_s16(kCospi); in vpx_idct8x8_12_add_neon()
Didct16x16_add_neon.c69 const int16x8_t cospis0 = vld1q_s16(kCospi); in vpx_idct16x16_256_add_half1d()
70 const int16x8_t cospis1 = vld1q_s16(kCospi + 8); in vpx_idct16x16_256_add_half1d()
271 const int16x8_t cospis0 = vld1q_s16(kCospi); in vpx_idct16x16_38_add_half1d()
272 const int16x8_t cospis1 = vld1q_s16(kCospi + 8); in vpx_idct16x16_38_add_half1d()
431 const int16x8_t cospis0 = vld1q_s16(kCospi); in vpx_idct16x16_10_add_half1d_pass1()
432 const int16x8_t cospis1 = vld1q_s16(kCospi + 8); in vpx_idct16x16_10_add_half1d_pass1()
587 const int16x8_t cospis0 = vld1q_s16(kCospi); in vpx_idct16x16_10_add_half1d_pass2()
588 const int16x8_t cospis1 = vld1q_s16(kCospi + 8); in vpx_idct16x16_10_add_half1d_pass2()
Dhighbd_idct8x8_add_neon.c237 const int16x8_t cospis = vld1q_s16(kCospi); in vpx_highbd_idct8x8_12_add_neon()
313 const int16x8_t cospis = vld1q_s16(kCospi); in vpx_highbd_idct8x8_64_add_neon()
Didct_neon.h21 static const int16_t kCospi[16] = { variable
292 const int16x4_t cospis = vld1_s16(kCospi); in idct4x4_16_kernel_bd8()
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht8x8_add_neon.c24 const int16x8_t cospis = vld1q_s16(kCospi); in vp9_iht8x8_64_add_neon()
Dvp9_highbd_iht8x8_add_neon.c196 const int16x8_t cospis = vld1q_s16(kCospi); in vp9_highbd_iht8x8_64_add_neon()
206 const int16x8_t cospis = vld1q_s16(kCospi); in vp9_highbd_iht8x8_64_add_neon()
218 const int16x8_t cospis = vld1q_s16(kCospi); in vp9_highbd_iht8x8_64_add_neon()