HomeSort by relevance Sort by last modified time
    Searched refs:quant_tbl_ptrs (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/third_party/libjpeg_turbo/
jctrans.c 96 if (srcinfo->quant_tbl_ptrs[tblno] != NULL) {
97 qtblptr = & dstinfo->quant_tbl_ptrs[tblno];
101 srcinfo->quant_tbl_ptrs[tblno]->quantval,
125 srcinfo->quant_tbl_ptrs[tblno] == NULL)
127 slot_quant = srcinfo->quant_tbl_ptrs[tblno];
jcapimin.c 68 cinfo->quant_tbl_ptrs[i] = NULL;
138 if ((qtbl = cinfo->quant_tbl_ptrs[i]) != NULL)
jdinput.c 251 cinfo->quant_tbl_ptrs[qtblno] == NULL)
257 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
jcdctmgr.c 224 cinfo->quant_tbl_ptrs[qtblno] == NULL)
226 qtbl = cinfo->quant_tbl_ptrs[qtblno];
jcmarker.c 152 JQUANT_TBL * qtbl = cinfo->quant_tbl_ptrs[index];
623 if (cinfo->quant_tbl_ptrs[i] != NULL)
jdapimin.c 65 cinfo->quant_tbl_ptrs[i] = NULL;
jpeglib.h 348 JQUANT_TBL * quant_tbl_ptrs[NUM_QUANT_TBLS]; member in struct:jpeg_compress_struct
587 JQUANT_TBL * quant_tbl_ptrs[NUM_QUANT_TBLS]; member in struct:jpeg_decompress_struct
    [all...]
  /external/jpeg/
jctrans.c 89 if (srcinfo->quant_tbl_ptrs[tblno] != NULL) {
90 qtblptr = & dstinfo->quant_tbl_ptrs[tblno];
94 srcinfo->quant_tbl_ptrs[tblno]->quantval,
118 srcinfo->quant_tbl_ptrs[tblno] == NULL)
120 slot_quant = srcinfo->quant_tbl_ptrs[tblno];
jcapimin.c 67 cinfo->quant_tbl_ptrs[i] = NULL;
126 if ((qtbl = cinfo->quant_tbl_ptrs[i]) != NULL)
jcdctmgr.c 67 cinfo->quant_tbl_ptrs[qtblno] == NULL)
69 qtbl = cinfo->quant_tbl_ptrs[qtblno];
jdinput.c 252 cinfo->quant_tbl_ptrs[qtblno] == NULL)
258 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
jcmarker.c 148 JQUANT_TBL * qtbl = cinfo->quant_tbl_ptrs[index];
623 if (cinfo->quant_tbl_ptrs[i] != NULL)
jdapimin.c 66 cinfo->quant_tbl_ptrs[i] = NULL;
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jctrans.c 90 if (srcinfo->quant_tbl_ptrs[tblno] != NULL) {
91 qtblptr = & dstinfo->quant_tbl_ptrs[tblno];
95 srcinfo->quant_tbl_ptrs[tblno]->quantval,
119 srcinfo->quant_tbl_ptrs[tblno] == NULL)
121 slot_quant = srcinfo->quant_tbl_ptrs[tblno];
fpdfapi_jcapimin.c 68 cinfo->quant_tbl_ptrs[i] = NULL;
127 if ((qtbl = cinfo->quant_tbl_ptrs[i]) != NULL)
fpdfapi_jcdctmgr.c 68 cinfo->quant_tbl_ptrs[qtblno] == NULL)
70 qtbl = cinfo->quant_tbl_ptrs[qtblno];
fpdfapi_jdinput.c 235 cinfo->quant_tbl_ptrs[qtblno] == NULL)
241 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
fpdfapi_jcmarker.c 149 JQUANT_TBL * qtbl = cinfo->quant_tbl_ptrs[index];
624 if (cinfo->quant_tbl_ptrs[i] != NULL)
fpdfapi_jdapimin.c 66 cinfo->quant_tbl_ptrs[i] = NULL;
  /external/qemu/distrib/jpeg-6b/
jctrans.c 89 if (srcinfo->quant_tbl_ptrs[tblno] != NULL) {
90 qtblptr = & dstinfo->quant_tbl_ptrs[tblno];
94 srcinfo->quant_tbl_ptrs[tblno]->quantval,
118 srcinfo->quant_tbl_ptrs[tblno] == NULL)
120 slot_quant = srcinfo->quant_tbl_ptrs[tblno];
jcapimin.c 67 cinfo->quant_tbl_ptrs[i] = NULL;
126 if ((qtbl = cinfo->quant_tbl_ptrs[i]) != NULL)
jcdctmgr.c 67 cinfo->quant_tbl_ptrs[qtblno] == NULL)
69 qtbl = cinfo->quant_tbl_ptrs[qtblno];
jdinput.c 252 cinfo->quant_tbl_ptrs[qtblno] == NULL)
258 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
jcmarker.c 148 JQUANT_TBL * qtbl = cinfo->quant_tbl_ptrs[index];
623 if (cinfo->quant_tbl_ptrs[i] != NULL)
jdapimin.c 66 cinfo->quant_tbl_ptrs[i] = NULL;

Completed in 490 milliseconds

1 2