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 155 JDIMENSION input_xoffset; local
194 input_xoffset = *xoffset;
195 *xoffset = (input_xoffset / align) * align;
202 *width = *width + input_xoffset - *xoffset;

Completed in 51 milliseconds