Searched defs:comp_height (Results 1 - 1 of 1) sorted by relevance

/external/jpeg/
H A Dtransupp.c120 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 58 milliseconds