Searched defs:cospisd1 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct8x8_add_neon.c | 47 const int16x4_t cospisd1 = vget_high_s16(cospisd); // doubled 4, 12, 20, 28 in vpx_idct8x8_12_add_neon() local
|
D | idct16x16_add_neon.c | 274 const int16x8_t cospisd1 = vaddq_s16(cospis1, cospis1); in vpx_idct16x16_38_add_half1d() local 434 const int16x8_t cospisd1 = vaddq_s16(cospis1, cospis1); in vpx_idct16x16_10_add_half1d_pass1() local 590 const int16x8_t cospisd1 = vaddq_s16(cospis1, cospis1); in vpx_idct16x16_10_add_half1d_pass2() local
|
D | highbd_idct8x8_add_neon.c | 241 const int16x4_t cospisd1 = vget_high_s16(cospisd); // doubled 4, 12, 20, 28 in vpx_highbd_idct8x8_12_add_neon() local
|
D | idct_neon.h | 321 const int16x4_t cospisd1, in idct8x8_12_pass1_bd8() 369 const int16x4_t cospisd1, in idct8x8_12_pass2_bd8()
|