Searched refs:dc_nz (Results 1 – 1 of 1) sorted by relevance
505 static WEBP_INLINE uint32_t NzCodeBits(uint32_t nz_coeffs, int nz, int dc_nz) { in NzCodeBits() argument507 nz_coeffs |= (nz > 3) ? 3 : (nz > 1) ? 2 : dc_nz; in NzCodeBits()