Merge "Fix neon wide loopfilter for filter8 only branch"

This commit is contained in:
Frank Galligan 2014-02-13 09:52:48 -08:00 committed by Gerrit Code Review
commit e5a1b214f7

View File

@ -439,6 +439,9 @@ v_end
tst r7, #1
bxne lr
orrs r5, r5, r6 ; Check for 0
orreq r7, r7, #2 ; Only do mbfilter branch
; mbfilter flat && mask branch
; TODO(fgalligan): Can I decrease the cycles shifting to consective d's
; and using vibt on the q's?