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

  /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...]
jdmarker.c 528 if (cinfo->quant_tbl_ptrs[n] == NULL)
529 cinfo->quant_tbl_ptrs[n] = jpeg_alloc_quant_table((j_common_ptr) cinfo);
530 quant_ptr = cinfo->quant_tbl_ptrs[n];
    [all...]
jcparam.c 46 qtblptr = & cinfo->quant_tbl_ptrs[which_tbl];
transupp.c     [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;
jpeglib.h 306 JQUANT_TBL * quant_tbl_ptrs[NUM_QUANT_TBLS]; member in struct:jpeg_compress_struct
529 JQUANT_TBL * quant_tbl_ptrs[NUM_QUANT_TBLS]; member in struct:jpeg_decompress_struct
    [all...]
jdmarker.c 520 if (cinfo->quant_tbl_ptrs[n] == NULL)
521 cinfo->quant_tbl_ptrs[n] = jpeg_alloc_quant_table((j_common_ptr) cinfo);
522 quant_ptr = cinfo->quant_tbl_ptrs[n];
    [all...]
jcparam.c 43 qtblptr = & cinfo->quant_tbl_ptrs[which_tbl];
transupp.c 663 qtblptr = dstinfo->quant_tbl_ptrs[tblno];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 286 milliseconds