Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/jpeg/
Dtinyjpeg.c880 int xshift_by_mcu, yshift_by_mcu; in tinyjpeg_decode() local
893 xshift_by_mcu = yshift_by_mcu = 3; in tinyjpeg_decode()
901 yshift_by_mcu = 4; in tinyjpeg_decode()
907 yshift_by_mcu = 4; in tinyjpeg_decode()
919 bytes_per_blocklines[0] <<= yshift_by_mcu-3; in tinyjpeg_decode()
920 bytes_per_blocklines[1] <<= yshift_by_mcu-3; in tinyjpeg_decode()
921 bytes_per_blocklines[2] <<= yshift_by_mcu-3; in tinyjpeg_decode()
928 ystride_by_mcu = 1 << yshift_by_mcu; in tinyjpeg_decode()