Home
last modified time | relevance | path

Searched refs:comp_height (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/
Dtransupp.c263 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; in do_flip_v() local
283 comp_height = MCU_rows * compptr->v_samp_factor; in do_flip_v()
291 if (y_crop_blocks + dst_blk_y < comp_height) { in do_flip_v()
295 comp_height - y_crop_blocks - dst_blk_y - in do_flip_v()
306 if (y_crop_blocks + dst_blk_y < comp_height) { in do_flip_v()
477 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; in do_rot_270() local
493 comp_height = MCU_rows * compptr->v_samp_factor; in do_rot_270()
510 if (y_crop_blocks + dst_blk_y < comp_height) { in do_rot_270()
513 [comp_height - y_crop_blocks - dst_blk_y - offset_y - 1]; in do_rot_270()
548 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_rot_180() local
[all …]
/external/webrtc/webrtc/tools/barcode_tools/
Dyuv_cropper.py32 for comp_width, comp_height, comp_crop_height in component_sizes:
33 for row in range(comp_height):