Home
last modified time | relevance | path

Searched refs:quant_tbl_ptrs (Results 1 – 11 of 11) sorted by relevance

/external/jpeg/
Djctrans.c89 if (srcinfo->quant_tbl_ptrs[tblno] != NULL) { in jpeg_copy_critical_parameters()
90 qtblptr = & dstinfo->quant_tbl_ptrs[tblno]; in jpeg_copy_critical_parameters()
94 srcinfo->quant_tbl_ptrs[tblno]->quantval, in jpeg_copy_critical_parameters()
118 srcinfo->quant_tbl_ptrs[tblno] == NULL) in jpeg_copy_critical_parameters()
120 slot_quant = srcinfo->quant_tbl_ptrs[tblno]; in jpeg_copy_critical_parameters()
Djcapimin.c67 cinfo->quant_tbl_ptrs[i] = NULL; in jpeg_CreateCompress()
126 if ((qtbl = cinfo->quant_tbl_ptrs[i]) != NULL) in jpeg_suppress_tables()
Djcdctmgr.c67 cinfo->quant_tbl_ptrs[qtblno] == NULL) in start_pass_fdctmgr()
69 qtbl = cinfo->quant_tbl_ptrs[qtblno]; in start_pass_fdctmgr()
Djdinput.c234 cinfo->quant_tbl_ptrs[qtblno] == NULL) in latch_quant_tables()
240 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL)); in latch_quant_tables()
Djcmarker.c148 JQUANT_TBL * qtbl = cinfo->quant_tbl_ptrs[index]; in emit_dqt()
623 if (cinfo->quant_tbl_ptrs[i] != NULL) in write_tables_only()
Djpeglib.h306 JQUANT_TBL * quant_tbl_ptrs[NUM_QUANT_TBLS]; member
526 JQUANT_TBL * quant_tbl_ptrs[NUM_QUANT_TBLS]; member
Djdapimin.c65 cinfo->quant_tbl_ptrs[i] = NULL; in jpeg_CreateDecompress()
Djdmarker.c512 if (cinfo->quant_tbl_ptrs[n] == NULL) in get_dqt()
513 cinfo->quant_tbl_ptrs[n] = jpeg_alloc_quant_table((j_common_ptr) cinfo); in get_dqt()
514 quant_ptr = cinfo->quant_tbl_ptrs[n]; in get_dqt()
Djcparam.c43 qtblptr = & cinfo->quant_tbl_ptrs[which_tbl]; in jpeg_add_quant_table()
Dtransupp.c663 qtblptr = dstinfo->quant_tbl_ptrs[tblno]; in transpose_critical_parameters()
Dlibjpeg.doc967 JQUANT_TBL * quant_tbl_ptrs[NUM_QUANT_TBLS]
2241 if (cinfo.quant_tbl_ptrs[n] == NULL)
2242 cinfo.quant_tbl_ptrs[n] = jpeg_alloc_quant_table((j_common_ptr) &cinfo);
2243 quant_ptr = cinfo.quant_tbl_ptrs[n]; /* quant_ptr is JQUANT_TBL* */
2263 (Note that trying to set cinfo.quant_tbl_ptrs[n] to point directly at a