Home
last modified time | relevance | path

Searched refs:slow_hflip (Results 1 – 4 of 4) sorted by relevance

/external/libjpeg-turbo/
Dtransupp.h123 boolean slow_hflip; /* For best performance, the JXFORM_FLIP_H transform member
Djpegtran.c147 transformoption.slow_hflip = FALSE; in parse_switches()
Dtransupp.c1040 if (info->y_crop_offset != 0 || info->slow_hflip) in jtransform_request_workspace()
1468 if (info->y_crop_offset != 0 || info->slow_hflip) in jtransform_execute_transform()
Dturbojpeg.c2003 if(n!=1 && t[i].op==TJXOP_HFLIP) xinfo[i].slow_hflip=1; in tjTransform()
2004 else xinfo[i].slow_hflip=0; in tjTransform()