Home
last modified time | relevance | path

Searched refs:crop_width (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtransupp.c904 if (! jt_read_integer(&spec, &info->crop_width)) in jtransform_parse_crop_spec()
1082 info->crop_width = info->output_width - info->crop_xoffset; in jtransform_request_workspace()
1085 if (info->crop_width > info->output_width) { in jtransform_request_workspace()
1088 info->crop_xoffset >= info->crop_width || in jtransform_request_workspace()
1089 info->crop_xoffset > info->crop_width - info->output_width) in jtransform_request_workspace()
1093 info->crop_width <= 0 || in jtransform_request_workspace()
1094 info->crop_xoffset > info->output_width - info->crop_width) in jtransform_request_workspace()
1134 ((long) (info->crop_width + (xoffset % info->iMCU_sample_width)), in jtransform_request_workspace()
1142 info->crop_width > info->output_width) in jtransform_request_workspace()
1143 info->output_width = info->crop_width; in jtransform_request_workspace()
[all …]
A Dtransupp.h142 JDIMENSION crop_width; /* Width of selected region */ member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Ddwebp.c126 w = config->options.crop_width; in AllocateExternalBuffer()
272 config.options.crop_width = ExUtilGetInt(argv[++c], 0, &parse_error); in main()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffcrop.c228 uint32 crop_width; member
5339 crop_width = endx - startx + 1; in computeInputPixelOffsets()
5342 if (crop_width <= 0) in computeInputPixelOffsets()
5348 if (crop_width > image->width) in computeInputPixelOffsets()
5349 crop_width = image->width; in computeInputPixelOffsets()
5360 off->crop_width = crop_width; in computeInputPixelOffsets()
5416 offsets.crop_width = image->width; in getCropOffsets()
5491 zwidth = offsets.crop_width; in getCropOffsets()
5549 zwidth = offsets.crop_width; in getCropOffsets()
6341 crop_width = last_col - first_col + 1; in extractCompositeRegions()
[all …]
/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.c187 const int cw = options->crop_width; in WebPAllocateDecBuffer()
A Dwebp_dec.c797 w = options->crop_width; in WebPIoInitFromOptions()

Completed in 47 milliseconds