Searched refs:quant_tbl_ptrs (Results 1 – 12 of 12) sorted by relevance
99 if (srcinfo->quant_tbl_ptrs[tblno] != NULL) { in jpeg_copy_critical_parameters()100 qtblptr = &dstinfo->quant_tbl_ptrs[tblno]; in jpeg_copy_critical_parameters()103 MEMCOPY((*qtblptr)->quantval, srcinfo->quant_tbl_ptrs[tblno]->quantval, in jpeg_copy_critical_parameters()127 srcinfo->quant_tbl_ptrs[tblno] == NULL) in jpeg_copy_critical_parameters()129 slot_quant = srcinfo->quant_tbl_ptrs[tblno]; in jpeg_copy_critical_parameters()
71 cinfo->quant_tbl_ptrs[i] = NULL; in jpeg_CreateCompress()141 if ((qtbl = cinfo->quant_tbl_ptrs[i]) != NULL) in jpeg_suppress_tables()
261 cinfo->quant_tbl_ptrs[qtblno] == NULL) in latch_quant_tables()267 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], sizeof(JQUANT_TBL)); in latch_quant_tables()
153 JQUANT_TBL *qtbl = cinfo->quant_tbl_ptrs[index]; in emit_dqt()623 if (cinfo->quant_tbl_ptrs[i] != NULL) in write_tables_only()
249 cinfo->quant_tbl_ptrs[qtblno] == NULL) in start_pass_fdctmgr()251 qtbl = cinfo->quant_tbl_ptrs[qtblno]; in start_pass_fdctmgr()
350 JQUANT_TBL *quant_tbl_ptrs[NUM_QUANT_TBLS]; member589 JQUANT_TBL *quant_tbl_ptrs[NUM_QUANT_TBLS]; member
529 if (cinfo->quant_tbl_ptrs[n] == NULL) in get_dqt()530 cinfo->quant_tbl_ptrs[n] = jpeg_alloc_quant_table((j_common_ptr)cinfo); in get_dqt()531 quant_ptr = cinfo->quant_tbl_ptrs[n]; in get_dqt()
69 cinfo->quant_tbl_ptrs[i] = NULL; in jpeg_CreateDecompress()
48 qtblptr = &cinfo->quant_tbl_ptrs[which_tbl]; in jpeg_add_quant_table()
210 qtblptr3 = dstinfo->quant_tbl_ptrs[compptr1->quant_tbl_no]; in adjust_quant()1854 qtblptr = dstinfo->quant_tbl_ptrs[tblno]; in transpose_critical_parameters()
1411 if (dinfo->quant_tbl_ptrs[i] == NULL) in setDecodeDefaults()1412 dinfo->quant_tbl_ptrs[i] = jpeg_alloc_quant_table((j_common_ptr)dinfo); in setDecodeDefaults()
1080 JQUANT_TBL *quant_tbl_ptrs[NUM_QUANT_TBLS]2425 if (cinfo.quant_tbl_ptrs[n] == NULL)2426 cinfo.quant_tbl_ptrs[n] = jpeg_alloc_quant_table((j_common_ptr) &cinfo);2427 quant_ptr = cinfo.quant_tbl_ptrs[n]; /* quant_ptr is JQUANT_TBL* */2447 (Note that trying to set cinfo.quant_tbl_ptrs[n] to point directly at a