Searched refs:num_codes (Results 1 – 1 of 1) sorted by relevance
110 uint32_t num_codes; member446 const uint32_t num_codes, in jpg_vlc_decode_direct() argument470 for (i = 0; symbol_codes[i].code_length <= next_leading_width && i < num_codes; i++) { in jpg_vlc_decode_direct()479 for (i = next_section; i < num_codes; i++) { in jpg_vlc_decode_direct()489 for (i = next_section; i < num_codes; i++) { in jpg_vlc_decode_direct()505 num_codes - i, in jpg_vlc_decode_direct()528 psSymbolStats->num_codes, in JPG_VLC_CompileTable()547 if (ctx->symbol_stats[table_class][table_id].num_codes) { in compile_huffman_tables()741 uint32_t num_codes = huff->huffman_table[table_id].num_dc_codes[bit_ind]; in tng__JPEG_process_huffman_tables() local742 while (num_codes) { in tng__JPEG_process_huffman_tables()[all …]