Changeset 1430 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.h
- Timestamp:
- 10 Aug 2015, 20:01:28 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.h
r1429 r1430 287 287 #if CGS_3D_ASYMLUT 288 288 Void xDetermine3DAsymLUT( TComSlice * pSlice , TComPic * pCurPic , UInt refLayerIdc , TEncCfg * pCfg , Bool bSignalPPS ); 289 Void downScalePic( TComPicYuv* pcYuvSrc, TComPicYuv* pcYuvDest, BitDepths& bitDepth, Int** posScalingFactor);289 Void downScalePic( TComPicYuv* pcYuvSrc, TComPicYuv* pcYuvDest, BitDepths& bitDepth, const Int posScalingFactorX); 290 290 Void downScaleComponent2x2( const Pel* pSrc, Pel* pDest, const Int iSrcStride, const Int iDestStride, const Int iSrcWidth, const Int iSrcHeight, const Int inputBitDepth, const Int outputBitDepth ); 291 291 inline Short xClip( Short x , Int bitdepth ); 292 Void initDs(Int iWidth, Int iHeight, Int iType, Int** posScalingFactor);292 Void initDs(Int iWidth, Int iHeight, Int iType, const Int posScalingFactorX); 293 293 Void filterImg( Pel *src, Int iSrcStride, Pel *dst, Int iDstStride, Int height1, Int width1, BitDepths& bitDepth, Int plane ); 294 294
Note: See TracChangeset for help on using the changeset viewer.