Fix neon wide loopfilter for filter8 only branch
The current code removed the check to only perform the filter8. Change-Id: Ie54e19a77745042a5660eab986d9ef1c42e82410
This commit is contained in:
parent
02c063797b
commit
b41acbf9bb
@ -439,6 +439,9 @@ v_end
|
|||||||
tst r7, #1
|
tst r7, #1
|
||||||
bxne lr
|
bxne lr
|
||||||
|
|
||||||
|
orrs r5, r5, r6 ; Check for 0
|
||||||
|
orreq r7, r7, #2 ; Only do mbfilter branch
|
||||||
|
|
||||||
; mbfilter flat && mask branch
|
; mbfilter flat && mask branch
|
||||||
; TODO(fgalligan): Can I decrease the cycles shifting to consective d's
|
; TODO(fgalligan): Can I decrease the cycles shifting to consective d's
|
||||||
; and using vibt on the q's?
|
; and using vibt on the q's?
|
||||||
|
Loading…
Reference in New Issue
Block a user