Home
last modified time | relevance | path

Searched refs:crop_height_set (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/
Dtransupp.h137 JCROP_CODE crop_height_set; /* (forced disables adjustment) */ member
Dtransupp.c800 info->crop_height_set = JCROP_UNSET; in jtransform_parse_crop_spec()
821 info->crop_height_set = JCROP_FORCE; in jtransform_parse_crop_spec()
823 info->crop_height_set = JCROP_POS; in jtransform_parse_crop_spec()
990 if (info->crop_height_set == JCROP_UNSET) in jtransform_request_workspace()
1013 if (info->crop_height_set == JCROP_FORCE) in jtransform_request_workspace()
Dturbojpeg.c2017 xinfo[i].crop_height=t[i].r.h; xinfo[i].crop_height_set=JCROP_POS; in tjTransform()