Searched refs:huffsize (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdhuff.c160 char huffsize[257]; local
164 /* Note that huffsize[] and huffcode[] are filled in code-length order,
192 huffsize[p++] = (char) l;
194 huffsize[p] = 0;
201 _si = huffsize[0];
203 while (huffsize[p]) {
204 while (((int) huffsize[p]) == _si) {
H A Dfpdfapi_jchuff.c189 char huffsize[257]; local
193 /* Note that huffsize[] and huffcode[] are filled in code-length order,
220 huffsize[p++] = (char) l;
222 huffsize[p] = 0;
229 _si = huffsize[0];
231 while (huffsize[p]) {
232 while (((int) huffsize[p]) == _si) {
266 dtbl->ehufsi[i] = huffsize[p];
/external/jpeg/
H A Djchuff.c185 char huffsize[257]; local
189 /* Note that huffsize[] and huffcode[] are filled in code-length order,
216 huffsize[p++] = (char) l;
218 huffsize[p] = 0;
225 si = huffsize[0];
227 while (huffsize[p]) {
228 while (((int) huffsize[p]) == si) {
262 dtbl->ehufsi[i] = huffsize[p];
H A Djdhuff.c157 char huffsize[257]; local
161 /* Note that huffsize[] and huffcode[] are filled in code-length order,
189 huffsize[p++] = (char) l;
191 huffsize[p] = 0;
198 si = huffsize[0];
200 while (huffsize[p]) {
201 while (((int) huffsize[p]) == si) {
/external/qemu/distrib/jpeg-6b/
H A Djchuff.c185 char huffsize[257]; local
189 /* Note that huffsize[] and huffcode[] are filled in code-length order,
216 huffsize[p++] = (char) l;
218 huffsize[p] = 0;
225 si = huffsize[0];
227 while (huffsize[p]) {
228 while (((int) huffsize[p]) == si) {
262 dtbl->ehufsi[i] = huffsize[p];
H A Djdhuff.c157 char huffsize[257]; local
161 /* Note that huffsize[] and huffcode[] are filled in code-length order,
189 huffsize[p++] = (char) l;
191 huffsize[p] = 0;
198 si = huffsize[0];
200 while (huffsize[p]) {
201 while (((int) huffsize[p]) == si) {
/external/chromium_org/third_party/libjpeg_turbo/
H A Djdhuff.c159 char huffsize[257]; local
163 /* Note that huffsize[] and huffcode[] are filled in code-length order,
191 huffsize[p++] = (char) l;
193 huffsize[p] = 0;
200 si = huffsize[0];
202 while (huffsize[p]) {
203 while (((int) huffsize[p]) == si) {
H A Djchuff.c223 char huffsize[257]; local
227 /* Note that huffsize[] and huffcode[] are filled in code-length order,
254 huffsize[p++] = (char) l;
256 huffsize[p] = 0;
263 si = huffsize[0];
265 while (huffsize[p]) {
266 while (((int) huffsize[p]) == si) {
300 dtbl->ehufsi[i] = huffsize[p];
/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 156 milliseconds