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

Lines Matching refs:tjBufSizeYUV2

631 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV2(int width, int pad, int height,
637 _throw("tjBufSizeYUV2(): Invalid argument");
656 return tjBufSizeYUV2(width, 4, height, subsamp);