When my android application native code runs on NEON processor I’m taking advantage of the fast NEON assembler instructions to convert yuv420p to rgrb565.
Is there something similar for Tegra processors though?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The ARM SIMD instruction set called NEON is a standard feature on most Cortex-A8 and Cortex-A9 processors. The NVidia Tegra2 does not include NEON, but the Tegra 3 does. There are no other standard instruction set extensions for ARM related to multimedia that matter. Marvel had a MMX variant added to their StrongARM and PXA series while Intel owned them, but they are no longer relevant.