{
#==========================================================#
#               General parameters                         #
#==========================================================#
name              => "ARFGS",
original          => "MOBILE_352x288_30.yuv",
originalwidth     => 352,
originalheight    => 288,
originalframerate => 30,
width             => 352,
height            => 288,
framerate         => 30,
nbframes          => 30,
verbosemode       => 1,	
phasemode         => 1,

#==========================================================#
#               Encoding parameters                        #
#==========================================================#
runencode      => 1,
singleloopflag => "-ref 0.5 -ar 30 18 -fs 0",   # enabling AR-FGS

#=======================#
# Layers  parameters    #
#=======================#     
layers      => [
                #----------#
                # Layer  0 #
                #----------#
                {
                 width        => 176,
                 height       => 144,
                 framerate    =>  30,
                },
                #----------#
                # Layer  1 #
                #----------#
                {
                 width        => 352,
                 height       => 288,
                 framerate    =>  30,
                },
               ],
   
#==========================================================#
#          Extracting +Decoding parameters  (i.e Tests )   #
#==========================================================#  
bitratecheckrange  => 3,
psnrcheckrange     => 0,
         
tests              => [
                       #----------#
                       # Test   0 #
                       #----------#
                       {
                        name        => "Rec",
                        mode        => 1,
                        width       => 176,
                        height      => 144,
                        framerate   => 30,
                        bitrate     => 574,
                        psnr        => 32.33,
                        encdecmatch => 0,
                       },
                       #----------#
                       # Test   1 #
                       #----------#
                       {
                        name        => "Rec",
                        mode        => 1,
                        width       => 352,
                        height      => 288,
                        framerate   => 30,
                        bitrate     => 2500,
                        psnr        => 31.70,
                        encdecmatch => 0,
                       },                      
                       #----------#
                       # Test   2 #
                       #----------#
                       {
                        name        => "Rec",
                        mode        => 1,
                        width       => 352,
                        height      => 288,
                        framerate   => 30,
                        bitrate     => 5741,
                        psnr        => 38.51,
                        encdecmatch => 1,
                       },
                      ],
}

