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

Lines Matching refs:jpegHeight

622 	bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegHeight", "I"));
730 int jpegSubsamp=-1, jpegWidth=0, jpegHeight=0;
743 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegHeight", "I"));
744 jpegHeight=(int)(*env)->GetIntField(env, obj, _fid);
750 if(height==0) height=jpegHeight;
757 scaledHeight=TJSCALED(jpegHeight, sf[i]);
816 int jpegSubsamp=-1, jpegWidth=0, jpegHeight=0;
826 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegHeight", "I"));
827 jpegHeight=(int)(*env)->GetIntField(env, obj, _fid);
829 <(jsize)tjBufSizeYUV(jpegWidth, jpegHeight, jpegSubsamp))
1044 int jpegWidth=0, jpegHeight=0, jpegSubsamp;
1054 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegHeight", "I"));
1055 jpegHeight=(int)(*env)->GetIntField(env, obj, _fid);
1115 int w=jpegWidth, h=jpegHeight;