Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8_dec.c504 static WEBP_INLINE uint32_t NzCodeBits(uint32_t nz_coeffs, int nz, int dc_nz) { in NzCodeBits() argument
506 nz_coeffs |= (nz > 3) ? 3 : (nz > 1) ? 2 : dc_nz; in NzCodeBits()