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

/xsrc/external/mit/brotli/dist/c/dec/
H A Ddecode.c1122 uint32_t max_block_type = s->num_block_types[tree_type]; local in function:DecodeBlockTypeAndLength
1130 if (max_block_type <= 1) {
1156 if (block_type >= max_block_type) {
1157 block_type -= max_block_type;

Completed in 5 milliseconds