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

  /external/chromium_org/third_party/libjpeg_turbo/
jdhuff.c 159 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) {
jchuff.c 223 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/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/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 464 milliseconds