- Timestamp:
- 5 Mar 2013, 02:50:02 (12 years ago)
- 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 29 29 $(OBJ_DIR)/encmain.o \ 30 30 $(OBJ_DIR)/TAppEncCfg.o \ 31 $(OBJ_DIR)/TAppEncLayerCfg.o \ 31 32 $(OBJ_DIR)/TAppEncTop.o \ 32 33 -
branches/HM-10.0-dev-SHM/build/linux/lib/TLibCommon/makefile
r51 r59 57 57 $(OBJ_DIR)/TComWeightPrediction.o \ 58 58 $(OBJ_DIR)/TComRdCostWeightPrediction.o \ 59 $(OBJ_DIR)/TComUpsampleFilter.o \ 59 60 60 61 LIBS = -lpthread -
branches/HM-10.0-dev-SHM/build/vc10/TAppEncoder_vc10.vcxproj
r51 r59 170 170 <ClCompile Include="..\..\source\App\TAppEncoder\encmain.cpp" /> 171 171 <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncCfg.cpp" /> 172 <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncLayerCfg.cpp" /> 172 173 <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncTop.cpp" /> 173 174 </ItemGroup> 174 175 <ItemGroup> 175 176 <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncCfg.h" /> 177 <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncLayerCfg.h" /> 176 178 <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncTop.h" /> 177 179 </ItemGroup> -
branches/HM-10.0-dev-SHM/build/vc10/TAppEncoder_vc10.vcxproj.filters
r51 r59 25 25 <Filter>Source Files</Filter> 26 26 </ClCompile> 27 <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncLayerCfg.cpp"> 28 <Filter>Source Files</Filter> 29 </ClCompile> 27 30 </ItemGroup> 28 31 <ItemGroup> … … 33 36 <Filter>Header Files</Filter> 34 37 </ClInclude> 38 <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncLayerCfg.h"> 39 <Filter>Header Files</Filter> 40 </ClInclude> 35 41 </ItemGroup> 36 42 </Project> -
branches/HM-10.0-dev-SHM/build/vc10/TLibCommon_vc10.vcxproj
r51 r59 166 166 <ClCompile Include="..\..\source\Lib\TLibCommon\TComSlice.cpp" /> 167 167 <ClCompile Include="..\..\source\Lib\TLibCommon\TComTrQuant.cpp" /> 168 <ClCompile Include="..\..\source\Lib\TLibCommon\TComUpsampleFilter.cpp" /> 168 169 <ClCompile Include="..\..\source\Lib\TLibCommon\TComWeightPrediction.cpp" /> 169 170 <ClCompile Include="..\..\source\Lib\TLibCommon\TComYuv.cpp" /> … … 199 200 <ClInclude Include="..\..\source\Lib\TLibCommon\TComSlice.h" /> 200 201 <ClInclude Include="..\..\source\Lib\TLibCommon\TComTrQuant.h" /> 202 <ClInclude Include="..\..\source\Lib\TLibCommon\TComUpsampleFilter.h" /> 201 203 <ClInclude Include="..\..\source\Lib\TLibCommon\TComWeightPrediction.h" /> 202 204 <ClInclude Include="..\..\source\Lib\TLibCommon\TComYuv.h" /> -
branches/HM-10.0-dev-SHM/build/vc10/TLibCommon_vc10.vcxproj.filters
r51 r59 82 82 </ClCompile> 83 83 <ClCompile Include="..\..\source\Lib\TLibCommon\TComYuv.cpp"> 84 <Filter>Source Files</Filter> 85 </ClCompile> 86 <ClCompile Include="..\..\source\Lib\TLibCommon\TComUpsampleFilter.cpp"> 84 87 <Filter>Source Files</Filter> 85 88 </ClCompile> … … 182 185 <Filter>Header Files</Filter> 183 186 </ClInclude> 187 <ClInclude Include="..\..\source\Lib\TLibCommon\TComUpsampleFilter.h"> 188 <Filter>Header Files</Filter> 189 </ClInclude> 184 190 </ItemGroup> 185 191 </Project> -
branches/HM-10.0-dev-SHM/cfg/encoder_intra_main.cfg
r51 r59 1 1 #======== File I/O ===================== 2 2 BitstreamFile : str.bin 3 ReconFile : rec.yuv3 #ReconFile : rec.yuv 4 4 5 5 #======== Unit definition ================ … … 15 15 16 16 #======== Coding Structure ============= 17 IntraPeriod : 1 # Period of I-Frame ( -1 = only first)17 #IntraPeriod : 1 # Period of I-Frame ( -1 = only first) 18 18 DecodingRefreshType : 0 # Random Accesss 0:none, 1:CDR, 2:IDR 19 19 GOPSize : 1 # GOP Size (number of B slice = GOPSize-1) … … 28 28 29 29 #======== Quantization ============= 30 QP : 32 # Quantization parameter(0-51)30 #QP : 32 # Quantization parameter(0-51) 31 31 MaxDeltaQP : 0 # CU-based multi-QP optimization 32 32 MaxCuDQPDepth : 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 1 1 #======== File I/O ===================== 2 2 BitstreamFile : str.bin 3 ReconFile : rec.yuv3 #ReconFile : rec.yuv 4 4 5 5 #======== Unit definition ================ … … 15 15 16 16 #======== Coding Structure ============= 17 IntraPeriod : 1 # Period of I-Frame ( -1 = only first)17 #IntraPeriod : 1 # Period of I-Frame ( -1 = only first) 18 18 DecodingRefreshType : 0 # Random Accesss 0:none, 1:CDR, 2:IDR 19 19 GOPSize : 1 # GOP Size (number of B slice = GOPSize-1) … … 28 28 29 29 #======== Quantization ============= 30 QP : 32 # Quantization parameter(0-51)30 #QP : 32 # Quantization parameter(0-51) 31 31 MaxDeltaQP : 0 # CU-based multi-QP optimization 32 32 MaxCuDQPDepth : 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 1 1 #======== File I/O ===================== 2 2 BitstreamFile : str.bin 3 ReconFile : rec.yuv3 #ReconFile : rec.yuv 4 4 5 5 #======== Unit definition ================ … … 15 15 16 16 #======== Coding Structure ============= 17 IntraPeriod : -1 # Period of I-Frame ( -1 = only first)17 #IntraPeriod : -1 # Period of I-Frame ( -1 = only first) 18 18 DecodingRefreshType : 0 # Random Accesss 0:none, 1:CDR, 2:IDR 19 19 GOPSize : 4 # GOP Size (number of B slice = GOPSize-1) … … 34 34 35 35 #======== Quantization ============= 36 QP : 32 # Quantization parameter(0-51)36 #QP : 32 # Quantization parameter(0-51) 37 37 MaxDeltaQP : 0 # CU-based multi-QP optimization 38 38 MaxCuDQPDepth : 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 1 1 #======== File I/O ===================== 2 2 BitstreamFile : str.bin 3 ReconFile : rec.yuv3 #ReconFile : rec.yuv 4 4 5 5 #======== Unit definition ================ … … 15 15 16 16 #======== Coding Structure ============= 17 IntraPeriod : -1 # Period of I-Frame ( -1 = only first)17 #IntraPeriod : -1 # Period of I-Frame ( -1 = only first) 18 18 DecodingRefreshType : 0 # Random Accesss 0:none, 1:CDR, 2:IDR 19 19 GOPSize : 4 # GOP Size (number of B slice = GOPSize-1) … … 34 34 35 35 #======== Quantization ============= 36 QP : 32 # Quantization parameter(0-51)36 #QP : 32 # Quantization parameter(0-51) 37 37 MaxDeltaQP : 0 # CU-based multi-QP optimization 38 38 MaxCuDQPDepth : 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 1 1 #======== File I/O ===================== 2 2 BitstreamFile : str.bin 3 ReconFile : rec.yuv3 #ReconFile : rec.yuv 4 4 5 5 #======== Unit definition ================ … … 15 15 16 16 #======== Coding Structure ============= 17 IntraPeriod : -1 # Period of I-Frame ( -1 = only first)17 #IntraPeriod : -1 # Period of I-Frame ( -1 = only first) 18 18 DecodingRefreshType : 0 # Random Accesss 0:none, 1:CDR, 2:IDR 19 19 GOPSize : 4 # GOP Size (number of B slice = GOPSize-1) … … 34 34 35 35 #======== Quantization ============= 36 QP : 32 # Quantization parameter(0-51)36 #QP : 32 # Quantization parameter(0-51) 37 37 MaxDeltaQP : 0 # CU-based multi-QP optimization 38 38 MaxCuDQPDepth : 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 1 1 #======== File I/O ===================== 2 2 BitstreamFile : str.bin 3 ReconFile : rec.yuv3 #ReconFile : rec.yuv 4 4 5 5 #======== Unit definition ================ … … 15 15 16 16 #======== Coding Structure ============= 17 IntraPeriod : -1 # Period of I-Frame ( -1 = only first)17 #IntraPeriod : -1 # Period of I-Frame ( -1 = only first) 18 18 DecodingRefreshType : 0 # Random Accesss 0:none, 1:CDR, 2:IDR 19 19 GOPSize : 4 # GOP Size (number of B slice = GOPSize-1) … … 34 34 35 35 #======== Quantization ============= 36 QP : 32 # Quantization parameter(0-51)36 #QP : 32 # Quantization parameter(0-51) 37 37 MaxDeltaQP : 0 # CU-based multi-QP optimization 38 38 MaxCuDQPDepth : 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 1 1 #======== File I/O ===================== 2 2 BitstreamFile : str.bin 3 ReconFile : rec.yuv3 #ReconFile : rec.yuv 4 4 5 5 #======== Unit definition ================ … … 15 15 16 16 #======== Coding Structure ============= 17 IntraPeriod : 32 # Period of I-Frame ( -1 = only first)17 #IntraPeriod : 32 # Period of I-Frame ( -1 = only first) 18 18 DecodingRefreshType : 1 # Random Accesss 0:none, 1:CDR, 2:IDR 19 19 GOPSize : 8 # GOP Size (number of B slice = GOPSize-1) … … 38 38 39 39 #======== Quantization ============= 40 QP : 32 # Quantization parameter(0-51)40 #QP : 32 # Quantization parameter(0-51) 41 41 MaxDeltaQP : 0 # CU-based multi-QP optimization 42 42 MaxCuDQPDepth : 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 1 1 #======== File I/O ===================== 2 2 BitstreamFile : str.bin 3 ReconFile : rec.yuv3 #ReconFile : rec.yuv 4 4 5 5 #======== Unit definition ================ … … 15 15 16 16 #======== Coding Structure ============= 17 IntraPeriod : 32 # Period of I-Frame ( -1 = only first)17 #IntraPeriod : 32 # Period of I-Frame ( -1 = only first) 18 18 DecodingRefreshType : 1 # Random Accesss 0:none, 1:CDR, 2:IDR 19 19 GOPSize : 8 # GOP Size (number of B slice = GOPSize-1) … … 38 38 39 39 #======== Quantization ============= 40 QP : 32 # Quantization parameter(0-51)40 #QP : 32 # Quantization parameter(0-51) 41 41 MaxDeltaQP : 0 # CU-based multi-QP optimization 42 42 MaxCuDQPDepth : 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 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/BQMall_832x480_60.yuv2 InputFile : O:/BQMall_832x480_60.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 60 # Frame Rate per second … … 6 6 SourceWidth : 832 # Input frame width 7 7 SourceHeight : 480 # Input frame height 8 Frame sToBeEncoded : 600 # Number of frames to be coded8 FrameToBeEncoded : 600 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/BQSquare.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/BQSquare_416x240_60.yuv2 InputFile : O:/BQSquare_416x240_60.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 60 # Frame Rate per second … … 6 6 SourceWidth : 416 # Input frame width 7 7 SourceHeight : 240 # Input frame height 8 Frame sToBeEncoded : 600 # Number of frames to be coded8 FrameToBeEncoded : 600 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/BQTerrace.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/BQTerrace_1920x1080_60.yuv2 InputFile : O:/BQTerrace_1920x1080_60.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 60 # Frame Rate per second … … 6 6 SourceWidth : 1920 # Input frame width 7 7 SourceHeight : 1080 # Input frame height 8 Frame sToBeEncoded : 600 # Number of frames to be coded8 FrameToBeEncoded : 600 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/BasketballDrill.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/BasketballDrill_832x480_50.yuv2 InputFile : O:/BasketballDrill_832x480_50.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 50 # Frame Rate per second … … 6 6 SourceWidth : 832 # Input frame width 7 7 SourceHeight : 480 # Input frame height 8 Frame sToBeEncoded : 500 # Number of frames to be coded8 FrameToBeEncoded : 500 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/BasketballDrillText.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : BasketballDrillText_832x480_50.yuv2 InputFile : O:/BasketballDrillText_832x480_50.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 50 # Frame Rate per second … … 6 6 SourceWidth : 832 # Input frame width 7 7 SourceHeight : 480 # Input frame height 8 Frame sToBeEncoded : 500 # Number of frames to be coded8 FrameToBeEncoded : 500 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/BasketballDrive.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/BasketballDrive_1920x1080_50.yuv2 InputFile : O:/BasketballDrive_1920x1080_50.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 50 # Frame Rate per second … … 6 6 SourceWidth : 1920 # Input frame width 7 7 SourceHeight : 1080 # Input frame height 8 Frame sToBeEncoded : 500 # Number of frames to be coded8 FrameToBeEncoded : 500 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/BasketballPass.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/BasketballPass_416x240_50.yuv2 InputFile : O:/BasketballPass_416x240_50.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 50 # Frame Rate per second … … 6 6 SourceWidth : 416 # Input frame width 7 7 SourceHeight : 240 # Input frame height 8 Frame sToBeEncoded : 500 # Number of frames to be coded8 FrameToBeEncoded : 500 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/BlowingBubbles.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/BlowingBubbles_416x240_50.yuv2 InputFile : O:/BlowingBubbles_416x240_50.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 50 # Frame Rate per second … … 6 6 SourceWidth : 416 # Input frame width 7 7 SourceHeight : 240 # Input frame height 8 Frame sToBeEncoded : 500 # Number of frames to be coded8 FrameToBeEncoded : 500 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/Cactus.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/Cactus_1920x1080_50.yuv2 InputFile : O:/Cactus_1920x1080_50.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 50 # Frame Rate per second … … 6 6 SourceWidth : 1920 # Input frame width 7 7 SourceHeight : 1080 # Input frame height 8 Frame sToBeEncoded : 500 # Number of frames to be coded8 FrameToBeEncoded : 500 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/ChinaSpeed.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ChinaSpeed_1024x768_30.yuv2 InputFile : O:/ChinaSpeed_1024x768_30.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 30 # Frame Rate per second … … 6 6 SourceWidth : 1024 # Input frame width 7 7 SourceHeight : 768 # Input frame height 8 Frame sToBeEncoded : 500 # Number of frames to be coded8 FrameToBeEncoded : 500 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/FourPeople.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/FourPeople_1280x720_60.yuv2 InputFile : O:/FourPeople_1280x720_60.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 60 # Frame Rate per second … … 6 6 SourceWidth : 1280 # Input frame width 7 7 SourceHeight : 720 # Input frame height 8 Frame sToBeEncoded : 600 # Number of frames to be coded8 FrameToBeEncoded : 600 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/Johnny.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/Johnny_1280x720_60.yuv2 InputFile : O:/Johnny_1280x720_60.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 60 # Frame Rate per second … … 6 6 SourceWidth : 1280 # Input frame width 7 7 SourceHeight : 720 # Input frame height 8 Frame sToBeEncoded : 600 # Number of frames to be coded8 FrameToBeEncoded : 600 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/Kimono.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/Kimono1_1920x1080_24.yuv2 InputFile : O:/Kimono1_1920x1080_24.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 24 # Frame Rate per second … … 6 6 SourceWidth : 1920 # Input frame width 7 7 SourceHeight : 1080 # Input frame height 8 Frame sToBeEncoded : 240 # Number of frames to be coded8 FrameToBeEncoded : 240 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/KristenAndSara.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/KristenAndSara_1280x720_60.yuv2 InputFile : O:/KristenAndSara_1280x720_60.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 60 # Frame Rate per second … … 6 6 SourceWidth : 1280 # Input frame width 7 7 SourceHeight : 720 # Input frame height 8 Frame sToBeEncoded : 600 # Number of frames to be coded8 FrameToBeEncoded : 600 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/NebutaFestival_10bit.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : NebutaFestival_2560x1600_60_10bit_crop.yuv2 InputFile : O:/NebutaFestival_2560x1600_60_10bit_crop.yuv 3 3 InputBitDepth : 10 # Input bitdepth 4 4 FrameRate : 60 # Frame Rate per second … … 6 6 SourceWidth : 2560 # Input frame width 7 7 SourceHeight : 1600 # Input frame height 8 Frame sToBeEncoded : 300 # Number of frames to be coded8 FrameToBeEncoded : 300 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/ParkScene.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/ParkScene_1920x1080_24.yuv2 InputFile : O:/ParkScene_1920x1080_24.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 24 # Frame Rate per second … … 6 6 SourceWidth : 1920 # Input frame width 7 7 SourceHeight : 1080 # Input frame height 8 Frame sToBeEncoded : 240 # Number of frames to be coded8 FrameToBeEncoded : 240 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/PartyScene.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/PartyScene_832x480_50.yuv2 InputFile : O:/PartyScene_832x480_50.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 50 # Frame Rate per second … … 6 6 SourceWidth : 832 # Input frame width 7 7 SourceHeight : 480 # Input frame height 8 Frame sToBeEncoded : 500 # Number of frames to be coded8 FrameToBeEncoded : 500 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/PeopleOnStreet.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/PeopleOnStreet_2560x1600_30_crop.yuv2 InputFile : O:/PeopleOnStreet_2560x1600_30_crop.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 30 # Frame Rate per second … … 6 6 SourceWidth : 2560 # Input frame width 7 7 SourceHeight : 1600 # Input frame height 8 Frame sToBeEncoded : 150 # Number of frames to be coded8 FrameToBeEncoded : 150 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/RaceHorses.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/RaceHorses_416x240_30.yuv2 InputFile : O:/RaceHorses_416x240_30.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 30 # Frame Rate per second … … 6 6 SourceWidth : 416 # Input frame width 7 7 SourceHeight : 240 # Input frame height 8 Frame sToBeEncoded : 300 # Number of frames to be coded8 FrameToBeEncoded : 300 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/RaceHorsesC.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/RaceHorses_832x480_30.yuv2 InputFile : O:/RaceHorses_832x480_30.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 30 # Frame Rate per second … … 6 6 SourceWidth : 832 # Input frame width 7 7 SourceHeight : 480 # Input frame height 8 Frame sToBeEncoded : 300 # Number of frames to be coded8 FrameToBeEncoded : 300 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/SlideEditing.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : SlideEditing_1280x720_30.yuv2 InputFile : O:/SlideEditing_1280x720_30.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 30 # Frame Rate per second … … 6 6 SourceWidth : 1280 # Input frame width 7 7 SourceHeight : 720 # Input frame height 8 Frame sToBeEncoded : 300 # Number of frames to be coded8 FrameToBeEncoded : 300 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/SlideShow.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : SlideShow_1280x720_20.yuv2 InputFile : O:/SlideShow_1280x720_20.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 20 # Frame Rate per second … … 6 6 SourceWidth : 1280 # Input frame width 7 7 SourceHeight : 720 # Input frame height 8 Frame sToBeEncoded : 500 # Number of frames to be coded8 FrameToBeEncoded : 500 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/SteamLocomotiveTrain_10bit.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : SteamLocomotiveTrain_2560x1600_60_10bit_crop.yuv2 InputFile : O:/SteamLocomotiveTrain_2560x1600_60_10bit_crop.yuv 3 3 InputBitDepth : 10 # Input bitdepth 4 4 FrameRate : 60 # Frame Rate per second … … 6 6 SourceWidth : 2560 # Input frame width 7 7 SourceHeight : 1600 # Input frame height 8 Frame sToBeEncoded : 300 # Number of frames to be coded8 FrameToBeEncoded : 300 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/Traffic.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/Traffic_2560x1600_30_crop.yuv2 InputFile : O:/Traffic_2560x1600_30_crop.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 30 # Frame Rate per second … … 6 6 SourceWidth : 2560 # Input frame width 7 7 SourceHeight : 1600 # Input frame height 8 Frame sToBeEncoded : 150 # Number of frames to be coded8 FrameToBeEncoded : 150 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/Vidyo1.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/vidyo1_1280x720_60.yuv2 InputFile : O:/vidyo1_1280x720_60.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 60 # Frame Rate per second … … 6 6 SourceWidth : 1280 # Input frame width 7 7 SourceHeight : 720 # Input frame height 8 Frame sToBeEncoded : 600 # Number of frames to be coded8 FrameToBeEncoded : 600 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/Vidyo3.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/vidyo3_1280x720_60.yuv2 InputFile : O:/vidyo3_1280x720_60.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 60 # Frame Rate per second … … 6 6 SourceWidth : 1280 # Input frame width 7 7 SourceHeight : 720 # Input frame height 8 Frame sToBeEncoded : 600 # Number of frames to be coded8 FrameToBeEncoded : 600 # Number of frames to be coded -
branches/HM-10.0-dev-SHM/cfg/per-sequence/Vidyo4.cfg
r51 r59 1 1 #======== File I/O =============== 2 InputFile : ../../origCfP/vidyo4_1280x720_60.yuv2 InputFile : O:/vidyo4_1280x720_60.yuv 3 3 InputBitDepth : 8 # Input bitdepth 4 4 FrameRate : 60 # Frame Rate per second … … 6 6 SourceWidth : 1280 # Input frame width 7 7 SourceHeight : 720 # Input frame height 8 Frame sToBeEncoded : 600 # Number of frames to be coded8 FrameToBeEncoded : 600 # Number of frames to be coded
Note: See TracChangeset for help on using the changeset viewer.