Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8_dec.c505 static WEBP_INLINE uint32_t NzCodeBits(uint32_t nz_coeffs, int nz, int dc_nz) { in NzCodeBits() function
556 nz_coeffs = NzCodeBits(nz_coeffs, nz, dst[0] != 0); in ParseResiduals()
577 nz_coeffs = NzCodeBits(nz_coeffs, nz, dst[0] != 0); in ParseResiduals()