Changeset 532 in SHVCSoftware for branches/SHM-4.1-dev/source/Lib/TLibEncoder/TEncSlice.h
- Timestamp:
- 2 Jan 2014, 07:21:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.1-dev/source/Lib/TLibEncoder/TEncSlice.h
r494 r532 131 131 #endif 132 132 133 #if RATE_CONTROL_LAMBDA_DOMAIN134 133 Void resetQP ( TComPic* pic, Int sliceQP, Double lambda ); 135 #else136 Void xLamdaRecalculation ( Int changeQP, Int idGOP, Int depth, SliceType eSliceType, TComSPS* pcSPS, TComSlice* pcSlice);137 #endif138 134 // compress and encode slice 139 135 Void precompressSlice ( TComPic*& rpcPic ); ///< precompress slice for multi-loop opt. 140 136 Void compressSlice ( TComPic*& rpcPic ); ///< analysis stage of slice 141 #if RATE_CONTROL_INTRA142 137 Void calCostSliceI ( TComPic*& rpcPic ); 143 #endif144 138 Void encodeSlice ( TComPic*& rpcPic, TComOutputBitstream* pcSubstreams ); 145 139
Note: See TracChangeset for help on using the changeset viewer.