HomeSort by relevance Sort by last modified time
    Searched refs:preds_ (Results 1 - 6 of 6) sorted by null

  /external/webp/src/enc/
webpenc.c 57 // Note: actually, initializing the preds_[] is only needed for intra4.
59 uint8_t* const top = enc->preds_ - enc->preds_w_;
60 uint8_t* const left = enc->preds_ - 1;
203 enc->preds_ = ((uint8_t*)mem) + 1 + enc->preds_w_;
iterator.c 43 it->preds_ = enc->preds_ + y * 4 * enc->preds_w_;
312 it->preds_ += 4;
328 uint8_t* preds = it->preds_;
338 uint8_t* preds = it->preds_;
tree.c 319 const uint8_t* preds = it.preds_;
vp8enci.h 287 uint8_t* preds_; // intra mode predictors (4x4 blocks) member in struct:__anon21245
411 int preds_w_; // stride of the *preds_ prediction plane (=4*mb_w + 1)
458 uint8_t* preds_; // predictions modes: (4*mb_w+1) * (4*mb_h+1) member in struct:VP8Encoder
quant.c     [all...]
frame.c 503 case 4: *info = (mb->type_ == 1) ? it->preds_[0] : 0xff; break;
515 SetBlock(it->yuv_out_ + U_OFF, it->preds_[0] * 64, 8);

Completed in 59 milliseconds