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

Lines Matching refs:tjBufSizeYUV

679 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV(int width, int height,
685 DLLEXPORT unsigned long DLLCALL TJBUFSIZEYUV(int width, int height,
688 return tjBufSizeYUV(width, height, subsamp);
842 size=tjBufSizeYUV(width, height, jpegSubsamp);