Home
last modified time | relevance | path

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

/dports/emulators/mednafen/mednafen/src/
H A Dqtrecord.cpp293 int xscale_factor; in WriteFrame() local
315 xscale_factor = QTVideoWidth / width; in WriteFrame()
328 while(dest_x < ((QTVideoWidth - (xscale_factor * width)) / 2)) in WriteFrame()
340 for(int sub_x = 0; sub_x < xscale_factor; sub_x++) in WriteFrame()