]> granicus.if.org Git - libvpx/commit
combine max values and compare once
authorJohann <johannkoenig@google.com>
Fri, 24 Sep 2010 16:03:31 +0000 (12:03 -0400)
committerJohann <johannkoenig@google.com>
Fri, 24 Sep 2010 19:42:50 +0000 (15:42 -0400)
commitf30e8dd7bd8d91b230586ce18ccc1001a6af1a18
tree5143fa588f390858975d3220c786a594338d15b6
parentdbd57c2663ce62a74c5f303ac906bddcc03628b5
combine max values and compare once

previous implementation compared each set of values to limit and then
&'d them together, requiring a compare and & for each value.

this does the accumulation first, requiring only one compare

Change-Id: Ia5e3a1a50e47699c88470b8c41964f92a0dc1323
vp8/common/arm/neon/loopfilterhorizontaledge_uv_neon.asm
vp8/common/arm/neon/loopfilterhorizontaledge_y_neon.asm
vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm
vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm
vp8/common/arm/neon/mbloopfilterhorizontaledge_uv_neon.asm
vp8/common/arm/neon/mbloopfilterhorizontaledge_y_neon.asm
vp8/common/arm/neon/mbloopfilterverticaledge_uv_neon.asm
vp8/common/arm/neon/mbloopfilterverticaledge_y_neon.asm