Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djctrans.c99 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()
Djcapimin.c71 cinfo->quant_tbl_ptrs[i] = NULL; in jpeg_CreateCompress()
141 if ((qtbl = cinfo->quant_tbl_ptrs[i]) != NULL) in jpeg_suppress_tables()
Djdinput.c258 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()
Djcmarker.c153 JQUANT_TBL *qtbl = cinfo->quant_tbl_ptrs[index]; in emit_dqt()
624 if (cinfo->quant_tbl_ptrs[i] != NULL) in write_tables_only()
Djcdctmgr.c249 cinfo->quant_tbl_ptrs[qtblno] == NULL) in start_pass_fdctmgr()
251 qtbl = cinfo->quant_tbl_ptrs[qtblno]; in start_pass_fdctmgr()
Djpeglib.h344 JQUANT_TBL *quant_tbl_ptrs[NUM_QUANT_TBLS]; member
583 JQUANT_TBL *quant_tbl_ptrs[NUM_QUANT_TBLS]; member
Djdapimin.c69 cinfo->quant_tbl_ptrs[i] = NULL; in jpeg_CreateDecompress()
Djdmarker.c529 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()
Djcparam.c48 qtblptr = & cinfo->quant_tbl_ptrs[which_tbl]; in jpeg_add_quant_table()
Dturbojpeg.c1525 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()
Dtransupp.c1161 qtblptr = dstinfo->quant_tbl_ptrs[tblno]; in transpose_critical_parameters()
Dlibjpeg.txt1067 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
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jctrans.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()
Dfpdfapi_jcapimin.c67 cinfo->quant_tbl_ptrs[i] = NULL; in jpeg_CreateCompress()
126 if ((qtbl = cinfo->quant_tbl_ptrs[i]) != NULL) in jpeg_suppress_tables()
Dfpdfapi_jcdctmgr.c67 cinfo->quant_tbl_ptrs[qtblno] == NULL) in start_pass_fdctmgr()
69 qtbl = cinfo->quant_tbl_ptrs[qtblno]; in start_pass_fdctmgr()
Dfpdfapi_jdinput.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()
Dfpdfapi_jcmarker.c148 JQUANT_TBL * qtbl = cinfo->quant_tbl_ptrs[index]; in emit_dqt()
623 if (cinfo->quant_tbl_ptrs[i] != NULL) in write_tables_only()
Dfpdfapi_jdapimin.c65 cinfo->quant_tbl_ptrs[i] = NULL; in jpeg_CreateDecompress()
Dfpdfapi_jdmarker.c545 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()
Djpeglib.h404 JQUANT_TBL * quant_tbl_ptrs[NUM_QUANT_TBLS]; member
624 JQUANT_TBL * quant_tbl_ptrs[NUM_QUANT_TBLS]; member
Dfpdfapi_jcparam.c43 qtblptr = & cinfo->quant_tbl_ptrs[which_tbl]; in jpeg_add_quant_table()
/external/ImageMagick/coders/
Djpeg.c823 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 …]
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c1517 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()