Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct_neon.h105 int16x8_t d0_s16, d1_s16, d2_s16, d3_s16, d4_s16, d5_s16, d6_s16, d7_s16; in highbd_add8x8() local
123 d0_s16 = vqaddq_s16(a[0], vreinterpretq_s16_u16(d0)); in highbd_add8x8()
132 d0_s16 = vminq_s16(d0_s16, max); in highbd_add8x8()
140 d0_u16 = vqshluq_n_s16(d0_s16, 0); in highbd_add8x8()