Searched defs:yuv_p_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h74 // 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:__anon13289
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
/external/webp/src/enc/
H A Dvp8enci.h74 // 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:__anon33386
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

Completed in 287 milliseconds