Searched refs:top_derr_ (Results 1 – 4 of 4) sorted by relevance
29 if (it->top_derr_ != NULL) { in InitLeft()39 if (enc->top_derr_ != NULL) { in InitTop()40 memset(enc->top_derr_, 0, enc->mb_w_ * sizeof(*enc->top_derr_)); in InitTop()85 it->top_derr_ = enc->top_derr_; in VP8IteratorInit()
252 DError *top_derr_; // top diffusion error - NULL if disabled member413 DError* top_derr_; // diffusion error (NULL if disabled) member
164 mb_w * sizeof(*enc->top_derr_) : 0; in InitVP8Encoder()227 enc->top_derr_ = top_derr_size ? (DError*)mem : NULL; in InitVP8Encoder()
868 const int8_t* const top = it->top_derr_[it->x_][ch]; in CorrectDCValues()893 int8_t* const top = it->top_derr_[it->x_][ch]; in StoreDiffusionErrors()922 if (it->top_derr_ != NULL) CorrectDCValues(it, &dqm->uv_, tmp, rd); in ReconstructUV()1173 if (it->top_derr_ != NULL) { in PickBestUV()1184 if (it->top_derr_ != NULL) { // store diffusion errors for next block in PickBestUV()