Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_neon.c769 const int16x8_t Z_lo = vmlal_s8(S_lo, kCst18, delta_lo); // S + 18 * a in ApplyFilter6() local
775 const int8x8_t a1_lo = vqrshrn_n_s16(Z_lo, 7); // (27 * a + 63) >> 7 in ApplyFilter6()