Searched refs:max_type (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dblock_splitter_inc.h343 uint8_t max_type = 0; local in function:FN
351 max_type = BROTLI_MAX(uint8_t, max_type, id);
357 split->num_types = (size_t)max_type + 1;

Completed in 2 milliseconds