Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_neon.c433 const uint8x16_t a_p0_q0_2 = vqaddq_u8(a_p0_q0, a_p0_q0); // 2 * abs(p0-q0) in NeedsFilter_NEON() local
435 const uint8x16_t sum = vqaddq_u8(a_p0_q0_2, a_p1_q1_2); in NeedsFilter_NEON()