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

  /external/webp/src/enc/
webpenc.c 154 const size_t cache_size = (3 * YUV_SIZE + PRED_SIZE) * sizeof(uint8_t);
217 mem += PRED_SIZE;
vp8enci.h 81 // +----+ Prediction area ('yuv_p_', size = PRED_SIZE)
116 #define PRED_SIZE (6 * 16 * BPS + 12 * BPS)

Completed in 48 milliseconds