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

Lines Matching refs:jpegSubsamp

105 	(JNIEnv *env, jclass cls, jint width, jint height, jint jpegSubsamp)
107 jint retval=(jint)tjBufSize(width, height, jpegSubsamp);
190 jint jpegSubsamp, jint jpegQual, jint flags)
209 jpegSize=tjBufSize(width, height, jpegSubsamp);
219 pitch, height, pf, &jpegBuf, &jpegSize, jpegSubsamp, jpegQual,
232 jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp,
236 pf, dst, jpegSubsamp, jpegQual, flags);
242 jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual,
246 pf, dst, jpegSubsamp, jpegQual, flags);
252 jint stride, jint height, jint pf, jbyteArray dst, jint jpegSubsamp,
261 stride*sizeof(jint), height, pf, dst, jpegSubsamp, jpegQual, flags);
270 jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual,
279 stride*sizeof(jint), height, pf, dst, jpegSubsamp, jpegQual, flags);
599 int width=0, height=0, jpegSubsamp=-1, jpegColorspace=-1;
609 &width, &height, &jpegSubsamp, &jpegColorspace)==-1)
614 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegSubsamp", "I"));
615 (*env)->SetIntField(env, obj, _fid, jpegSubsamp);
730 int jpegSubsamp=-1, jpegWidth=0, jpegHeight=0;
739 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegSubsamp", "I"));
740 jpegSubsamp=(int)(*env)->GetIntField(env, obj, _fid);
746 nc=(jpegSubsamp==org_libjpegturbo_turbojpeg_TJ_SAMP_GRAY? 1:3);
769 jpegSubsamp);
770 int pw=tjPlaneWidth(i, scaledWidth, jpegSubsamp);
816 int jpegSubsamp=-1, jpegWidth=0, jpegHeight=0;
822 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegSubsamp", "I"));
823 jpegSubsamp=(int)(*env)->GetIntField(env, obj, _fid);
829 <(jsize)tjBufSizeYUV(jpegWidth, jpegHeight, jpegSubsamp))
1044 int jpegWidth=0, jpegHeight=0, jpegSubsamp;
1056 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegSubsamp", "I"));
1057 jpegSubsamp=(int)(*env)->GetIntField(env, obj, _fid);
1120 <tjBufSize(w, h, jpegSubsamp))