I am running the vp8/vp9 SW codec with the webrtc demo on android ARM 64-bit processor (A53 and A57).
I would like to know build settings to enable arm neon/instrinsic, and multithreading for the SW VP8/VP9 codec.
I have webrtc branch /branch-heads/41, and libvpx commit:
I am building webrtc with commands:
. build/android/envsetup.sh
export GYP_DEFINES="build_with_libjingle=1 build_with_chromium=0 libjingle_java=1 OS=android $GYP_DEFINES"
ninja -C out/Release
WebRTCDemo-debug.apk is used for this test. With the above build settings, are all vp8/vp9 optimizations (arm neon, instrinsic, multi-threading)
enabled for ARm 64-bit processor (A53, A57) on Android? If not, what changes do I need to make?
Paul.