Searched refs:nz_ (Results 1 – 8 of 8) sorted by relevance
38 memset(enc->nz_, 0, enc->mb_w_ * sizeof(*enc->nz_)); in InitTop()50 it->nz_ = enc->nz_; in VP8IteratorSetRow()235 const int tnz = it->nz_[0], lnz = it->nz_[-1]; in VP8IteratorNzToBytes()282 *it->nz_ = nz; in VP8IteratorBytesToNz()321 it->nz_ += 1; in VP8IteratorNext()
67 enc->nz_[-1] = 0; // constant in ResetBoundaryPredictions()155 const size_t nz_size = (mb_w + 1) * sizeof(*enc->nz_) + WEBP_ALIGN_CST; in InitVP8Encoder()217 enc->nz_ = 1 + (uint32_t*)WEBP_ALIGN(mem); in InitVP8Encoder()
236 uint32_t* nz_; // non-zero pattern member408 uint32_t* nz_; // non-zero bit context: mb_w+1 member
731 *it->nz_ = 0; // reset all predictors in ResetAfterSkip()734 *it->nz_ &= (1 << 24); // preserve the dc_nz bit in ResetAfterSkip()
546 tnz = mb->nz_ & 0x0f; in ParseResiduals()547 lnz = left_mb->nz_ & 0x0f; in ParseResiduals()568 tnz = mb->nz_ >> (4 + ch); in ParseResiduals()569 lnz = left_mb->nz_ >> (4 + ch); in ParseResiduals()588 mb->nz_ = out_t_nz; in ParseResiduals()589 left_mb->nz_ = out_l_nz; in ParseResiduals()614 left->nz_ = mb->nz_ = 0; in VP8DecodeMB()634 left->nz_ = 0; in VP8InitScanline()
131 uint8_t nz_; // non-zero AC/DC coeffs (4bit for luma + 4bit for chroma) member
280 nz_ = 0.f; in Reset()290 nz_ += count_ * z; in Accumulate()301 return nz_ / nn_; in Estimate()
61 float nz_ = 0.f;