Changeset 59 in SHVCSoftware for branches


Ignore:
Timestamp:
5 Mar 2013, 02:50:02 (12 years ago)
Author:
seregin
Message:

adding SVC config files, projects and makefile

Location:
branches/HM-10.0-dev-SHM
Files:
20 added
41 edited

Legend:

Unmodified
Added
Removed
  • branches/HM-10.0-dev-SHM/build/linux/app/TAppEncoder/makefile

    r51 r59  
    2929                                        $(OBJ_DIR)/encmain.o \
    3030                                        $(OBJ_DIR)/TAppEncCfg.o \
     31                                        $(OBJ_DIR)/TAppEncLayerCfg.o \
    3132                                        $(OBJ_DIR)/TAppEncTop.o \
    3233
  • branches/HM-10.0-dev-SHM/build/linux/lib/TLibCommon/makefile

    r51 r59  
    5757                        $(OBJ_DIR)/TComWeightPrediction.o \
    5858                        $(OBJ_DIR)/TComRdCostWeightPrediction.o \
     59                        $(OBJ_DIR)/TComUpsampleFilter.o \
    5960
    6061LIBS                            = -lpthread
  • branches/HM-10.0-dev-SHM/build/vc10/TAppEncoder_vc10.vcxproj

    r51 r59  
    170170    <ClCompile Include="..\..\source\App\TAppEncoder\encmain.cpp" />
    171171    <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncCfg.cpp" />
     172    <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncLayerCfg.cpp" />
    172173    <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncTop.cpp" />
    173174  </ItemGroup>
    174175  <ItemGroup>
    175176    <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncCfg.h" />
     177    <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncLayerCfg.h" />
    176178    <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncTop.h" />
    177179  </ItemGroup>
  • branches/HM-10.0-dev-SHM/build/vc10/TAppEncoder_vc10.vcxproj.filters

    r51 r59  
    2525      <Filter>Source Files</Filter>
    2626    </ClCompile>
     27    <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncLayerCfg.cpp">
     28      <Filter>Source Files</Filter>
     29    </ClCompile>
    2730  </ItemGroup>
    2831  <ItemGroup>
     
    3336      <Filter>Header Files</Filter>
    3437    </ClInclude>
     38    <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncLayerCfg.h">
     39      <Filter>Header Files</Filter>
     40    </ClInclude>
    3541  </ItemGroup>
    3642</Project>
  • branches/HM-10.0-dev-SHM/build/vc10/TLibCommon_vc10.vcxproj

    r51 r59  
    166166    <ClCompile Include="..\..\source\Lib\TLibCommon\TComSlice.cpp" />
    167167    <ClCompile Include="..\..\source\Lib\TLibCommon\TComTrQuant.cpp" />
     168    <ClCompile Include="..\..\source\Lib\TLibCommon\TComUpsampleFilter.cpp" />
    168169    <ClCompile Include="..\..\source\Lib\TLibCommon\TComWeightPrediction.cpp" />
    169170    <ClCompile Include="..\..\source\Lib\TLibCommon\TComYuv.cpp" />
     
    199200    <ClInclude Include="..\..\source\Lib\TLibCommon\TComSlice.h" />
    200201    <ClInclude Include="..\..\source\Lib\TLibCommon\TComTrQuant.h" />
     202    <ClInclude Include="..\..\source\Lib\TLibCommon\TComUpsampleFilter.h" />
    201203    <ClInclude Include="..\..\source\Lib\TLibCommon\TComWeightPrediction.h" />
    202204    <ClInclude Include="..\..\source\Lib\TLibCommon\TComYuv.h" />
  • branches/HM-10.0-dev-SHM/build/vc10/TLibCommon_vc10.vcxproj.filters

    r51 r59  
    8282    </ClCompile>
    8383    <ClCompile Include="..\..\source\Lib\TLibCommon\TComYuv.cpp">
     84      <Filter>Source Files</Filter>
     85    </ClCompile>
     86    <ClCompile Include="..\..\source\Lib\TLibCommon\TComUpsampleFilter.cpp">
    8487      <Filter>Source Files</Filter>
    8588    </ClCompile>
     
    182185      <Filter>Header Files</Filter>
    183186    </ClInclude>
     187    <ClInclude Include="..\..\source\Lib\TLibCommon\TComUpsampleFilter.h">
     188      <Filter>Header Files</Filter>
     189    </ClInclude>
    184190  </ItemGroup>
    185191</Project>
  • branches/HM-10.0-dev-SHM/cfg/encoder_intra_main.cfg

    r51 r59  
    11#======== File I/O =====================
    22BitstreamFile                 : str.bin
    3 ReconFile                     : rec.yuv
     3#ReconFile                     : rec.yuv
    44
    55#======== Unit definition ================
     
    1515
    1616#======== Coding Structure =============
    17 IntraPeriod                   : 1           # Period of I-Frame ( -1 = only first)
     17#IntraPeriod                   : 1           # Period of I-Frame ( -1 = only first)
    1818DecodingRefreshType           : 0           # Random Accesss 0:none, 1:CDR, 2:IDR
    1919GOPSize                       : 1           # GOP Size (number of B slice = GOPSize-1)
     
    2828
    2929#======== Quantization =============
    30 QP                            : 32          # Quantization parameter(0-51)
     30#QP                            : 32          # Quantization parameter(0-51)
    3131MaxDeltaQP                    : 0           # CU-based multi-QP optimization
    3232MaxCuDQPDepth                 : 0           # Max depth of a minimum CuDQP for sub-LCU-level delta QP
  • branches/HM-10.0-dev-SHM/cfg/encoder_intra_main10.cfg

    r51 r59  
    11#======== File I/O =====================
    22BitstreamFile                 : str.bin
    3 ReconFile                     : rec.yuv
     3#ReconFile                     : rec.yuv
    44
    55#======== Unit definition ================
     
    1515
    1616#======== Coding Structure =============
    17 IntraPeriod                   : 1           # Period of I-Frame ( -1 = only first)
     17#IntraPeriod                   : 1           # Period of I-Frame ( -1 = only first)
    1818DecodingRefreshType           : 0           # Random Accesss 0:none, 1:CDR, 2:IDR
    1919GOPSize                       : 1           # GOP Size (number of B slice = GOPSize-1)
     
    2828
    2929#======== Quantization =============
    30 QP                            : 32          # Quantization parameter(0-51)
     30#QP                            : 32          # Quantization parameter(0-51)
    3131MaxDeltaQP                    : 0           # CU-based multi-QP optimization
    3232MaxCuDQPDepth                 : 0           # Max depth of a minimum CuDQP for sub-LCU-level delta QP
  • branches/HM-10.0-dev-SHM/cfg/encoder_lowdelay_P_main.cfg

    r51 r59  
    11#======== File I/O =====================
    22BitstreamFile                 : str.bin
    3 ReconFile                     : rec.yuv
     3#ReconFile                     : rec.yuv
    44
    55#======== Unit definition ================
     
    1515
    1616#======== Coding Structure =============
    17 IntraPeriod                   : -1          # Period of I-Frame ( -1 = only first)
     17#IntraPeriod                   : -1          # Period of I-Frame ( -1 = only first)
    1818DecodingRefreshType           : 0           # Random Accesss 0:none, 1:CDR, 2:IDR
    1919GOPSize                       : 4           # GOP Size (number of B slice = GOPSize-1)
     
    3434
    3535#======== Quantization =============
    36 QP                            : 32          # Quantization parameter(0-51)
     36#QP                            : 32          # Quantization parameter(0-51)
    3737MaxDeltaQP                    : 0           # CU-based multi-QP optimization
    3838MaxCuDQPDepth                 : 0           # Max depth of a minimum CuDQP for sub-LCU-level delta QP
  • branches/HM-10.0-dev-SHM/cfg/encoder_lowdelay_P_main10.cfg

    r51 r59  
    11#======== File I/O =====================
    22BitstreamFile                 : str.bin
    3 ReconFile                     : rec.yuv
     3#ReconFile                     : rec.yuv
    44
    55#======== Unit definition ================
     
    1515
    1616#======== Coding Structure =============
    17 IntraPeriod                   : -1          # Period of I-Frame ( -1 = only first)
     17#IntraPeriod                   : -1          # Period of I-Frame ( -1 = only first)
    1818DecodingRefreshType           : 0           # Random Accesss 0:none, 1:CDR, 2:IDR
    1919GOPSize                       : 4           # GOP Size (number of B slice = GOPSize-1)
     
    3434
    3535#======== Quantization =============
    36 QP                            : 32          # Quantization parameter(0-51)
     36#QP                            : 32          # Quantization parameter(0-51)
    3737MaxDeltaQP                    : 0           # CU-based multi-QP optimization
    3838MaxCuDQPDepth                 : 0           # Max depth of a minimum CuDQP for sub-LCU-level delta QP
  • branches/HM-10.0-dev-SHM/cfg/encoder_lowdelay_main.cfg

    r51 r59  
    11#======== File I/O =====================
    22BitstreamFile                 : str.bin
    3 ReconFile                     : rec.yuv
     3#ReconFile                     : rec.yuv
    44
    55#======== Unit definition ================
     
    1515
    1616#======== Coding Structure =============
    17 IntraPeriod                   : -1          # Period of I-Frame ( -1 = only first)
     17#IntraPeriod                   : -1          # Period of I-Frame ( -1 = only first)
    1818DecodingRefreshType           : 0           # Random Accesss 0:none, 1:CDR, 2:IDR
    1919GOPSize                       : 4           # GOP Size (number of B slice = GOPSize-1)
     
    3434
    3535#======== Quantization =============
    36 QP                            : 32          # Quantization parameter(0-51)
     36#QP                            : 32          # Quantization parameter(0-51)
    3737MaxDeltaQP                    : 0           # CU-based multi-QP optimization
    3838MaxCuDQPDepth                 : 0           # Max depth of a minimum CuDQP for sub-LCU-level delta QP
  • branches/HM-10.0-dev-SHM/cfg/encoder_lowdelay_main10.cfg

    r51 r59  
    11#======== File I/O =====================
    22BitstreamFile                 : str.bin
    3 ReconFile                     : rec.yuv
     3#ReconFile                     : rec.yuv
    44
    55#======== Unit definition ================
     
    1515
    1616#======== Coding Structure =============
    17 IntraPeriod                   : -1          # Period of I-Frame ( -1 = only first)
     17#IntraPeriod                   : -1          # Period of I-Frame ( -1 = only first)
    1818DecodingRefreshType           : 0           # Random Accesss 0:none, 1:CDR, 2:IDR
    1919GOPSize                       : 4           # GOP Size (number of B slice = GOPSize-1)
     
    3434
    3535#======== Quantization =============
    36 QP                            : 32          # Quantization parameter(0-51)
     36#QP                            : 32          # Quantization parameter(0-51)
    3737MaxDeltaQP                    : 0           # CU-based multi-QP optimization
    3838MaxCuDQPDepth                 : 0           # Max depth of a minimum CuDQP for sub-LCU-level delta QP
  • branches/HM-10.0-dev-SHM/cfg/encoder_randomaccess_main.cfg

    r51 r59  
    11#======== File I/O =====================
    22BitstreamFile                 : str.bin
    3 ReconFile                     : rec.yuv
     3#ReconFile                     : rec.yuv
    44
    55#======== Unit definition ================
     
    1515
    1616#======== Coding Structure =============
    17 IntraPeriod                   : 32          # Period of I-Frame ( -1 = only first)
     17#IntraPeriod                   : 32          # Period of I-Frame ( -1 = only first)
    1818DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CDR, 2:IDR
    1919GOPSize                       : 8           # GOP Size (number of B slice = GOPSize-1)
     
    3838
    3939#======== Quantization =============
    40 QP                            : 32          # Quantization parameter(0-51)
     40#QP                            : 32          # Quantization parameter(0-51)
    4141MaxDeltaQP                    : 0           # CU-based multi-QP optimization
    4242MaxCuDQPDepth                 : 0           # Max depth of a minimum CuDQP for sub-LCU-level delta QP
  • branches/HM-10.0-dev-SHM/cfg/encoder_randomaccess_main10.cfg

    r51 r59  
    11#======== File I/O =====================
    22BitstreamFile                 : str.bin
    3 ReconFile                     : rec.yuv
     3#ReconFile                     : rec.yuv
    44
    55#======== Unit definition ================
     
    1515
    1616#======== Coding Structure =============
    17 IntraPeriod                   : 32          # Period of I-Frame ( -1 = only first)
     17#IntraPeriod                   : 32          # Period of I-Frame ( -1 = only first)
    1818DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CDR, 2:IDR
    1919GOPSize                       : 8           # GOP Size (number of B slice = GOPSize-1)
     
    3838
    3939#======== Quantization =============
    40 QP                            : 32          # Quantization parameter(0-51)
     40#QP                            : 32          # Quantization parameter(0-51)
    4141MaxDeltaQP                    : 0           # CU-based multi-QP optimization
    4242MaxCuDQPDepth                 : 0           # Max depth of a minimum CuDQP for sub-LCU-level delta QP
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/BQMall.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/BQMall_832x480_60.yuv
     2InputFile                     : O:/BQMall_832x480_60.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 60          # Frame Rate per second
     
    66SourceWidth                   : 832         # Input  frame width
    77SourceHeight                  : 480         # Input  frame height
    8 FramesToBeEncoded              : 600         # Number of frames to be coded
     8FrameToBeEncoded              : 600         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/BQSquare.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/BQSquare_416x240_60.yuv
     2InputFile                     : O:/BQSquare_416x240_60.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 60          # Frame Rate per second
     
    66SourceWidth                   : 416         # Input  frame width
    77SourceHeight                  : 240         # Input  frame height
    8 FramesToBeEncoded              : 600         # Number of frames to be coded
     8FrameToBeEncoded              : 600         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/BQTerrace.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/BQTerrace_1920x1080_60.yuv
     2InputFile                     : O:/BQTerrace_1920x1080_60.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 60          # Frame Rate per second
     
    66SourceWidth                   : 1920        # Input  frame width
    77SourceHeight                  : 1080        # Input  frame height
    8 FramesToBeEncoded              : 600         # Number of frames to be coded
     8FrameToBeEncoded              : 600         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/BasketballDrill.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/BasketballDrill_832x480_50.yuv
     2InputFile                     : O:/BasketballDrill_832x480_50.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 50          # Frame Rate per second
     
    66SourceWidth                   : 832         # Input  frame width
    77SourceHeight                  : 480         # Input  frame height
    8 FramesToBeEncoded              : 500         # Number of frames to be coded
     8FrameToBeEncoded              : 500         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/BasketballDrillText.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : BasketballDrillText_832x480_50.yuv
     2InputFile                     : O:/BasketballDrillText_832x480_50.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 50          # Frame Rate per second
     
    66SourceWidth                   : 832         # Input  frame width
    77SourceHeight                  : 480         # Input  frame height
    8 FramesToBeEncoded              : 500         # Number of frames to be coded
     8FrameToBeEncoded              : 500         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/BasketballDrive.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/BasketballDrive_1920x1080_50.yuv
     2InputFile                     : O:/BasketballDrive_1920x1080_50.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 50          # Frame Rate per second
     
    66SourceWidth                   : 1920        # Input  frame width
    77SourceHeight                  : 1080        # Input  frame height
    8 FramesToBeEncoded              : 500         # Number of frames to be coded
     8FrameToBeEncoded              : 500         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/BasketballPass.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/BasketballPass_416x240_50.yuv
     2InputFile                     : O:/BasketballPass_416x240_50.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 50          # Frame Rate per second
     
    66SourceWidth                   : 416         # Input  frame width
    77SourceHeight                  : 240         # Input  frame height
    8 FramesToBeEncoded              : 500         # Number of frames to be coded
     8FrameToBeEncoded              : 500         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/BlowingBubbles.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/BlowingBubbles_416x240_50.yuv
     2InputFile                     : O:/BlowingBubbles_416x240_50.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 50          # Frame Rate per second
     
    66SourceWidth                   : 416         # Input  frame width
    77SourceHeight                  : 240         # Input  frame height
    8 FramesToBeEncoded              : 500         # Number of frames to be coded
     8FrameToBeEncoded              : 500         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/Cactus.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/Cactus_1920x1080_50.yuv
     2InputFile                     : O:/Cactus_1920x1080_50.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 50          # Frame Rate per second
     
    66SourceWidth                   : 1920        # Input  frame width
    77SourceHeight                  : 1080        # Input  frame height
    8 FramesToBeEncoded              : 500         # Number of frames to be coded
     8FrameToBeEncoded              : 500         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/ChinaSpeed.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ChinaSpeed_1024x768_30.yuv
     2InputFile                     : O:/ChinaSpeed_1024x768_30.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 30          # Frame Rate per second
     
    66SourceWidth                   : 1024        # Input  frame width
    77SourceHeight                  : 768         # Input  frame height
    8 FramesToBeEncoded              : 500         # Number of frames to be coded
     8FrameToBeEncoded              : 500         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/FourPeople.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/FourPeople_1280x720_60.yuv
     2InputFile                     : O:/FourPeople_1280x720_60.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 60          # Frame Rate per second
     
    66SourceWidth                   : 1280        # Input  frame width
    77SourceHeight                  : 720         # Input  frame height
    8 FramesToBeEncoded              : 600         # Number of frames to be coded
     8FrameToBeEncoded              : 600         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/Johnny.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/Johnny_1280x720_60.yuv
     2InputFile                     : O:/Johnny_1280x720_60.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 60          # Frame Rate per second
     
    66SourceWidth                   : 1280        # Input  frame width
    77SourceHeight                  : 720         # Input  frame height
    8 FramesToBeEncoded              : 600         # Number of frames to be coded
     8FrameToBeEncoded              : 600         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/Kimono.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/Kimono1_1920x1080_24.yuv
     2InputFile                     : O:/Kimono1_1920x1080_24.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 24          # Frame Rate per second
     
    66SourceWidth                   : 1920        # Input  frame width
    77SourceHeight                  : 1080        # Input  frame height
    8 FramesToBeEncoded              : 240         # Number of frames to be coded
     8FrameToBeEncoded              : 240         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/KristenAndSara.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/KristenAndSara_1280x720_60.yuv
     2InputFile                     : O:/KristenAndSara_1280x720_60.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 60          # Frame Rate per second
     
    66SourceWidth                   : 1280        # Input  frame width
    77SourceHeight                  : 720         # Input  frame height
    8 FramesToBeEncoded              : 600         # Number of frames to be coded
     8FrameToBeEncoded              : 600         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/NebutaFestival_10bit.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : NebutaFestival_2560x1600_60_10bit_crop.yuv
     2InputFile                     : O:/NebutaFestival_2560x1600_60_10bit_crop.yuv
    33InputBitDepth                 : 10          # Input bitdepth
    44FrameRate                     : 60          # Frame Rate per second
     
    66SourceWidth                   : 2560        # Input  frame width
    77SourceHeight                  : 1600        # Input  frame height
    8 FramesToBeEncoded              : 300         # Number of frames to be coded
     8FrameToBeEncoded              : 300         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/ParkScene.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/ParkScene_1920x1080_24.yuv
     2InputFile                     : O:/ParkScene_1920x1080_24.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 24          # Frame Rate per second
     
    66SourceWidth                   : 1920        # Input  frame width
    77SourceHeight                  : 1080        # Input  frame height
    8 FramesToBeEncoded              : 240         # Number of frames to be coded
     8FrameToBeEncoded              : 240         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/PartyScene.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/PartyScene_832x480_50.yuv
     2InputFile                     : O:/PartyScene_832x480_50.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 50          # Frame Rate per second
     
    66SourceWidth                   : 832         # Input  frame width
    77SourceHeight                  : 480         # Input  frame height
    8 FramesToBeEncoded              : 500         # Number of frames to be coded
     8FrameToBeEncoded              : 500         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/PeopleOnStreet.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/PeopleOnStreet_2560x1600_30_crop.yuv
     2InputFile                     : O:/PeopleOnStreet_2560x1600_30_crop.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 30          # Frame Rate per second
     
    66SourceWidth                   : 2560        # Input  frame width
    77SourceHeight                  : 1600        # Input  frame height
    8 FramesToBeEncoded              : 150         # Number of frames to be coded
     8FrameToBeEncoded              : 150         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/RaceHorses.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/RaceHorses_416x240_30.yuv
     2InputFile                     : O:/RaceHorses_416x240_30.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 30          # Frame Rate per second
     
    66SourceWidth                   : 416         # Input  frame width
    77SourceHeight                  : 240         # Input  frame height
    8 FramesToBeEncoded              : 300         # Number of frames to be coded
     8FrameToBeEncoded              : 300         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/RaceHorsesC.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/RaceHorses_832x480_30.yuv
     2InputFile                     : O:/RaceHorses_832x480_30.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 30          # Frame Rate per second
     
    66SourceWidth                   : 832         # Input  frame width
    77SourceHeight                  : 480         # Input  frame height
    8 FramesToBeEncoded              : 300         # Number of frames to be coded
     8FrameToBeEncoded              : 300         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/SlideEditing.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : SlideEditing_1280x720_30.yuv
     2InputFile                     : O:/SlideEditing_1280x720_30.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 30          # Frame Rate per second
     
    66SourceWidth                   : 1280        # Input  frame width
    77SourceHeight                  : 720         # Input  frame height
    8 FramesToBeEncoded              : 300         # Number of frames to be coded
     8FrameToBeEncoded              : 300         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/SlideShow.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : SlideShow_1280x720_20.yuv
     2InputFile                     : O:/SlideShow_1280x720_20.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 20          # Frame Rate per second
     
    66SourceWidth                   : 1280        # Input  frame width
    77SourceHeight                  : 720         # Input  frame height
    8 FramesToBeEncoded              : 500         # Number of frames to be coded
     8FrameToBeEncoded              : 500         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/SteamLocomotiveTrain_10bit.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : SteamLocomotiveTrain_2560x1600_60_10bit_crop.yuv
     2InputFile                     : O:/SteamLocomotiveTrain_2560x1600_60_10bit_crop.yuv
    33InputBitDepth                 : 10          # Input bitdepth
    44FrameRate                     : 60          # Frame Rate per second
     
    66SourceWidth                   : 2560        # Input  frame width
    77SourceHeight                  : 1600        # Input  frame height
    8 FramesToBeEncoded              : 300         # Number of frames to be coded
     8FrameToBeEncoded              : 300         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/Traffic.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/Traffic_2560x1600_30_crop.yuv
     2InputFile                     : O:/Traffic_2560x1600_30_crop.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 30          # Frame Rate per second
     
    66SourceWidth                   : 2560        # Input  frame width
    77SourceHeight                  : 1600        # Input  frame height
    8 FramesToBeEncoded              : 150         # Number of frames to be coded
     8FrameToBeEncoded              : 150         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/Vidyo1.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/vidyo1_1280x720_60.yuv
     2InputFile                     : O:/vidyo1_1280x720_60.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 60          # Frame Rate per second
     
    66SourceWidth                   : 1280        # Input  frame width
    77SourceHeight                  : 720         # Input  frame height
    8 FramesToBeEncoded              : 600         # Number of frames to be coded
     8FrameToBeEncoded              : 600         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/Vidyo3.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/vidyo3_1280x720_60.yuv
     2InputFile                     : O:/vidyo3_1280x720_60.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 60          # Frame Rate per second
     
    66SourceWidth                   : 1280        # Input  frame width
    77SourceHeight                  : 720         # Input  frame height
    8 FramesToBeEncoded              : 600         # Number of frames to be coded
     8FrameToBeEncoded              : 600         # Number of frames to be coded
  • branches/HM-10.0-dev-SHM/cfg/per-sequence/Vidyo4.cfg

    r51 r59  
    11#======== File I/O ===============
    2 InputFile                     : ../../origCfP/vidyo4_1280x720_60.yuv
     2InputFile                     : O:/vidyo4_1280x720_60.yuv
    33InputBitDepth                 : 8           # Input bitdepth
    44FrameRate                     : 60          # Frame Rate per second
     
    66SourceWidth                   : 1280        # Input  frame width
    77SourceHeight                  : 720         # Input  frame height
    8 FramesToBeEncoded              : 600         # Number of frames to be coded
     8FrameToBeEncoded              : 600         # Number of frames to be coded
Note: See TracChangeset for help on using the changeset viewer.