Searched defs:comp_height (Results 1 - 2 of 2) sorted by relevance
/external/jpeg/ |
H A D | transupp.c | 120 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; local 138 comp_height = MCU_rows * compptr->v_samp_factor; 144 if (dst_blk_y < comp_height) { 148 comp_height - dst_blk_y - (JDIMENSION) compptr->v_samp_factor, 157 if (dst_blk_y < comp_height) { 303 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; local 317 comp_height = MCU_rows * compptr->v_samp_factor; 331 if (dst_blk_y < comp_height) { 334 [comp_height - dst_blk_y - offset_y - 1]; 367 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_ local 472 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; local [all...] |
/external/qemu/distrib/jpeg-6b/ |
H A D | transupp.c | 120 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; local 138 comp_height = MCU_rows * compptr->v_samp_factor; 144 if (dst_blk_y < comp_height) { 148 comp_height - dst_blk_y - (JDIMENSION) compptr->v_samp_factor, 157 if (dst_blk_y < comp_height) { 303 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; local 317 comp_height = MCU_rows * compptr->v_samp_factor; 331 if (dst_blk_y < comp_height) { 334 [comp_height - dst_blk_y - offset_y - 1]; 367 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_ local 472 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; local [all...] |
Completed in 46 milliseconds