Searched refs:xstride_by_mcu (Results 1 – 1 of 1) sorted by relevance
881 int xstride_by_mcu, ystride_by_mcu; in tinyjpeg_decode() local927 xstride_by_mcu = 1 << xshift_by_mcu; in tinyjpeg_decode()946 for (x = priv->width; x > 0; x -= xstride_by_mcu) in tinyjpeg_decode()948 sx = min(x, xstride_by_mcu); in tinyjpeg_decode()