Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:tjBufSizeYUV

653 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV(int width, int height,
659 DLLEXPORT unsigned long DLLCALL TJBUFSIZEYUV(int width, int height,
662 return tjBufSizeYUV(width, height, subsamp);
815 size=tjBufSizeYUV(width, height, jpegSubsamp);