Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
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()
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.c261 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()
Djcmarker.c153 JQUANT_TBL *qtbl = cinfo->quant_tbl_ptrs[index]; in emit_dqt()
623 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.h350 JQUANT_TBL *quant_tbl_ptrs[NUM_QUANT_TBLS]; member
589 JQUANT_TBL *quant_tbl_ptrs[NUM_QUANT_TBLS]; member
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()
Djdapimin.c69 cinfo->quant_tbl_ptrs[i] = NULL; in jpeg_CreateDecompress()
Djcparam.c48 qtblptr = &cinfo->quant_tbl_ptrs[which_tbl]; in jpeg_add_quant_table()
Dtransupp.c210 qtblptr3 = dstinfo->quant_tbl_ptrs[compptr1->quant_tbl_no]; in adjust_quant()
1854 qtblptr = dstinfo->quant_tbl_ptrs[tblno]; in transpose_critical_parameters()
Dturbojpeg.c1411 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()
Dlibjpeg.txt1080 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