Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/jpeg/
Dtinyjpeg.c881 int xstride_by_mcu, ystride_by_mcu; in tinyjpeg_decode() local
928 ystride_by_mcu = 1 << yshift_by_mcu; in tinyjpeg_decode()
937 for (y = priv->height; y > 0; y -= ystride_by_mcu) in tinyjpeg_decode()
944 sy = min(y, ystride_by_mcu); in tinyjpeg_decode()