Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_neon.c778 const int8x8_t kCst18 = vdup_n_s8(18); in ApplyFilter6_NEON() local
781 const int16x8_t Z_lo = vmlal_s8(S_lo, kCst18, delta_lo); // S + 18 * a in ApplyFilter6_NEON()
782 const int16x8_t Z_hi = vmlal_s8(S_hi, kCst18, delta_hi); in ApplyFilter6_NEON()