Searched refs:sent_table (Results 1 – 9 of 9) sorted by relevance
95 tbl->sent_table = FALSE; /* make sure this is false in any new table */ in jpeg_alloc_quant_table()107 tbl->sent_table = FALSE; /* make sure this is false in any new table */ in jpeg_alloc_huff_table()
142 qtbl->sent_table = suppress; in jpeg_suppress_tables()147 htbl->sent_table = suppress; in jpeg_suppress_tables()149 htbl->sent_table = suppress; in jpeg_suppress_tables()
166 if (!qtbl->sent_table) { in emit_dqt()181 qtbl->sent_table = TRUE; in emit_dqt()205 if (!htbl->sent_table) { in emit_dht()221 htbl->sent_table = TRUE; in emit_dht()
48 (*htblptr)->sent_table = FALSE; in add_huff_table()
103 boolean sent_table; /* TRUE when table has been output */ member119 boolean sent_table; /* TRUE when table has been output */ member
105 (*qtblptr)->sent_table = FALSE; in jpeg_copy_critical_parameters()
64 (*qtblptr)->sent_table = FALSE; in jpeg_add_quant_table()
1064 htbl->sent_table = FALSE; in jpeg_gen_optimal_table()
2362 quantization and Huffman table struct contains a boolean field "sent_table",2364 header-writing process emits the table and sets sent_table = TRUE unless it is2374 individual sent_table fields directly.2378 will force all the sent_table fields to FALSE. (This is a safety feature to2902 individual sent_table flags, between calling jpeg_write_coefficients() and