Lines Matching refs:TJSAMP_GRAY
248 if(subsamp==TJSAMP_GRAY) in setCompDefaults()
341 return TJSAMP_GRAY; in getSubsamp()
608 chromasf=jpegSubsamp==TJSAMP_GRAY? 0: 4*64/(mcuw*mcuh); in tjBufSize()
639 nc=(subsamp==TJSAMP_GRAY? 1:3); in tjBufSizeYUV2()
672 nc=(subsamp==TJSAMP_GRAY? 1:3); in tjPlaneWidth()
693 nc=(subsamp==TJSAMP_GRAY? 1:3); in tjPlaneHeight()
860 if(subsamp!=TJSAMP_GRAY && (!dstPlanes[1] || !dstPlanes[2])) in tjEncodeYUVPlanes()
1006 if(subsamp==TJSAMP_GRAY) in tjEncodeYUV3()
1067 if(subsamp!=TJSAMP_GRAY && (!srcPlanes[1] || !srcPlanes[2])) in tjCompressFromYUVPlanes()
1190 if(subsamp==TJSAMP_GRAY) in tjCompressFromYUV()
1456 if(subsamp==TJSAMP_GRAY) in setDecodeDefaults()
1533 if(subsamp!=TJSAMP_GRAY && (!srcPlanes[1] || !srcPlanes[2])) in tjDecodeYUVPlanes()
1679 if(subsamp==TJSAMP_GRAY) in tjDecodeYUV()
1746 if(jpegSubsamp!=TJSAMP_GRAY && (!dstPlanes[1] || !dstPlanes[2])) in tjDecompressToYUVPlanes()
1912 if(jpegSubsamp==TJSAMP_GRAY) in tjDecompressToYUV2()