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

  /external/webp/src/enc/
quant.c 430 VP8EncPredLuma16(it->yuv_p_, left, top);
436 VP8EncPredChroma8(it->yuv_p_, left, top);
440 VP8EncPredLuma4(it->yuv_p_, it->i4_top_);
721 const uint8_t* const ref = it->yuv_p_ + VP8I16ModeOffsets[mode];
773 const uint8_t* const ref = it->yuv_p_ + VP8I4ModeOffsets[mode];
794 const uint8_t* const ref = it->yuv_p_ + VP8UVModeOffsets[mode];
    [all...]
analysis.c 252 it->yuv_p_ + VP8I16ModeOffsets[mode],
284 VP8CollectHistogram(src, it->yuv_p_ + VP8I4ModeOffsets[mode],
317 it->yuv_p_ + VP8UVModeOffsets[mode],
vp8enci.h 74 // The predicted blocks can be accessed using offsets to yuv_p_ and
91 // +----+ Prediction area ('yuv_p_', size = PRED_SIZE)
283 uint8_t* yuv_p_; // scratch buffer for prediction member in struct:__anon21245
495 // Form all the four Intra16x16 predictions in the yuv_p_ cache
497 // Form all the four Chroma8x8 predictions in the yuv_p_ cache
499 // Form all the ten Intra4x4 predictions in the yuv_p_ cache
iterator.c 76 it->yuv_p_ = it->yuv_out2_ + YUV_SIZE;

Completed in 627 milliseconds