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

Lines Matching refs:tjBufSizeYUV2

657 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV2(int width, int pad, int height,
663 _throw("tjBufSizeYUV2(): Invalid argument");
682 return tjBufSizeYUV2(width, 4, height, subsamp);