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

  /external/webp/src/enc/
quant.c 305 VP8EncPredLuma16(it->yuv_p_, left, top);
312 VP8EncPredChroma8(it->yuv_p_, left, top);
316 VP8EncPredLuma4(it->yuv_p_, it->i4_top_);
584 const uint8_t* const ref = it->yuv_p_ + VP8I16ModeOffsets[mode];
631 const uint8_t* const ref = it->yuv_p_ + VP8I4ModeOffsets[mode];
652 const uint8_t* const ref = it->yuv_p_ + VP8UVModeOffsets[mode];
772 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; // scratch buffer.
analysis.c 243 it->yuv_p_ + VP8I16ModeOffsets[mode],
268 it->yuv_p_ + VP8I4ModeOffsets[mode],
294 it->yuv_p_ + VP8UVModeOffsets[mode],
vp8enci.h 64 // The predicted blocks can be accessed using offsets to yuv_p_ and
81 // +----+ Prediction area ('yuv_p_', size = PRED_SIZE)
257 uint8_t* yuv_p_; // '' member in struct:__anon13769
372 uint8_t* yuv_p_; // scratch buffer for prediction member in struct:VP8Encoder
405 // Form all the four Intra16x16 predictions in the yuv_p_ cache
407 // Form all the four Chroma8x8 predictions in the yuv_p_ cache
409 // Form all the ten Intra4x4 predictions in the yuv_p_ cache
iterator.c 66 it->yuv_p_ = enc->yuv_p_;
webpenc.c 216 enc->yuv_p_ = (uint8_t*)mem;

Completed in 491 milliseconds