/external/chromium_org/third_party/libjpeg_turbo/ |
jcapimin.c | 135 JHUFF_TBL * htbl; local 143 if ((htbl = cinfo->dc_huff_tbl_ptrs[i]) != NULL) 144 htbl->sent_table = suppress; 145 if ((htbl = cinfo->ac_huff_tbl_ptrs[i]) != NULL) 146 htbl->sent_table = suppress;
|
jdhuff.c | 155 JHUFF_TBL *htbl; local 164 * paralleling the order of the symbols themselves in htbl->huffval[]. 170 htbl = 172 if (htbl == NULL) 181 dtbl->pub = htbl; /* fill in back link */ 187 i = (int) htbl->bits[l]; 220 if (htbl->bits[l]) { 225 p += htbl->bits[l]; 246 for (i = 1; i <= (int) htbl->bits[l]; i++, p++) { 251 dtbl->lookup[lookbits] = (l << HUFF_LOOKAHEAD) | htbl->huffval[p] [all...] |
jchuff.c | 220 JHUFF_TBL *htbl; local 228 * paralleling the order of the symbols themselves in htbl->huffval[]. 234 htbl = 236 if (htbl == NULL) 250 i = (int) htbl->bits[l]; 296 i = htbl->huffval[p]; 823 * Generate the best Huffman code table for the given counts, fill htbl. 851 jpeg_gen_optimal_table (j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]) 966 MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits)) [all...] |
jcmarker.c | 191 JHUFF_TBL * htbl; local 195 htbl = cinfo->ac_huff_tbl_ptrs[index]; 198 htbl = cinfo->dc_huff_tbl_ptrs[index]; 201 if (htbl == NULL) 204 if (! htbl->sent_table) { 209 length += htbl->bits[i]; 215 emit_byte(cinfo, htbl->bits[i]); 218 emit_byte(cinfo, htbl->huffval[i]); 220 htbl->sent_table = TRUE;
|
/external/jpeg/ |
jcapimin.c | 123 JHUFF_TBL * htbl; local 131 if ((htbl = cinfo->dc_huff_tbl_ptrs[i]) != NULL) 132 htbl->sent_table = suppress; 133 if ((htbl = cinfo->ac_huff_tbl_ptrs[i]) != NULL) 134 htbl->sent_table = suppress;
|
jchuff.c | 182 JHUFF_TBL *htbl; local 190 * paralleling the order of the symbols themselves in htbl->huffval[]. 196 htbl = 198 if (htbl == NULL) 212 i = (int) htbl->bits[l]; 258 i = htbl->huffval[p]; 677 * Generate the best Huffman code table for the given counts, fill htbl. 705 jpeg_gen_optimal_table (j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]) 820 MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits)) [all...] |
jdhuff.c | 153 JHUFF_TBL *htbl; local 162 * paralleling the order of the symbols themselves in htbl->huffval[]. 168 htbl = 170 if (htbl == NULL) 179 dtbl->pub = htbl; /* fill in back link */ 185 i = (int) htbl->bits[l]; 218 if (htbl->bits[l]) { 223 p += htbl->bits[l]; 242 for (i = 1; i <= (int) htbl->bits[l]; i++, p++) { 248 dtbl->look_sym[lookbits] = htbl->huffval[p] [all...] |
jcmarker.c | 187 JHUFF_TBL * htbl; local 191 htbl = cinfo->ac_huff_tbl_ptrs[index]; 194 htbl = cinfo->dc_huff_tbl_ptrs[index]; 197 if (htbl == NULL) 200 if (! htbl->sent_table) { 205 length += htbl->bits[i]; 211 emit_byte(cinfo, htbl->bits[i]); 214 emit_byte(cinfo, htbl->huffval[i]); 216 htbl->sent_table = TRUE;
|
/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 | |