Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Denc_neon.c981 const uint32x4_t bias0 = vld1q_u32(&mtx->bias_[offset + 0]); in Quantize() local
990 const uint32x4_t m2 = vhaddq_u32(m0, bias0); in Quantize()