Commit edcbbf2e authored by hkuang's avatar hkuang Committed by Gerrit Code Review
Browse files

Merge "Fix a bug in neon that has not save and restore q4-q7 registers."

Showing with 2 additions and 0 deletions
...@@ -576,6 +576,7 @@ ...@@ -576,6 +576,7 @@
vld1.s16 {q14,q15}, [r0]! vld1.s16 {q14,q15}, [r0]!
push {r0-r10} push {r0-r10}
vpush {d8-d15}
; transpose the input data ; transpose the input data
TRANSPOSE8X8 TRANSPOSE8X8
...@@ -636,6 +637,7 @@ iadst_iadst ...@@ -636,6 +637,7 @@ iadst_iadst
IADST8X8_1D IADST8X8_1D
end_vp9_iht8x8_64_add_neon end_vp9_iht8x8_64_add_neon
vpop {d8-d15}
pop {r0-r10} pop {r0-r10}
; ROUND_POWER_OF_TWO(temp_out[j], 5) ; ROUND_POWER_OF_TWO(temp_out[j], 5)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment