Index: source/libvpx/vp9/common/arm/neon/vp9_mb_lpf_neon.asm |
=================================================================== |
--- source/libvpx/vp9/common/arm/neon/vp9_mb_lpf_neon.asm (revision 251189) |
+++ source/libvpx/vp9/common/arm/neon/vp9_mb_lpf_neon.asm (working copy) |
@@ -439,6 +439,9 @@ |
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? |