commit | 35bc02c6eb22602997d9c8aebeb46ef588266cc4 | [log] [tgz] |
---|---|---|
author | Yunqing Wang <yunqingwang@google.com> | Tue Feb 26 16:27:41 2013 -0800 |
committer | Yunqing Wang <yunqingwang@google.com> | Tue Feb 26 17:16:13 2013 -0800 |
tree | 54ab06054f3f5bcef8f214b00fe448c4da19af46 | |
parent | 9770d564f4984e6a0d3cfdfb7e5b8bc83f52dccf [diff] |
Optimize vp9_dc_only_idct_add_c function Wrote SSE2 version of vp9_dc_only_idct_add_c function. In order to improve performance, clipped the absolute diff values to [0, 255]. This allowed us to keep the additions/subtractions in 8 bits. Test showed an over 2% decoder performance increase. Change-Id: Ie1a236d23d207e4ffcd1fc9f3d77462a9c7fe09d