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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Dtransupp.c124 JDIMENSION MCU_cols, comp_width, blk_x, blk_y, x_crop_blocks; local
149 for (blk_x = 0; blk_x * 2 < comp_width; blk_x++) {
150 ptr1 = buffer[offset_y][blk_x];
151 ptr2 = buffer[offset_y][comp_width - blk_x - 1];
170 for (blk_x = 0; blk_x < compptr->width_in_blocks; blk_x++) {
171 jcopy_block_row(buffer[offset_y] + blk_x
[all...]

Completed in 30 milliseconds