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

  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdhuff.c 160 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) {
fpdfapi_jchuff.c 189 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/
jchuff.c 185 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];
jdhuff.c 157 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/
jchuff.c 185 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];
jdhuff.c 157 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/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 218 milliseconds