Searched refs:crop_height (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.h132 JDIMENSION crop_height; /* Height of selected region */ member in struct:__anon1008
H A Dtransupp.c792 if (! jt_read_integer(&spec, &info->crop_height))
927 info->crop_height = info->output_height - info->crop_yoffset;
930 info->crop_height <= 0 || info->crop_height > info->output_height ||
932 info->crop_yoffset > info->output_height - info->crop_height)
940 yoffset = info->output_height - info->crop_height - info->crop_yoffset;
947 info->crop_height + (yoffset % (info->max_v_samp_factor * DCTSIZE));

Completed in 108 milliseconds