Lines Matching refs: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");
803 alloc=0; *jpegSize=tjBufSize(width, height, jpegSubsamp);
1116 alloc=0; *jpegSize=tjBufSize(width, height, subsamp);
2101 alloc=0; dstSizes[i]=tjBufSize(w, h, jpegSubsamp);