Searched refs:PRED_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h91 // +----+ Prediction area ('yuv_p_', size = PRED_SIZE)
126 #define PRED_SIZE (6 * 16 * BPS + 12 * BPS) macro
312 uint8_t yuv_mem_[3 * YUV_SIZE + PRED_SIZE + ALIGN_CST]; // memory for yuv_*
/external/webp/src/enc/
H A Dvp8enci.h91 // +----+ Prediction area ('yuv_p_', size = PRED_SIZE)
126 #define PRED_SIZE (6 * 16 * BPS + 12 * BPS) macro
312 uint8_t yuv_mem_[3 * YUV_SIZE + PRED_SIZE + ALIGN_CST]; // memory for yuv_*

Completed in 39 milliseconds