Home | History | Annotate | Download | only in jpeg

Lines Matching refs:comp_height

120   JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y;
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;
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_x, dst_blk_y;
380 comp_height = MCU_rows * compptr->v_samp_factor;
386 if (dst_blk_y < comp_height) {
390 comp_height - dst_blk_y - (JDIMENSION) compptr->v_samp_factor,
399 if (dst_blk_y < comp_height) {
472 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y;
484 comp_height = MCU_rows * compptr->v_samp_factor;
497 if (dst_blk_y < comp_height) {
499 [comp_height - dst_blk_y - offset_y - 1];