HomeSort by relevance Sort by last modified time
    Searched full:sent_table (Results 1 - 9 of 9) sorted by null

  /external/jpeg/
jcomapi.c 92 tbl->sent_table = FALSE; /* make sure this is false in any new table */
104 tbl->sent_table = FALSE; /* make sure this is false in any new table */
jcmarker.c 161 if (! qtbl->sent_table) {
176 qtbl->sent_table = TRUE;
200 if (! htbl->sent_table) {
216 htbl->sent_table = TRUE;
611 * Any table that is defined and not marked sent_table = TRUE will be
612 * emitted. Note that all tables will be marked sent_table = TRUE at exit.
jcapimin.c 127 qtbl->sent_table = suppress;
132 htbl->sent_table = suppress;
134 htbl->sent_table = suppress;
jcapistd.c 28 * will have left all the tables marked sent_table=TRUE, a subsequent run
jcparam.c 58 /* Initialize sent_table FALSE so table will be written to JPEG file. */
59 (*qtblptr)->sent_table = FALSE;
176 /* Initialize sent_table FALSE so table will be written to JPEG file. */
177 (*htblptr)->sent_table = FALSE;
jctrans.c 96 (*qtblptr)->sent_table = FALSE;
jchuff.c 836 /* Set sent_table FALSE so updated table will be written to JPEG file. */
837 htbl->sent_table = FALSE;
jpeglib.h 94 boolean sent_table; /* TRUE when table has been output */ member in struct:__anon2749
110 boolean sent_table; /* TRUE when table has been output */ member in struct:__anon2750
    [all...]
libjpeg.doc     [all...]

Completed in 331 milliseconds