Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Denc_neon.c621 const uint16x8_t q_w8f = vld1q_u16(&w[8]); in DistoLoadW_NEON() local
626 vget_low_s16(vreinterpretq_s16_u16(q_w8f)), in DistoLoadW_NEON()
627 vget_high_s16(vreinterpretq_s16_u16(q_w8f))); in DistoLoadW_NEON()