Remove deblocking arm asm code to common folder, add cpu detect for arm, clean some code.

This commit is contained in:
Licai Guo
2014-02-28 17:08:24 +08:00
parent 0fd9db2878
commit b7a25df13f
12 changed files with 126 additions and 800 deletions

View File

@@ -720,6 +720,7 @@ void DeblockingInit (SDeblockingFunc* pFunc, int32_t iCpu) {
#endif
#if defined(HAVE_NEON)
if ( iCpu & WELS_CPU_NEON )
{
pFunc->pfLumaDeblockingLT4Ver = DeblockLumaLt4V_neon;
pFunc->pfLumaDeblockingEQ4Ver = DeblockLumaEq4V_neon;