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

  /external/chromium_org/third_party/libjpeg_turbo/
jcapimin.c 75 cinfo->dc_huff_tbl_ptrs[i] = NULL;
143 if ((htbl = cinfo->dc_huff_tbl_ptrs[i]) != NULL)
jcmarker.c 198 htbl = cinfo->dc_huff_tbl_ptrs[index];
629 if (cinfo->dc_huff_tbl_ptrs[i] != NULL)
jdapimin.c 68 cinfo->dc_huff_tbl_ptrs[i] = NULL;
jdmarker.c 487 htblptr = &cinfo->dc_huff_tbl_ptrs[index];
1057 if (! cinfo->dc_huff_tbl_ptrs[0]) {
1062 cinfo->dc_huff_tbl_ptrs[0] = htblptr;
1065 if (! cinfo->dc_huff_tbl_ptrs[1]) {
1070 cinfo->dc_huff_tbl_ptrs[1] = htblptr;
    [all...]
jcparam.c 267 add_huff_table(cinfo, &cinfo->dc_huff_tbl_ptrs[0],
271 add_huff_table(cinfo, &cinfo->dc_huff_tbl_ptrs[1],
jpeglib.h 356 JHUFF_TBL * dc_huff_tbl_ptrs[NUM_HUFF_TBLS]; member in struct:jpeg_compress_struct
590 JHUFF_TBL * dc_huff_tbl_ptrs[NUM_HUFF_TBLS]; member in struct:jpeg_decompress_struct
    [all...]
jchuff.c 235 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno];
1012 htblptr = & cinfo->dc_huff_tbl_ptrs[dctbl];
jcphuff.c 795 htblptr = & cinfo->dc_huff_tbl_ptrs[tbl];
jdhuff.c 171 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno];
  /external/jpeg/
jcapimin.c 70 cinfo->dc_huff_tbl_ptrs[i] = NULL;
131 if ((htbl = cinfo->dc_huff_tbl_ptrs[i]) != NULL)
jcmarker.c 194 htbl = cinfo->dc_huff_tbl_ptrs[index];
629 if (cinfo->dc_huff_tbl_ptrs[i] != NULL)
jdapimin.c 69 cinfo->dc_huff_tbl_ptrs[i] = NULL;
jchuff.c 197 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno];
866 htblptr = & cinfo->dc_huff_tbl_ptrs[dctbl];
jcparam.c 246 add_huff_table(cinfo, &cinfo->dc_huff_tbl_ptrs[0],
250 add_huff_table(cinfo, &cinfo->dc_huff_tbl_ptrs[1],
jpeglib.h 309 JHUFF_TBL * dc_huff_tbl_ptrs[NUM_HUFF_TBLS]; member in struct:jpeg_compress_struct
532 JHUFF_TBL * dc_huff_tbl_ptrs[NUM_HUFF_TBLS]; member in struct:jpeg_decompress_struct
    [all...]
jcphuff.c 797 htblptr = & cinfo->dc_huff_tbl_ptrs[tbl];
jdhuff.c 169 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno];
jdmarker.c 476 htblptr = &cinfo->dc_huff_tbl_ptrs[index];
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 345 cinfo->dc_huff_tbl_ptrs[0] == NULL &&
346 cinfo->dc_huff_tbl_ptrs[1] == NULL )
353 cinfo->dc_huff_tbl_ptrs );
    [all...]
  /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 96 milliseconds