Home
last modified time | relevance | path

Searched refs:sent_table (Results 1 – 10 of 10) sorted by relevance

/external/libjpeg-turbo/
Djcomapi.c95 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()
Djcapimin.c142 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()
Djcmarker.c166 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()
Djstdhuff.c48 (*htblptr)->sent_table = FALSE; in add_huff_table()
Djpeglib.h97 boolean sent_table; /* TRUE when table has been output */ member
113 boolean sent_table; /* TRUE when table has been output */ member
Djctrans.c104 (*qtblptr)->sent_table = FALSE; in jpeg_copy_critical_parameters()
Djcparam.c64 (*qtblptr)->sent_table = FALSE; in jpeg_add_quant_table()
Djchuff.c1020 htbl->sent_table = FALSE; in jpeg_gen_optimal_table()
Dlibjpeg.txt2344 quantization and Huffman table struct contains a boolean field "sent_table",
2346 header-writing process emits the table and sets sent_table = TRUE unless it is
2356 individual sent_table fields directly.
2360 will force all the sent_table fields to FALSE. (This is a safety feature to
2884 individual sent_table flags, between calling jpeg_write_coefficients() and
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c1520 qtbl->sent_table = FALSE; in unsuppress_quant_table()
1529 qtbl->sent_table = TRUE; in suppress_quant_table()
1538 htbl->sent_table = FALSE; in unsuppress_huff_table()
1540 htbl->sent_table = FALSE; in unsuppress_huff_table()
1549 htbl->sent_table = TRUE; in suppress_huff_table()
1551 htbl->sent_table = TRUE; in suppress_huff_table()