Fix a mismatched ifdef comment
This is an ifdef block for HAVE_NEON.
This commit is contained in:
parent
447d7e19c9
commit
2bce50283f
@ -73,7 +73,7 @@ void CVAACalculation::InitVaaFuncs (SVaaFuncs& sVaaFuncs, int32_t iCpuFlag) {
|
||||
sVaaFuncs.pfVAACalcSadSsdBgd = VAACalcSadSsdBgd_neon;
|
||||
sVaaFuncs.pfVAACalcSadVar = VAACalcSadVar_neon;
|
||||
}
|
||||
#endif//X86_ASM
|
||||
#endif//HAVE_NEON
|
||||
}
|
||||
|
||||
EResult CVAACalculation::Process (int32_t iType, SPixMap* pSrcPixMap, SPixMap* pRefPixMap) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user