Searched refs:blk_x (Results 1 – 3 of 3) sorted by relevance
89 unsigned long blk_x; /* x pos in total screen*/ member
70 JDIMENSION MCU_cols, comp_width, blk_x, blk_y; in do_flip_h() local93 for (blk_x = 0; blk_x * 2 < comp_width; blk_x++) { in do_flip_h()94 ptr1 = buffer[offset_y][blk_x]; in do_flip_h()95 ptr2 = buffer[offset_y][comp_width - blk_x - 1]; in do_flip_h()