Home
last modified time | relevance | path

Searched refs:crop_height (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtransupp.c915 if (! jt_read_integer(&spec, &info->crop_height)) in jtransform_parse_crop_spec()
1101 info->crop_height = info->output_height - info->crop_yoffset; in jtransform_request_workspace()
1104 if (info->crop_height > info->output_height) { in jtransform_request_workspace()
1107 info->crop_yoffset >= info->crop_height || in jtransform_request_workspace()
1108 info->crop_yoffset > info->crop_height - info->output_height) in jtransform_request_workspace()
1112 info->crop_height <= 0 || in jtransform_request_workspace()
1113 info->crop_yoffset > info->output_height - info->crop_height) in jtransform_request_workspace()
1137 ((long) (info->crop_height + (yoffset % info->iMCU_sample_height)), in jtransform_request_workspace()
1148 info->crop_height > info->output_height) in jtransform_request_workspace()
1149 info->output_height = info->crop_height; in jtransform_request_workspace()
[all …]
A Dtransupp.h144 JDIMENSION crop_height; /* Height of selected region */ member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Ddwebp.c127 h = config->options.crop_height; in AllocateExternalBuffer()
273 config.options.crop_height = ExUtilGetInt(argv[++c], 0, &parse_error); in main()
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Ddecode.h454 int crop_width, crop_height; // dimension of the cropping area member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Ddecode.h454 int crop_width, crop_height; // dimension of the cropping area member
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Ddecode.h454 int crop_width, crop_height; // dimension of the cropping area member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dbuffer_dec.c188 const int ch = options->crop_height; in WebPAllocateDecBuffer()
A Dwebp_dec.c798 h = options->crop_height; in WebPIoInitFromOptions()

Completed in 30 milliseconds