Changeset 574 in SHVCSoftware for branches/SHM-5.0-dev/cfg
- Timestamp:
- 28 Jan 2014, 19:40:20 (11 years ago)
- Location:
- branches/SHM-5.0-dev/cfg
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/cfg/encoder_intra_he10.cfg
r494 r574 44 44 #=========== Misc. ============ 45 45 #InternalBitDepth : 10 # codec operating bit-depth 46 InternalBitDepth0 : 10 # codec operating bit-depth for layer 047 InternalBitDepth1 : 10 # codec operating bit-depth for layer 148 46 49 47 #=========== Coding Tools ================= -
branches/SHM-5.0-dev/cfg/encoder_intra_main.cfg
r494 r574 49 49 #=========== Misc. ============ 50 50 #InternalBitDepth : 8 # codec operating bit-depth 51 InternalBitDepth0 : 8 # codec operating bit-depth for layer 052 InternalBitDepth1 : 8 # codec operating bit-depth for layer 153 51 54 52 #=========== Coding Tools ================= -
branches/SHM-5.0-dev/cfg/encoder_intra_main10.cfg
r494 r574 49 49 #=========== Misc. ============ 50 50 #InternalBitDepth : 10 # codec operating bit-depth 51 InternalBitDepth0 : 10 # codec operating bit-depth for layer 052 InternalBitDepth1 : 10 # codec operating bit-depth for layer 153 51 54 52 #=========== Coding Tools ================= -
branches/SHM-5.0-dev/cfg/encoder_lowdelay_P_he10.cfg
r494 r574 51 51 #=========== Misc. ============ 52 52 #InternalBitDepth : 10 # internal bit-depth = BitDepth + BitIncrement 53 InternalBitDepth0 : 10 # codec operating bit-depth for layer 054 InternalBitDepth1 : 10 # codec operating bit-depth for layer 155 53 56 54 #=========== Coding Tools ================= -
branches/SHM-5.0-dev/cfg/encoder_lowdelay_P_main.cfg
r494 r574 54 54 #=========== Misc. ============ 55 55 #InternalBitDepth : 8 # codec operating bit-depth 56 InternalBitDepth0 : 8 # codec operating bit-depth for layer 057 InternalBitDepth1 : 8 # codec operating bit-depth for layer 158 56 59 57 #=========== Coding Tools ================= -
branches/SHM-5.0-dev/cfg/encoder_lowdelay_P_main10.cfg
r494 r574 56 56 #=========== Misc. ============ 57 57 #InternalBitDepth : 10 # codec operating bit-depth 58 InternalBitDepth0 : 10 # codec operating bit-depth for layer 059 InternalBitDepth1 : 10 # codec operating bit-depth for layer 160 58 61 59 #=========== Coding Tools ================= -
branches/SHM-5.0-dev/cfg/encoder_lowdelay_he10.cfg
r494 r574 49 49 #=========== Misc. ============ 50 50 #InternalBitDepth : 10 # codec operating bit-depth 51 InternalBitDepth0 : 10 # codec operating bit-depth for layer 052 InternalBitDepth1 : 10 # codec operating bit-depth for layer 153 51 54 52 #=========== Coding Tools ================= -
branches/SHM-5.0-dev/cfg/encoder_lowdelay_main.cfg
r494 r574 54 54 #=========== Misc. ============ 55 55 #InternalBitDepth : 8 # codec operating bit-depth 56 InternalBitDepth0 : 8 # codec operating bit-depth for layer 057 InternalBitDepth1 : 8 # codec operating bit-depth for layer 158 56 59 57 #=========== Coding Tools ================= -
branches/SHM-5.0-dev/cfg/encoder_lowdelay_main10.cfg
r494 r574 54 54 #=========== Misc. ============ 55 55 #InternalBitDepth : 10 # codec operating bit-depth 56 InternalBitDepth0 : 10 # codec operating bit-depth for layer 057 InternalBitDepth1 : 10 # codec operating bit-depth for layer 158 56 59 57 #=========== Coding Tools ================= -
branches/SHM-5.0-dev/cfg/encoder_randomaccess_he10.cfg
r494 r574 54 54 #=========== Misc. ============ 55 55 #InternalBitDepth : 10 # codec operating bit-depth 56 InternalBitDepth0 : 10 # codec operating bit-depth for layer 057 InternalBitDepth1 : 10 # codec operating bit-depth for layer 158 56 59 57 #=========== Coding Tools ================= -
branches/SHM-5.0-dev/cfg/encoder_randomaccess_main.cfg
r494 r574 57 57 #=========== Misc. ============ 58 58 #InternalBitDepth : 8 # codec operating bit-depth 59 InternalBitDepth0 : 8 # codec operating bit-depth for layer 060 InternalBitDepth1 : 8 # codec operating bit-depth for layer 161 59 62 60 #=========== Coding Tools ================= -
branches/SHM-5.0-dev/cfg/encoder_randomaccess_main10.cfg
r494 r574 57 57 #=========== Misc. ============ 58 58 #InternalBitDepth : 10 # codec operating bit-depth 59 InternalBitDepth0 : 10 # codec operating bit-depth for layer 060 InternalBitDepth1 : 10 # codec operating bit-depth for layer 161 59 62 60 #=========== Coding Tools ================= -
branches/SHM-5.0-dev/cfg/layers.cfg
r540 r574 9 9 CrossLayerPictureTypeAlignFlag: 1 # Picture type alignment across layers 10 10 CrossLayerIrapAlignFlag : 1 # Align IRAP across layers 11 InterLayerWeightedPred : 0 # enable IL WP parameters estimation at encoder 12 11 13 #============= LAYER 0 ================== 12 14 QP0 : 22 13 15 MaxTidIlRefPicsPlus10 : 1 # max_tid_il_ref_pics_plus1 for layer0 16 InternalBitDepth0 : 8 # codec operating bit-depth for layer 0 14 17 #============ Rate Control ============== 15 18 RateControl0 : 0 # Rate control: enable rate control for layer 0 … … 24 27 #============= LAYER 1 ================== 25 28 QP1 : 20 29 InternalBitDepth1 : 8 # codec operating bit-depth for layer 1 26 30 NumSamplePredRefLayers1 : 1 # number of sample pred reference layers 27 31 SamplePredRefLayerIds1 : 0 # reference layer id -
branches/SHM-5.0-dev/cfg/layers_avcbase.cfg
r540 r574 6 6 CrossLayerPictureTypeAlignFlag: 0 # Picture type alignment across layers 7 7 CrossLayerIrapAlignFlag : 0 # Align IRAP across layers 8 InterLayerWeightedPred : 0 # enable IL WP parameters estimation at encoder 8 9 #============= LAYER 0 ================== 9 10 QP0 : 22 11 InternalBitDepth0 : 8 # codec operating bit-depth for layer 0 10 12 11 13 #============ Rate Control ============== … … 21 23 #============= LAYER 1 ================== 22 24 QP1 : 20 25 InternalBitDepth0 : 8 # codec operating bit-depth for layer 0 23 26 NumSamplePredRefLayers1 : 1 # number of sample pred reference layers 24 27 SamplePredRefLayerIds1 : 0 # reference layer id
Note: See TracChangeset for help on using the changeset viewer.