Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8_dec.c529 const int ctx = mb->nz_dc_ + left_mb->nz_dc_; in ParseResiduals()
531 mb->nz_dc_ = left_mb->nz_dc_ = (nz > 0); in ParseResiduals()
616 left->nz_dc_ = mb->nz_dc_ = 0; in VP8DecodeMB()
635 left->nz_dc_ = 0; in VP8InitScanline()
Dvp8i_dec.h132 uint8_t nz_dc_; // non-zero DC coeff (1bit) member