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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dbrotli_bit_stream.c194 size_t codes_to_store = BROTLI_CODE_LENGTH_CODES; local in function:BrotliStoreHuffmanTreeOfHuffmanTreeToBitMask
196 for (; codes_to_store > 0; --codes_to_store) {
197 if (code_length_bitdepth[kStorageOrder[codes_to_store - 1]] != 0) {
212 for (i = skip_some; i < codes_to_store; ++i) {

Completed in 4 milliseconds