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

Lines Matching defs:tjBufSize

622 tjBufSize(int width, int height,
627 _throw("tjBufSize(): Invalid argument");
641 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height)
645 _throw("TJBUFSIZE(): Invalid argument");
805 alloc=0; *jpegSize=tjBufSize(width, height, jpegSubsamp);
1120 alloc=0; *jpegSize=tjBufSize(width, height, subsamp);
2124 alloc=0; dstSizes[i]=tjBufSize(w, h, jpegSubsamp);