Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Denc_neon.c666 uint32x2_t d_in_ab_cdef = vdup_n_u32(0); in Disto4x4_NEON() local
673 LOAD_LANE_32b(a + 3 * BPS, d_in_ab_cdef, 0); in Disto4x4_NEON()
677 LOAD_LANE_32b(b + 3 * BPS, d_in_ab_cdef, 1); in Disto4x4_NEON()
682 vreinterpret_u8_u32(d_in_ab_cdef)); in Disto4x4_NEON()