Home | History | Annotate | Download | only in enc

Lines Matching defs:num_codes

184     const int num_codes, const uint8_t* code_length_bitdepth,
210 if (num_codes > 1) {
311 int num_codes = 0;
326 if (num_codes == 0) {
328 num_codes = 1;
329 } else if (num_codes == 1) {
330 num_codes = 2;
345 BrotliStoreHuffmanTreeOfHuffmanTreeToBitMask(num_codes, code_length_bitdepth,
348 if (num_codes == 1) {