Searched refs:table_entries (Results 1 – 3 of 3) sorted by relevance
731 uint32_t table_entries = 0; in tng__JPEG_process_huffman_tables() local734 table_entries += huff->huffman_table[table_id].num_dc_codes[bit_ind]; in tng__JPEG_process_huffman_tables()737 …l_codes[0][table_id] =(vlc_symbol_code_jpeg *)malloc(sizeof(vlc_symbol_code_jpeg) * table_entries); in tng__JPEG_process_huffman_tables()755 while (huff_ind < table_entries) { in tng__JPEG_process_huffman_tables()768 for (table_ind = 0; table_ind < table_entries; table_ind++) { in tng__JPEG_process_huffman_tables()773 ctx->symbol_stats[0][table_id].num_codes = table_entries; in tng__JPEG_process_huffman_tables()777 table_entries = 0; in tng__JPEG_process_huffman_tables()779 table_entries += huff->huffman_table[table_id].num_ac_codes[bit_ind]; in tng__JPEG_process_huffman_tables()783 …_codes[1][table_id] = (vlc_symbol_code_jpeg *)malloc(sizeof(vlc_symbol_code_jpeg) * table_entries); in tng__JPEG_process_huffman_tables()800 while (huff_ind < table_entries) { in tng__JPEG_process_huffman_tables()[all …]
1296 uint16_t table_entries; member
767 uint16_t table_entries; member