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

  /external/chromium_org/third_party/libjpeg_turbo/
jcapimin.c 76 cinfo->ac_huff_tbl_ptrs[i] = NULL;
145 if ((htbl = cinfo->ac_huff_tbl_ptrs[i]) != NULL)
jcmarker.c 195 htbl = cinfo->ac_huff_tbl_ptrs[index];
631 if (cinfo->ac_huff_tbl_ptrs[i] != NULL)
jdapimin.c 69 cinfo->ac_huff_tbl_ptrs[i] = NULL;
jdmarker.c 483 htblptr = &cinfo->ac_huff_tbl_ptrs[index];
1073 if (! cinfo->ac_huff_tbl_ptrs[0]) {
1078 cinfo->ac_huff_tbl_ptrs[0] = htblptr;
1081 if (! cinfo->ac_huff_tbl_ptrs[1]) {
1086 cinfo->ac_huff_tbl_ptrs[1] = htblptr;
    [all...]
jcparam.c 269 add_huff_table(cinfo, &cinfo->ac_huff_tbl_ptrs[0],
273 add_huff_table(cinfo, &cinfo->ac_huff_tbl_ptrs[1],
jpeglib.h 357 JHUFF_TBL * ac_huff_tbl_ptrs[NUM_HUFF_TBLS]; member in struct:jpeg_compress_struct
591 JHUFF_TBL * ac_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];
1019 htblptr = & cinfo->ac_huff_tbl_ptrs[actbl];
jcphuff.c 797 htblptr = & cinfo->ac_huff_tbl_ptrs[tbl];
jdhuff.c 171 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno];
  /external/jpeg/
jcapimin.c 71 cinfo->ac_huff_tbl_ptrs[i] = NULL;
133 if ((htbl = cinfo->ac_huff_tbl_ptrs[i]) != NULL)
jcmarker.c 191 htbl = cinfo->ac_huff_tbl_ptrs[index];
631 if (cinfo->ac_huff_tbl_ptrs[i] != NULL)
jdapimin.c 70 cinfo->ac_huff_tbl_ptrs[i] = NULL;
jchuff.c 197 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno];
873 htblptr = & cinfo->ac_huff_tbl_ptrs[actbl];
jcparam.c 248 add_huff_table(cinfo, &cinfo->ac_huff_tbl_ptrs[0],
252 add_huff_table(cinfo, &cinfo->ac_huff_tbl_ptrs[1],
jpeglib.h 310 JHUFF_TBL * ac_huff_tbl_ptrs[NUM_HUFF_TBLS]; member in struct:jpeg_compress_struct
533 JHUFF_TBL * ac_huff_tbl_ptrs[NUM_HUFF_TBLS]; member in struct:jpeg_decompress_struct
    [all...]
jcphuff.c 799 htblptr = & cinfo->ac_huff_tbl_ptrs[tbl];
jdhuff.c 169 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno];
jdmarker.c 474 htblptr = &cinfo->ac_huff_tbl_ptrs[index];
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 343 if ( cinfo->ac_huff_tbl_ptrs[0] == NULL &&
344 cinfo->ac_huff_tbl_ptrs[1] == NULL &&
352 cinfo->ac_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 168 milliseconds