Home
last modified time | relevance | path

Searched refs:scalePic (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/handbrake/x265_3.5/source/
H A DabrEncApp.h127 bool scalePic(x265_picture *destination, x265_picture *source);
H A DabrEncApp.cpp898 bool Scaler::scalePic(x265_picture * destination, x265_picture * source) in scalePic() function in X265_NS::Scaler
1008 if (!scalePic(destPic, srcPic)) in threadMain()
/dports/multimedia/x265/source/
H A DabrEncApp.h127 bool scalePic(x265_picture *destination, x265_picture *source);
H A DabrEncApp.cpp896 bool Scaler::scalePic(x265_picture * destination, x265_picture * source) in scalePic() function in X265_NS::Scaler
1006 if (!scalePic(destPic, srcPic)) in threadMain()
/dports/science/shelxle/shelxle-1.0.1352/
H A Dwindow.h483 double scalePic; variable
H A Dwindow.cpp627 scalePic=1.0; in Window()
1704 scalefBox->setValue(scalePic*100.0); in Window()
5585 widthBox->setValue(int(chgl->width()*scalePic+0.5)); in changeScalefactor()
5587 scalefBox->setValue(scalePic*100.0); in changeScalefactor()
5602 scalePic=scalefBox->value()*0.01; in updateScaleDlg()
5608 scalefBox->setValue(scalePic*100.0); in updateScaleDlg()
5612 scalefBox->setValue(scalePic*100.0); in updateScaleDlg()
11102 .arg(int(chgl->width()*scalePic+0.5)) in savePovRay()
11103 .arg(int(chgl->height()*scalePic+0.5)) in savePovRay()
11559 a = int(chgl->width()*scalePic+0.5), in saveScene()
[all …]