OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRED_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libwebp/enc/
webpenc.c
179
const size_t cache_size = (3 * YUV_SIZE +
PRED_SIZE
) * sizeof(uint8_t);
243
mem +=
PRED_SIZE
;
vp8enci.h
91
// +----+ Prediction area ('yuv_p_', size =
PRED_SIZE
)
126
#define
PRED_SIZE
(6 * 16 * BPS + 12 * BPS)
Completed in 36 milliseconds