HomeSort by relevance Sort by last modified time
    Searched refs:cospisd (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/arm/
idct8x8_add_neon.c 110 const int16x8_t cospisd = vaddq_s16(cospis, cospis); local
112 const int16x4_t cospisd0 = vget_low_s16(cospisd); // doubled 0, 8, 16, 24
113 const int16x4_t cospisd1 = vget_high_s16(cospisd); // doubled 4, 12, 20, 28
highbd_idct8x8_add_neon.c 304 const int16x8_t cospisd = vaddq_s16(cospis, cospis); local
306 const int16x4_t cospisd0 = vget_low_s16(cospisd); // doubled 0, 8, 16, 24
307 const int16x4_t cospisd1 = vget_high_s16(cospisd); // doubled 4, 12, 20, 28

Completed in 237 milliseconds