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 371 VP8EncPredLuma16(it->yuv_p_, left, top);
378 VP8EncPredChroma8(it->yuv_p_, left, top);
382 VP8EncPredLuma4(it->yuv_p_, it->i4_top_);
650 const uint8_t* const ref = it->yuv_p_ + VP8I16ModeOffsets[mode];
697 const uint8_t* const ref = it->yuv_p_ + VP8I4ModeOffsets[mode];
718 const uint8_t* const ref = it->yuv_p_ + VP8UVModeOffsets[mode];
843 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; // scratch buffer.
    [all...]
analysis.c 248 it->yuv_p_ + VP8I16ModeOffsets[mode],
282 VP8CollectHistogram(src, it->yuv_p_ + VP8I4ModeOffsets[mode],
316 it->yuv_p_ + VP8UVModeOffsets[mode],
vp8enci.h 71 // The predicted blocks can be accessed using offsets to yuv_p_ and
88 // +----+ Prediction area ('yuv_p_', size = PRED_SIZE)
276 uint8_t* yuv_p_; // '' member in struct:__anon18238
438 uint8_t* yuv_p_; // scratch buffer for prediction member in struct:VP8Encoder
478 // Form all the four Intra16x16 predictions in the yuv_p_ cache
480 // Form all the four Chroma8x8 predictions in the yuv_p_ cache
482 // Form all the ten Intra4x4 predictions in the yuv_p_ cache
iterator.c 66 it->yuv_p_ = enc->yuv_p_;
webpenc.c 240 enc->yuv_p_ = (uint8_t*)mem;

Completed in 4171 milliseconds