Searched refs:quant_tbl_ptrs (Results 1 – 23 of 23) 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()104 srcinfo->quant_tbl_ptrs[tblno]->quantval, in jpeg_copy_critical_parameters()128 srcinfo->quant_tbl_ptrs[tblno] == NULL) in jpeg_copy_critical_parameters()130 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()
258 cinfo->quant_tbl_ptrs[qtblno] == NULL) in latch_quant_tables()264 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()624 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()
344 JQUANT_TBL *quant_tbl_ptrs[NUM_QUANT_TBLS]; member583 JQUANT_TBL *quant_tbl_ptrs[NUM_QUANT_TBLS]; member
69 cinfo->quant_tbl_ptrs[i] = NULL; in jpeg_CreateDecompress()
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()
48 qtblptr = & cinfo->quant_tbl_ptrs[which_tbl]; in jpeg_add_quant_table()
1525 if(dinfo->quant_tbl_ptrs[i]==NULL) in setDecodeDefaults()1526 dinfo->quant_tbl_ptrs[i]=jpeg_alloc_quant_table((j_common_ptr)dinfo); in setDecodeDefaults()
1161 qtblptr = dstinfo->quant_tbl_ptrs[tblno]; in transpose_critical_parameters()
1067 JQUANT_TBL *quant_tbl_ptrs[NUM_QUANT_TBLS]2404 if (cinfo.quant_tbl_ptrs[n] == NULL)2405 cinfo.quant_tbl_ptrs[n] = jpeg_alloc_quant_table((j_common_ptr) &cinfo);2406 quant_ptr = cinfo.quant_tbl_ptrs[n]; /* quant_ptr is JQUANT_TBL* */2426 (Note that trying to set cinfo.quant_tbl_ptrs[n] to point directly at a
89 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()
67 cinfo->quant_tbl_ptrs[i] = NULL; in jpeg_CreateCompress()126 if ((qtbl = cinfo->quant_tbl_ptrs[i]) != NULL) in jpeg_suppress_tables()
67 cinfo->quant_tbl_ptrs[qtblno] == NULL) in start_pass_fdctmgr()69 qtbl = cinfo->quant_tbl_ptrs[qtblno]; in start_pass_fdctmgr()
234 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()
148 JQUANT_TBL * qtbl = cinfo->quant_tbl_ptrs[index]; in emit_dqt()623 if (cinfo->quant_tbl_ptrs[i] != NULL) in write_tables_only()
65 cinfo->quant_tbl_ptrs[i] = NULL; in jpeg_CreateDecompress()
545 if (cinfo->quant_tbl_ptrs[n] == NULL) in get_dqt()546 cinfo->quant_tbl_ptrs[n] = jpeg_alloc_quant_table((j_common_ptr) cinfo); in get_dqt()547 quant_ptr = cinfo->quant_tbl_ptrs[n]; in get_dqt()
404 JQUANT_TBL * quant_tbl_ptrs[NUM_QUANT_TBLS]; member624 JQUANT_TBL * quant_tbl_ptrs[NUM_QUANT_TBLS]; member
43 qtblptr = & cinfo->quant_tbl_ptrs[which_tbl]; in jpeg_add_quant_table()
823 if (jpeg_info->quant_tbl_ptrs[i] != NULL) in JPEGSetImageQuality()825 sum+=jpeg_info->quant_tbl_ptrs[i]->quantval[j]; in JPEGSetImageQuality()827 if ((jpeg_info->quant_tbl_ptrs[0] != NULL) && in JPEGSetImageQuality()828 (jpeg_info->quant_tbl_ptrs[1] != NULL)) in JPEGSetImageQuality()861 qvalue=(ssize_t) (jpeg_info->quant_tbl_ptrs[0]->quantval[2]+ in JPEGSetImageQuality()862 jpeg_info->quant_tbl_ptrs[0]->quantval[53]+ in JPEGSetImageQuality()863 jpeg_info->quant_tbl_ptrs[1]->quantval[0]+ in JPEGSetImageQuality()864 jpeg_info->quant_tbl_ptrs[1]->quantval[DCTSIZE2-1]); in JPEGSetImageQuality()879 if (jpeg_info->quant_tbl_ptrs[0] != NULL) in JPEGSetImageQuality()912 qvalue=(ssize_t) (jpeg_info->quant_tbl_ptrs[0]->quantval[2]+ in JPEGSetImageQuality()[all …]
1517 if ((qtbl = sp->cinfo.c.quant_tbl_ptrs[tblno]) != NULL) in unsuppress_quant_table()1526 if ((qtbl = sp->cinfo.c.quant_tbl_ptrs[tblno]) != NULL) in suppress_quant_table()