Home
last modified time | relevance | path

Searched refs:xindex (Results 1 – 4 of 4) sorted by relevance

/external/jpeg/
Djctrans.c284 int blkn, ci, xindex, yindex, yoffset, blockcnt; in compress_output() local
317 for (xindex = 0; xindex < blockcnt; xindex++) in compress_output()
321 xindex = 0; in compress_output()
329 for (; xindex < compptr->MCU_width; xindex++) { in compress_output()
Djdcoefct.c153 int blkn, ci, xindex, yindex, yoffset, useful_width; in decompress_onepass() local
209 for (xindex = 0; xindex < useful_width; xindex++) { in decompress_onepass()
211 (JCOEFPTR) coef->MCU_buffer[blkn+xindex], in decompress_onepass()
259 int blkn, ci, xindex, yindex, yoffset; in consume_data() local
319 for (xindex = 0; xindex < compptr->MCU_width; xindex++) { in consume_data()
396 int ci, xindex, yindex, yoffset; in consume_data_build_huffman_index_baseline() local
456 int blkn, ci, xindex, yindex, yoffset; in consume_data_build_huffman_index_progressive() local
506 for (xindex = 0; xindex < compptr->MCU_width; xindex++) { in consume_data_build_huffman_index_progressive()
Djccoefct.c345 int blkn, ci, xindex, yindex, yoffset; in compress_output() local
375 for (xindex = 0; xindex < compptr->MCU_width; xindex++) { in compress_output()
/external/grub/stage2/
Dfsys_jfs.c37 int xindex; member
71 jfs.xindex = 2; in first_extent()
91 if (++jfs.xindex < jfs.xlastindex) { in next_extent()
96 jfs.xindex = XTENTRYSTART; in next_extent()