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 264 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; local
284 comp_height = MCU_rows * compptr->v_samp_factor;
292 if (y_crop_blocks + dst_blk_y < comp_height) {
296 comp_height - y_crop_blocks - dst_blk_y -
307 if (y_crop_blocks + dst_blk_y < comp_height) {
477 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; local
493 comp_height = MCU_rows * compptr->v_samp_factor;
510 if (y_crop_blocks + dst_blk_y < comp_height) {
513 [comp_height - y_crop_blocks - dst_blk_y - offset_y - 1];
548 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y local
660 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; local
    [all...]

Completed in 35 milliseconds