Searched refs:scalePic (Results 1 – 6 of 6) sorted by relevance
127 bool scalePic(x265_picture *destination, x265_picture *source);
898 bool Scaler::scalePic(x265_picture * destination, x265_picture * source) in scalePic() function in X265_NS::Scaler1008 if (!scalePic(destPic, srcPic)) in threadMain()
896 bool Scaler::scalePic(x265_picture * destination, x265_picture * source) in scalePic() function in X265_NS::Scaler1006 if (!scalePic(destPic, srcPic)) in threadMain()
483 double scalePic; variable
627 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 …]