Changed Test to use smaller .yuv file

This commit is contained in:
Ethan Hugg 2013-12-09 05:10:55 -08:00
parent edba955366
commit 9b21ece789
3 changed files with 15 additions and 15 deletions

View File

@ -2,11 +2,11 @@
#============================== INPUT / OUTPUT ==============================
SourceWidth 640 # Input frame width
SourceHeight 384 # Input frame height
FrameRateIn 24 # Input frame rate [Hz]
FrameRateOut 24 # Output frame rate [Hz]
InputFile CiscoVT2people_640x384_24fps.yuv # Input file
SourceWidth 320 # Input frame width
SourceHeight 192 # Input frame height
FrameRateIn 12 # Input frame rate [Hz]
FrameRateOut 12 # Output frame rate [Hz]
InputFile CiscoVT2people_320x192_12fps.yuv # Input file
ReconFile rec_layer2.yuv # Reconstructed file
#============================== CODING ==============================

View File

@ -2,11 +2,11 @@
#============================== INPUT / OUTPUT ==============================
SourceWidth 640 # Input frame width
SourceHeight 384 # Input frame height
FrameRateIn 24 # Input frame rate [Hz]
FrameRateOut 24 # Output frame rate [Hz]
InputFile CiscoVT2people_640x384_24fps.yuv # Input file
SourceWidth 320 # Input frame width
SourceHeight 192 # Input frame height
FrameRateIn 12 # Input frame rate [Hz]
FrameRateOut 12 # Output frame rate [Hz]
InputFile CiscoVT2people_320x192_12fps.yuv # Input file
ReconFile rec_layer2.yuv # Reconstructed file
#============================== CODING ==============================

View File

@ -2,11 +2,11 @@
#============================== INPUT / OUTPUT ==============================
SourceWidth 640 # Input frame width
SourceHeight 384 # Input frame height
FrameRateIn 24 # Input frame rate [Hz]
FrameRateOut 24 # Output frame rate [Hz]
InputFile CiscoVT2people_640x384_24fps.yuv # Input file
SourceWidth 320 # Input frame width
SourceHeight 192 # Input frame height
FrameRateIn 12 # Input frame rate [Hz]
FrameRateOut 12 # Output frame rate [Hz]
InputFile CiscoVT2people_320x192_12fps.yuv # Input file
ReconFile rec_layer2.yuv # Reconstructed file
#============================== CODING ==============================