Home
last modified time | relevance | path

Searched refs:VP8_MAX_PARTITION0_SIZE (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/webp/
Dformat_constants.h22 #define VP8_MAX_PARTITION0_SIZE (1 << 19) // max size of mode partition macro
/external/webp/include/webp/
Dformat_constants.h22 #define VP8_MAX_PARTITION0_SIZE (1 << 19) // max size of mode partition macro
/external/webp/src/enc/
Dsyntax_enc.c120 if (size0 >= VP8_MAX_PARTITION0_SIZE) { // partition #0 is too big to fit in PutVP8FrameHeader()
Dframe_enc.c32 #define PARTITION0_SIZE_LIMIT ((VP8_MAX_PARTITION0_SIZE - 2048ULL) << 11)