android-riscv64
android-riscv64 copied to clipboard
frameworks/av: optimization
Not sure how important this is, but arm64 has resampler intrinsics in media/libaudioprocessing among other frameworks/av intrinsics.
media/libaudioprocessing/AudioResamplerFirOps.h:#if defined(aarch64) || defined(ARM_NEON) media/libaudioprocessing/AudioResamplerFirProcessNeon.h:#ifndef aarch64 media/libaudioprocessing/AudioResamplerSinc.cpp:#if defined(aarch64) || defined(ARM_NEON) media/libeffects/hapticgenerator/Processors.cpp:#if defined(aarch64) || defined(ARM_NEON) media/libstagefright/colorconversion/ColorConverter.cpp:#if defined(aarch64) || defined(ARM_NEON)