Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_neon.c774 const int8x8_t delta_lo = vget_low_s8(delta); in ApplyFilter6_NEON() local
779 const int16x8_t S_lo = vmlal_s8(kCstm1, kCst9, delta_lo); // S = 9 * a - 1 in ApplyFilter6_NEON()
781 const int16x8_t Z_lo = vmlal_s8(S_lo, kCst18, delta_lo); // S + 18 * a in ApplyFilter6_NEON()