Skip to content
Snippets Groups Projects
Commit 33df6d1f authored by Yunqing Wang's avatar Yunqing Wang
Browse files

Save NEON registers in VP8 NEON functions

The recent compiler can generate optimized code that uses NEON registers
for various operations besides floating-point operations. Therefore,
only saving callee-saved registers d8 - d15 at the beginning of the
encoder/decoder is not enough anymore. This patch added register saving
code in VP8 NEON functions that use those registers.

Change-Id: Ie9e44f5188cf410990c8aaaac68faceee9dffd31
parent 5ba44e37
No related branches found
No related tags found
Loading
Showing
with 162 additions and 49 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment