Searched refs:d6_s16 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct_neon.h | 105 int16x8_t d0_s16, d1_s16, d2_s16, d3_s16, d4_s16, d5_s16, d6_s16, d7_s16; in highbd_add8x8() local 129 d6_s16 = vqaddq_s16(a[6], vreinterpretq_s16_u16(d6)); in highbd_add8x8() 138 d6_s16 = vminq_s16(d6_s16, max); in highbd_add8x8() 146 d6_u16 = vqshluq_n_s16(d6_s16, 0); in highbd_add8x8()
|