Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtransupp.h138 JCROP_CODE crop_height_set; /* (forced disables adjustment) */ member
Dtransupp.c801 info->crop_height_set = JCROP_UNSET; in jtransform_parse_crop_spec()
822 info->crop_height_set = JCROP_FORCE; in jtransform_parse_crop_spec()
824 info->crop_height_set = JCROP_POS; in jtransform_parse_crop_spec()
991 if (info->crop_height_set == JCROP_UNSET) in jtransform_request_workspace()
1014 if (info->crop_height_set == JCROP_FORCE) in jtransform_request_workspace()
Dturbojpeg.c2064 xinfo[i].crop_height=t[i].r.h; xinfo[i].crop_height_set=JCROP_POS; in tjTransform()