Home
last modified time | relevance | path

Searched refs:nz_ (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Diterator_enc.c38 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()
H A Dwebp_enc.c67 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()
H A Dvp8i_enc.h236 uint32_t* nz_; // non-zero pattern member
407 uint32_t* nz_; // non-zero bit context: mb_w+1 member
H A Dframe_enc.c731 *it->nz_ = 0; // reset all predictors in ResetAfterSkip()
734 *it->nz_ &= (1 << 24); // preserve the dc_nz bit in ResetAfterSkip()
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8_dec.c546 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()
H A Dvp8i_dec.h131 uint8_t nz_; // non-zero AC/DC coeffs (4bit for luma + 4bit for chroma) member

Completed in 10 milliseconds