Remove trailing whitespace in the source files
This commit is contained in:
parent
8d31783c17
commit
3dcd458ffd
@ -63,7 +63,7 @@ The codec and demo can be built by
|
||||
|
||||
'make OS=android NDKROOT=**ANDROID_NDK** TARGET= **ANDROID_TARGET**'
|
||||
|
||||
Valid **ANDROID_TARGET** can be found in **ANDROID_SDK**/platforms, such as android-12.
|
||||
Valid **ANDROID_TARGET** can be found in **ANDROID_SDK**/platforms, such as android-12.
|
||||
You can also set ARCH, NDKLEVEL, GCCVERSION according to your device and NDK version.
|
||||
ARCH specifies the architecture of android device. Currently only arm and x86 are supported, the default is arm.
|
||||
NDKLEVEL specifies android api level, the api level can be 12-19, the default is 12.
|
||||
|
@ -36,7 +36,7 @@ LOCAL_C_INCLUDES := \
|
||||
$(LOCAL_PATH)/../../../../processing/interface \
|
||||
$(LOCAL_PATH)/../../../../common/inc
|
||||
|
||||
|
||||
|
||||
#
|
||||
# Compile Flags and Link Libraries
|
||||
#
|
||||
|
@ -172,7 +172,7 @@ void WelsDecoderDefaults (PWelsDecoderContext pCtx) {
|
||||
|
||||
|
||||
/*
|
||||
* get size of reference picture list in target layer incoming, = (iNumRefFrames
|
||||
* get size of reference picture list in target layer incoming, = (iNumRefFrames
|
||||
*/
|
||||
static inline int32_t GetTargetRefListSize (PWelsDecoderContext pCtx) {
|
||||
int32_t iNumRefFrames = 0;
|
||||
|
@ -568,7 +568,7 @@ int32_t ParseSliceHeaderSyntaxs (PWelsDecoderContext pCtx, PBitStringAux pBs, co
|
||||
bool bReadNumRefFlag = (P_SLICE == uiSliceType);
|
||||
if (kbExtensionFlag) {
|
||||
bReadNumRefFlag &= (BASE_QUALITY_ID == pNalHeaderExt->uiQualityId);
|
||||
}
|
||||
}
|
||||
if (bReadNumRefFlag) {
|
||||
WELS_READ_VERIFY (BsGetOneBit (pBs, &uiCode)); //num_ref_idx_active_override_flag
|
||||
pSliceHead->bNumRefIdxActiveOverrideFlag = !!uiCode;
|
||||
|
@ -138,7 +138,7 @@ static inline int32_t HorFilterInput16bit_c (int16_t* pSrc) {
|
||||
int32_t iPix14 = pSrc[-1] + pSrc[2];
|
||||
int32_t iPix23 = pSrc[ 0] + pSrc[1];
|
||||
|
||||
return (iPix05 - (iPix14 * 5)+ (iPix23 * 20));
|
||||
return (iPix05 - (iPix14 * 5)+ (iPix23 * 20));
|
||||
}
|
||||
// h: iOffset=1 / v: iOffset=iSrcStride
|
||||
static inline int32_t FilterInput8bitWithStride_c (const uint8_t* pSrc, const int32_t kiOffset) {
|
||||
|
@ -163,7 +163,7 @@ static void FillDefault (SEncParamExt& param) {
|
||||
param.iLoopFilterDisableIdc = 1; // 0: on, 1: off, 2: on except for slice boundaries
|
||||
param.iLoopFilterAlphaC0Offset = 0; // AlphaOffset: valid range [-6, 6], default 0
|
||||
param.iLoopFilterBetaOffset = 0; // BetaOffset: valid range [-6, 6], default 0
|
||||
|
||||
|
||||
/* Rate Control */
|
||||
param.iRCMode = RC_QUALITY_MODE;
|
||||
param.iPaddingFlag = 0;
|
||||
|
@ -3474,7 +3474,7 @@ int32_t WelsEncoderParamAdjust (sWelsEncCtx** ppCtx, SWelsSvcCodingParam* pNewPa
|
||||
pOldParam->iLoopFilterDisableIdc = pNewParam->iLoopFilterDisableIdc; // 0: on, 1: off, 2: on except for slice boundaries
|
||||
pOldParam->iLoopFilterAlphaC0Offset = pNewParam->iLoopFilterAlphaC0Offset;// AlphaOffset: valid range [-6, 6], default 0
|
||||
pOldParam->iLoopFilterBetaOffset = pNewParam->iLoopFilterBetaOffset; // BetaOffset: valid range [-6, 6], default 0
|
||||
|
||||
|
||||
/* Rate Control */
|
||||
pOldParam->iRCMode = pNewParam->iRCMode;
|
||||
pOldParam->iTargetBitrate = pNewParam->iTargetBitrate; // overall target bitrate introduced in RC module
|
||||
|
@ -66,7 +66,7 @@ static const FileParam kFileParamArray[] = {
|
||||
{"res/test_vd_rc.264", "eea02e97bfec89d0418593a8abaaf55d02eaa1ca"},
|
||||
{"res/Static.264", "91dd4a7a796805b2cd015cae8fd630d96c663f42"},
|
||||
{"res/BA1_FT_C.264", "418d152fb85709b6f172799dcb239038df437cfa"},
|
||||
{"res/BA1_Sony_D.jsv", "d94b5ceed5686a03ea682b53d415dee999d27eb6"},
|
||||
{"res/BA1_Sony_D.jsv", "d94b5ceed5686a03ea682b53d415dee999d27eb6"},
|
||||
{"res/BAMQ1_JVC_C.264", "613cf662c23e5d9e1d7da7fe880a3c427411d171"},
|
||||
{"res/BAMQ2_JVC_C.264", "11bcf3713f520e606a8326d37e00e5fd6c9fd4a0"},
|
||||
{"res/BA_MW_D.264", "afd7a9765961ca241bb4bdf344b31397bec7465a"},
|
||||
@ -74,7 +74,7 @@ static const FileParam kFileParamArray[] = {
|
||||
{"res/BASQP1_Sony_C.jsv", "3986c8c9d2876d2f0748b925101b152c6ec8b811"},
|
||||
{"res/CI1_FT_B.264", "cbfec15e17a504678b19a1191992131c92a1ac26"},
|
||||
{"res/CI_MW_D.264", "289f29a103c8d95adf2909c646466904be8b06d7"},
|
||||
{"res/CVFC1_Sony_C.jsv", "4641abd7419a5580b97f16e83fd1d566339229d0"},
|
||||
{"res/CVFC1_Sony_C.jsv", "4641abd7419a5580b97f16e83fd1d566339229d0"},
|
||||
{"res/CVPCMNL1_SVA_C.264", "c2b0d964de727c64b9fccb58f63b567c82bda95a"},
|
||||
{"res/LS_SVA_D.264", "72118f4d1674cf14e58bed7e67cb3aeed3df62b9"},
|
||||
{"res/MIDR_MW_D.264", "9467030f4786f75644bf06a7fc809c36d1959827"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user