Searched refs:cospisd (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/vpx_dsp/arm/ |
D | idct8x8_add_neon.c | 44 const int16x8_t cospisd = vaddq_s16(cospis, cospis); in vpx_idct8x8_12_add_neon() local 46 const int16x4_t cospisd0 = vget_low_s16(cospisd); // doubled 0, 8, 16, 24 in vpx_idct8x8_12_add_neon() 47 const int16x4_t cospisd1 = vget_high_s16(cospisd); // doubled 4, 12, 20, 28 in vpx_idct8x8_12_add_neon()
|
D | highbd_idct8x8_add_neon.c | 238 const int16x8_t cospisd = vaddq_s16(cospis, cospis); in vpx_highbd_idct8x8_12_add_neon() local 240 const int16x4_t cospisd0 = vget_low_s16(cospisd); // doubled 0, 8, 16, 24 in vpx_highbd_idct8x8_12_add_neon() 241 const int16x4_t cospisd1 = vget_high_s16(cospisd); // doubled 4, 12, 20, 28 in vpx_highbd_idct8x8_12_add_neon()
|