HomeSort by relevance Sort by last modified time
    Searched refs:comp_height (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/tools/barcode_tools/
yuv_cropper.py 32 for comp_width, comp_height, comp_crop_height in component_sizes:
33 for row in range(comp_height):
  /external/libjpeg-turbo/
transupp.c 265 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; local
285 comp_height = MCU_rows * compptr->v_samp_factor;
293 if (y_crop_blocks + dst_blk_y < comp_height) {
297 comp_height - y_crop_blocks - dst_blk_y -
308 if (y_crop_blocks + dst_blk_y < comp_height) {
478 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; local
494 comp_height = MCU_rows * compptr->v_samp_factor;
511 if (y_crop_blocks + dst_blk_y < comp_height) {
514 [comp_height - y_crop_blocks - dst_blk_y - offset_y - 1];
549 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y local
661 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; local
    [all...]

Completed in 50 milliseconds