Searched defs:actbl (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdhuff.c93 int ci, blkn, dctbl, actbl; local
107 actbl = compptr->ac_tbl_no;
112 jpeg_make_d_derived_tbl(cinfo, FALSE, actbl,
113 & entropy->ac_derived_tbls[actbl]);
549 d_derived_tbl * actbl = entropy->ac_cur_tbls[blkn]; local
576 HUFF_DECODE(s, br_state, actbl, return FALSE, label2);
603 HUFF_DECODE(s, br_state, actbl, return FALSE, label3);
H A Dfpdfapi_jchuff.c113 int ci, dctbl, actbl; local
131 actbl = compptr->ac_tbl_no;
138 if (actbl < 0 || actbl >= NUM_HUFF_TBLS)
139 ERREXIT1(cinfo, JERR_NO_HUFF_TABLE, actbl);
147 if (entropy->ac_count_ptrs[actbl] == NULL)
148 entropy->ac_count_ptrs[actbl] = (long *)
151 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * SIZEOF(long));
158 jpeg_make_c_derived_tbl(cinfo, FALSE, actbl,
159 & entropy->ac_derived_tbls[actbl]);
853 int ci, dctbl, actbl; local
[all...]
/external/jpeg/
H A Djchuff.c109 int ci, dctbl, actbl; local
127 actbl = compptr->ac_tbl_no;
134 if (actbl < 0 || actbl >= NUM_HUFF_TBLS)
135 ERREXIT1(cinfo, JERR_NO_HUFF_TABLE, actbl);
143 if (entropy->ac_count_ptrs[actbl] == NULL)
144 entropy->ac_count_ptrs[actbl] = (long *)
147 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * SIZEOF(long));
154 jpeg_make_c_derived_tbl(cinfo, FALSE, actbl,
155 & entropy->ac_derived_tbls[actbl]);
849 int ci, dctbl, actbl; local
[all...]
H A Djdhuff.c90 int ci, blkn, dctbl, actbl; local
104 actbl = compptr->ac_tbl_no;
109 jpeg_make_d_derived_tbl(cinfo, FALSE, actbl,
110 & entropy->ac_derived_tbls[actbl]);
630 d_derived_tbl * actbl = entropy->ac_cur_tbls[blkn]; local
657 HUFF_DECODE(s, br_state, actbl, return FALSE, label2);
684 HUFF_DECODE(s, br_state, actbl, return FALSE, label3);
746 d_derived_tbl * actbl = entropy->ac_cur_tbls[blkn]; local
767 HUFF_DECODE(s, br_state, actbl, return FALSE, label3);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 49 milliseconds