Searched refs:VP8_MAX_PARTITION_SIZE (Results 1 – 3 of 3) sorted by relevance
23 #define VP8_MAX_PARTITION_SIZE (1 << 24) // max size for token partition macro
254 if (part_size >= VP8_MAX_PARTITION_SIZE) { in EmitPartitionsSize()