Searched refs:quant_tbl_ptrs (Results 1 – 14 of 14) sorted by relevance
98 if (srcinfo->quant_tbl_ptrs[tblno] != NULL) { in jpeg_copy_critical_parameters()99 qtblptr = &dstinfo->quant_tbl_ptrs[tblno]; in jpeg_copy_critical_parameters()102 MEMCOPY((*qtblptr)->quantval, srcinfo->quant_tbl_ptrs[tblno]->quantval, in jpeg_copy_critical_parameters()126 srcinfo->quant_tbl_ptrs[tblno] == NULL) in jpeg_copy_critical_parameters()128 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()
344 JQUANT_TBL *quant_tbl_ptrs[NUM_QUANT_TBLS]; member583 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()
1357 if (dinfo->quant_tbl_ptrs[i] == NULL) in setDecodeDefaults()1358 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()
1070 JQUANT_TBL *quant_tbl_ptrs[NUM_QUANT_TBLS]2407 if (cinfo.quant_tbl_ptrs[n] == NULL)2408 cinfo.quant_tbl_ptrs[n] = jpeg_alloc_quant_table((j_common_ptr) &cinfo);2409 quant_ptr = cinfo.quant_tbl_ptrs[n]; /* quant_ptr is JQUANT_TBL* */2429 (Note that trying to set cinfo.quant_tbl_ptrs[n] to point directly at a
894 if (jpeg_info->quant_tbl_ptrs[i] != NULL) in JPEGSetImageQuality()896 sum+=jpeg_info->quant_tbl_ptrs[i]->quantval[j]; in JPEGSetImageQuality()898 if ((jpeg_info->quant_tbl_ptrs[0] != NULL) && in JPEGSetImageQuality()899 (jpeg_info->quant_tbl_ptrs[1] != NULL)) in JPEGSetImageQuality()932 qvalue=(ssize_t) (jpeg_info->quant_tbl_ptrs[0]->quantval[2]+ in JPEGSetImageQuality()933 jpeg_info->quant_tbl_ptrs[0]->quantval[53]+ in JPEGSetImageQuality()934 jpeg_info->quant_tbl_ptrs[1]->quantval[0]+ in JPEGSetImageQuality()935 jpeg_info->quant_tbl_ptrs[1]->quantval[DCTSIZE2-1]); in JPEGSetImageQuality()950 if (jpeg_info->quant_tbl_ptrs[0] != NULL) in JPEGSetImageQuality()983 qvalue=(ssize_t) (jpeg_info->quant_tbl_ptrs[0]->quantval[2]+ in JPEGSetImageQuality()[all …]
1519 if ((qtbl = sp->cinfo.c.quant_tbl_ptrs[tblno]) != NULL) in unsuppress_quant_table()1528 if ((qtbl = sp->cinfo.c.quant_tbl_ptrs[tblno]) != NULL) in suppress_quant_table()