Searched refs:crop_width (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Dtransupp.h130 JDIMENSION crop_width; /* Width of selected region */ member in struct:__anon1008
H A Dtransupp.c785 if (! jt_read_integer(&spec, &info->crop_width))
925 info->crop_width = info->output_width - info->crop_xoffset;
929 if (info->crop_width <= 0 || info->crop_width > info->output_width ||
931 info->crop_xoffset > info->output_width - info->crop_width ||
936 xoffset = info->output_width - info->crop_width - info->crop_xoffset;
945 info->crop_width + (xoffset % (info->max_h_samp_factor * DCTSIZE));

Completed in 104 milliseconds