Skip to content
Snippets Groups Projects
Commit a114eb7a authored by vieron's avatar vieron
Browse files

*** empty log message ***

parent 426d044e
No related branches found
Tags JSVM_5_8
No related merge requests found
# Scalable H.264/AVC Extension Configuration File
#============================== GENERAL ==============================
FrameRate 30.0 # Maximum frame rate [Hz]
MaxDelay 1200.0 # Maximum structural delay [ms]
FramesToBeEncoded 15 # Number of frames (at input frame rate)
OutputFile str/IROI.264 # Bitstream file
#============================== MCTF ==============================
GOPSize 16 # GOP Size (at maximum frame rate)
IntraPeriod -1 # Intra Period
NumberReferenceFrames 1 # Number of reference pictures
BaseLayerMode 1 # Base layer mode (0:Scalable,
# 1:AVC compatible, 2:AVC w subseq SEI)
#============================== MOTION SEARCH ==============================
SearchMode 4 # Search mode (0:BlockSearch, 4:FastSearch)
SearchFuncFullPel 3 # Search function full pel
# (0:SAD, 1:SSE, 2:HADAMARD, 3:SAD-YUV)
SearchFuncSubPel 2 # Search function sub pel
# (0:SAD, 1:SSE, 2:HADAMARD)
SearchRange 96 # Search range (Full Pel)
BiPredIter 4 # Max iterations for bi-pred search
IterSearchRange 8 # Search range for iterations (0: normal)
#============================== LOOP FILTER ==============================
LoopFilterDisable 0 # Loop filter idc (0: on, 1: off, 2:
# on except for slice boundaries)
LoopFilterAlphaC0Offset 0 # AlphaOffset(-6..+6): valid range
LoopFilterBetaOffset 0 # BetaOffset (-6..+6): valid range
#============================== LAYER DEFINITION ==============================
NumLayers 2 # Number of layers
LayerCfg cfg/IROI_L0.cfg # Layer configuration file
LayerCfg cfg/IROI_L1.cfg # Layer configuration file
# Layer Configuration File
#============================== INPUT / OUTPUT ==============================
SourceWidth 176 # Input frame width
SourceHeight 144 # Input frame height
FrameRateIn 15 # Input frame rate [Hz]
FrameRateOut 15 # Output frame rate [Hz]
InputFile orig/IROI_176x144_15.yuv
# Input file
ReconFile tmp/IROI_rec_L0.yuv
# Reconstructed file
SymbolMode 0 # (0:CAVLC, 1:CABAC)
#============================== DECOMPOSITION (MCTF) ==============================
UpdateStep 0 # Update Step (0: no 1: yes)
ClosedLoop 2 # Closed-loop control (0:off, 1:at H rate, 2: at L+H rate)
AdaptiveQP 1 # QP selection (0: standard, 1: adaptive)
UseIntra 1 # Intra mode usage (0: off, 1: on)
FRExt 0 # FREXT mode (0:off, 1:on)
#============================== CODING (MCTF) ==============================
MaxDeltaQP 1 # Max. absolute delta QP
QP 36.00 # Quantization parameters
NumFGSLayers 1.0 # Number of FGS layers ( 1 layer - ~ delta QP = 6 )
#============================== CONTROL (MCTF) ==============================
MeQP0 35.00 # QP for motion estimation / mode decision (stage 0)
MeQP1 35.00 # QP for motion estimation / mode decision (stage 1)
MeQP2 35.00 # QP for motion estimation / mode decision (stage 2)
MeQP3 35.00 # QP for motion estimation / mode decision (stage 3)
MeQP4 35.00 # QP for motion estimation / mode decision (stage 4)
MeQP5 35.00 # QP for motion estimation / mode decision (stage 5)
InterLayerPred 0 # Inter-layer Prediction (0: no, 1: yes, 2:adaptive)
BaseQuality 3 # Base quality level (0, 1, 2, 3) (0: no, 3, all)
DecodeLoops 0 # Decoding loops (0:single, 1:mult for LP, 2:multiple)
MotionInfoMode 0 # Motion Info Mode (0:no, 1:load, 2:save )
NumSlicGrpMns1 3
SlcGrpMapType 0
SlcGrpCfgFileNm cfg/IROI_L0_SG.cfg # Slice group configuration file
SliceMode 4
SliceArgument 3
\ No newline at end of file
2
2
2
1
define run_length_minus1[i] of ith slice group in FMO map type 0 (interleaved slice groups).
# Layer Configuration File
#============================== INPUT / OUTPUT ==============================
SourceWidth 352 # Input frame width
SourceHeight 288 # Input frame height
FrameRateIn 30 # Input frame rate [Hz]
FrameRateOut 30 # Output frame rate [Hz]
InputFile orig/IROI_352x288_30.yuv
# Input file
ReconFile tmp/IROI_rec_L1.yuv # Reconstructed file
SymbolMode 1 # (0:CAVLC, 1:CABAC)
#============================== DECOMPOSITION (MCTF) ==============================
UpdateStep 0 # Update Step (0: no 1: yes)
ClosedLoop 2 # Closed-loop control (0:off, 1:at H rate, 2: at L+H rate)
AdaptiveQP 1 # QP selection (0: standard, 1: adaptive)
UseIntra 1 # Intra mode usage (0: off, 1: on)
FRExt 1 # FREXT mode (0:off, 1:on)
#============================== CODING (MCTF) ==============================
MaxDeltaQP 1 # Max. absolute delta QP
QP 36.00 # Quantization parameters
NumFGSLayers 1.00 # Number of FGS layers ( 1 layer - ~ delta QP = 6 )
#============================== CONTROL (MCTF) ==============================
MeQP0 35.00 # QP for motion estimation / mode decision (stage 0)
MeQP1 35.00 # QP for motion estimation / mode decision (stage 1)
MeQP2 35.00 # QP for motion estimation / mode decision (stage 2)
MeQP3 35.00 # QP for motion estimation / mode decision (stage 3)
MeQP4 35.00 # QP for motion estimation / mode decision (stage 4)
MeQP5 35.00 # QP for motion estimation / mode decision (stage 5)
InterLayerPred 2 # Inter-layer Prediction (0: no, 1: yes, 2:adaptive)
BaseQuality 3 # Base quality level (0, 1, 2, 3) (0: no, 3, all)
DecodeLoops 0 # Decoding loops (0:single, 1:mult for LP, 2:multiple)
MotionInfoMode 0 # Motion Info Mode (0:no, 1:load, 2:save )
NumSlicGrpMns1 3
SlcGrpMapType 0
SlcGrpCfgFileNm cfg/IROI_L1_SG.cfg # Slice group configuration file
SliceMode 4
SliceArgument 6
\ No newline at end of file
5
5
5
3
define run_length_minus1[i] of ith slice group in FMO map type 0 (interleaved slice groups).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment