HomeSort by relevance Sort by last modified time
    Searched full:input_xoffset (Results 1 - 1 of 1) sorted by null

  /external/libjpeg-turbo/
jdapistd.c 157 JDIMENSION input_xoffset; local
196 input_xoffset = *xoffset;
197 *xoffset = (input_xoffset / align) * align;
204 *width = *width + input_xoffset - *xoffset;

Completed in 55 milliseconds