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

1 2

  /external/libjpeg-turbo/
jstdhuff.c 57 JHUFF_TBL **dc_huff_tbl_ptrs, **ac_huff_tbl_ptrs; local
121 ac_huff_tbl_ptrs = ((j_decompress_ptr)cinfo)->ac_huff_tbl_ptrs;
124 ac_huff_tbl_ptrs = ((j_compress_ptr)cinfo)->ac_huff_tbl_ptrs;
129 add_huff_table(cinfo, &ac_huff_tbl_ptrs[0], bits_ac_luminance,
133 add_huff_table(cinfo, &ac_huff_tbl_ptrs[1], bits_ac_chrominance,
jcapimin.c 79 cinfo->ac_huff_tbl_ptrs[i] = NULL;
148 if ((htbl = cinfo->ac_huff_tbl_ptrs[i]) != NULL)
jcmarker.c 196 htbl = cinfo->ac_huff_tbl_ptrs[index];
632 if (cinfo->ac_huff_tbl_ptrs[i] != NULL)
jdapimin.c 73 cinfo->ac_huff_tbl_ptrs[i] = NULL;
jpeglib.h 353 JHUFF_TBL *ac_huff_tbl_ptrs[NUM_HUFF_TBLS]; member in struct:jpeg_compress_struct
587 JHUFF_TBL *ac_huff_tbl_ptrs[NUM_HUFF_TBLS]; member in struct:jpeg_decompress_struct
    [all...]
jchuff.c 240 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno];
    [all...]
jcphuff.c 800 htblptr = & cinfo->ac_huff_tbl_ptrs[tbl];
jdhuff.c 174 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno];
jdmarker.c 484 htblptr = &cinfo->ac_huff_tbl_ptrs[index];
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcapimin.c 71 cinfo->ac_huff_tbl_ptrs[i] = NULL;
133 if ((htbl = cinfo->ac_huff_tbl_ptrs[i]) != NULL)
fpdfapi_jcmarker.c 191 htbl = cinfo->ac_huff_tbl_ptrs[index];
631 if (cinfo->ac_huff_tbl_ptrs[i] != NULL)
fpdfapi_jdapimin.c 69 cinfo->ac_huff_tbl_ptrs[i] = NULL;
fpdfapi_jchuff.c 196 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno];
872 htblptr = & cinfo->ac_huff_tbl_ptrs[actbl];
fpdfapi_jcparam.c 248 add_huff_table(cinfo, &cinfo->ac_huff_tbl_ptrs[0],
252 add_huff_table(cinfo, &cinfo->ac_huff_tbl_ptrs[1],
fpdfapi_jdhuff.c 167 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno];
jpeglib.h 408 JHUFF_TBL * ac_huff_tbl_ptrs[NUM_HUFF_TBLS]; member in struct:jpeg_compress_struct
628 JHUFF_TBL * ac_huff_tbl_ptrs[NUM_HUFF_TBLS]; member in struct:jpeg_decompress_struct
    [all...]
fpdfapi_jcphuff.c 799 htblptr = & cinfo->ac_huff_tbl_ptrs[tbl];
fpdfapi_jdmarker.c 499 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/pdfium/third_party/libtiff/
tif_jpeg.c     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 277 milliseconds

1 2