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

Lines Matching refs:jpegSubsamp

101 	(JNIEnv *env, jclass cls, jint width, jint height, jint jpegSubsamp)
103 jint retval=(jint)tjBufSize(width, height, jpegSubsamp);
186 jint jpegSubsamp, jint jpegQual, jint flags)
205 jpegSize=tjBufSize(width, height, jpegSubsamp);
215 pitch, height, pf, &jpegBuf, &jpegSize, jpegSubsamp, jpegQual,
228 jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp,
232 pf, dst, jpegSubsamp, jpegQual, flags);
238 jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual,
242 pf, dst, jpegSubsamp, jpegQual, flags);
248 jint stride, jint height, jint pf, jbyteArray dst, jint jpegSubsamp,
257 stride*sizeof(jint), height, pf, dst, jpegSubsamp, jpegQual, flags);
266 jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual,
275 stride*sizeof(jint), height, pf, dst, jpegSubsamp, jpegQual, flags);
594 int width=0, height=0, jpegSubsamp=-1, jpegColorspace=-1;
604 &width, &height, &jpegSubsamp, &jpegColorspace)==-1)
609 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegSubsamp", "I"));
610 (*env)->SetIntField(env, obj, _fid, jpegSubsamp);
725 int jpegSubsamp=-1, jpegWidth=0, jpegHeight=0;
734 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegSubsamp", "I"));
735 jpegSubsamp=(int)(*env)->GetIntField(env, obj, _fid);
741 nc=(jpegSubsamp==org_libjpegturbo_turbojpeg_TJ_SAMP_GRAY? 1:3);
762 jpegSubsamp);
763 int pw=tjPlaneWidth(i, scaledWidth, jpegSubsamp);
809 int jpegSubsamp=-1, jpegWidth=0, jpegHeight=0;
815 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegSubsamp", "I"));
816 jpegSubsamp=(int)(*env)->GetIntField(env, obj, _fid);
822 <(jsize)tjBufSizeYUV(jpegWidth, jpegHeight, jpegSubsamp))
1036 int jpegWidth=0, jpegHeight=0, jpegSubsamp;
1048 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegSubsamp", "I"));
1049 jpegSubsamp=(int)(*env)->GetIntField(env, obj, _fid);
1112 <tjBufSize(w, h, jpegSubsamp))