Searched refs:blk_x (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios_milan.h89 unsigned long blk_x; /* x pos in total screen*/ member in struct:_scrblk
/external/jpeg/
H A Dtransupp.c70 JDIMENSION MCU_cols, comp_width, blk_x, blk_y; local
93 for (blk_x = 0; blk_x * 2 < comp_width; blk_x++) {
94 ptr1 = buffer[offset_y][blk_x];
95 ptr2 = buffer[offset_y][comp_width - blk_x - 1];
/external/qemu/distrib/jpeg-6b/
H A Dtransupp.c70 JDIMENSION MCU_cols, comp_width, blk_x, blk_y; local
93 for (blk_x = 0; blk_x * 2 < comp_width; blk_x++) {
94 ptr1 = buffer[offset_y][blk_x];
95 ptr2 = buffer[offset_y][comp_width - blk_x - 1];

Completed in 97 milliseconds