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_enc.c 472 VP8EncPredLuma16(it->yuv_p_, left, top);
478 VP8EncPredChroma8(it->yuv_p_, left, top);
482 VP8EncPredLuma4(it->yuv_p_, it->i4_top_);
759 const uint8_t* const ref = it->yuv_p_ + VP8I16ModeOffsets[mode];
812 const uint8_t* const ref = it->yuv_p_ + VP8I4ModeOffsets[mode];
    [all...]
analysis_enc.c 253 it->yuv_p_ + VP8I16ModeOffsets[mode],
309 VP8CollectHistogram(src, it->yuv_p_ + VP8I4ModeOffsets[mode],
344 it->yuv_p_ + VP8UVModeOffsets[mode],
vp8i_enc.h 51 // The predicted blocks can be accessed using offsets to yuv_p_ and
62 // * Prediction area ('yuv_p_', size = PRED_SIZE_ENC)
231 uint8_t* yuv_p_; // scratch buffer for prediction member in struct:__anon49467
444 // Form all the four Intra16x16 predictions in the yuv_p_ cache
446 // Form all the four Chroma8x8 predictions in the yuv_p_ cache
448 // Form all the ten Intra4x4 predictions in the yuv_p_ cache
iterator_enc.c 79 it->yuv_p_ = it->yuv_out2_ + YUV_SIZE_ENC;

Completed in 583 milliseconds