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)
279 uint8_t* yuv_p_; // '' member in struct:__anon12442
441 uint8_t* yuv_p_; // scratch buffer for prediction member in struct:VP8Encoder
481 // Form all the four Intra16x16 predictions in the yuv_p_ cache
483 // Form all the four Chroma8x8 predictions in the yuv_p_ cache
485 // 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)
279 uint8_t* yuv_p_; // '' member in struct:__anon28918
441 uint8_t* yuv_p_; // scratch buffer for prediction member in struct:VP8Encoder
481 // Form all the four Intra16x16 predictions in the yuv_p_ cache
483 // Form all the four Chroma8x8 predictions in the yuv_p_ cache
485 // Form all the ten Intra4x4 predictions in the yuv_p_ cache

Completed in 84 milliseconds