Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dvp8.c569 const int ctx = mb->dc_nz_ + left_mb->dc_nz_; in ParseResiduals()
570 mb->dc_nz_ = left_mb->dc_nz_ = in ParseResiduals()
660 left->dc_nz_ = info->dc_nz_ = 0; in VP8DecodeMB()
678 left->dc_nz_ = 0; in VP8InitScanline()
Dvp8i.h163 unsigned int dc_nz_:1; // non-zero DC coeffs member