commit | 6501122f1a3f3be3f739afad6832832f2f97ca29 | [log] [tgz] |
---|---|---|
author | Steinar Midtskogen <stemidts@cisco.com> | Fri Mar 31 20:55:19 2017 +0200 |
committer | Steinar Midtskogen <stemidts@cisco.com> | Fri Mar 31 19:55:08 2017 +0000 |
tree | 51942e62faae7f84000fa48ac80837acd5a34996 | |
parent | 9cf0c9cde7698754c0e07768f9290b5ff3c13341 [diff] |
Improve high bitdepth CLPF SIMD The high bitdepth was a direct translation of the low bit code, but the tricks to keep 9 bit differences saturated within 8 bit are redundant in high bitdepth, so the these were replaced with simpler and more readable code. Change-Id: I0710a1f1b9dcde8039d3dfa0f74cd2ea2b3bae27