Searched refs:code_length (Results 1 – 5 of 5) sorted by relevance
405 const int code_length = tree->code_lengths[i]; in ConvertBitDepthsToSymbols() local406 assert(code_length <= MAX_ALLOWED_CODE_LENGTH); in ConvertBitDepthsToSymbols()407 ++depth_count[code_length]; in ConvertBitDepthsToSymbols()419 const int code_length = tree->code_lengths[i]; in ConvertBitDepthsToSymbols() local420 tree->codes[i] = ReverseBits(code_length, next_code[code_length]++); in ConvertBitDepthsToSymbols()
121 int symbol, int code, int code_length) { in TreeAddSymbol() argument124 while (code_length-- > 0) { in TreeAddSymbol()134 node += node->children_ + ((code >> code_length) & 1); in TreeAddSymbol()
217 final long code_length = bytes.readU4 (); in CodeAttribute_info() local219 m_code = new byte [(int) code_length]; in CodeAttribute_info()221 m_codeSize = (int) code_length; in CodeAttribute_info()