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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dbrotli_bit_stream.c764 uint32_t type_histo[BROTLI_MAX_BLOCK_TYPE_SYMBOLS]; local in function:BuildAndStoreBlockSplitCode
768 memset(type_histo, 0, (num_types + 2) * sizeof(type_histo[0]));
773 if (i != 0) ++type_histo[type_code];
778 BuildAndStoreHuffmanTree(&type_histo[0], num_types + 2, num_types + 2, tree,

Completed in 4 milliseconds