Searched refs:VP8_MAX_PARTITION0_SIZE (Results 1 – 4 of 4) sorted by relevance
22 #define VP8_MAX_PARTITION0_SIZE (1 << 19) // max size of mode partition macro
120 if (size0 >= VP8_MAX_PARTITION0_SIZE) { // partition #0 is too big to fit in PutVP8FrameHeader()
32 #define PARTITION0_SIZE_LIMIT ((VP8_MAX_PARTITION0_SIZE - 2048ULL) << 11)