- 02 Oct, 2013 3 commits
-
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
Change-Id: I4b1c6bb9ff615f5872b96ed07dbf0f5e18e63643
-
Dmitry Kovalev authored
Change-Id: I92fd32476c472e54f52b8d7602a98262b25e6eaf
-
- 01 Oct, 2013 13 commits
-
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
Change-Id: Ib19dabe697656e4d7e8403d91bedca7cd31d36bf
-
Jim Bankoski authored
Change-Id: Icc6a76a5be77f3e19918155bab3998e0aa32ccf5
-
Jim Bankoski authored
Change-Id: I6c4058aebe834e1a12b7a3fb10484b9ebe60b349
-
Jim Bankoski authored
Change-Id: I84209d382ca5dfc537ee533cd792d8caa0e25cee
-
Matthew Heaney authored
-
Matthew Heaney authored
The declaration of the bilinear filters specified an alignment clause in the implementation file but not in the header. This turned out to be harmless, but it did cause linker warnings to be emitted when building on Windows. The (extern) declaration in the header was changed, to match the declaration in the implementation. Change-Id: I44be89b1572fe9a50fa47a42e4db9128c4897b04
-
Yunqing Wang authored
-
Yunqing Wang authored
Interleaved the instructions, reduced register dependency, and prefetched the source data. This improved the decoder speed by 0.6% - 2%. Change-Id: I568067aa0c629b2e58219326899c82aedf7eccca
-
Yaowu Xu authored
near is a key word, changed to use nearmv instead. Change-Id: Ib54438c431b2b2521a62fc7b61a9c127dd7bc01e
-
- 30 Sep, 2013 24 commits
-
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Jingning Han authored
Make encoder skip rectangular partition check in speed 1 and above, when early termination was triggered in partition split. Thanks Guillaume (gmartres@) for catching this issue. This change makes bus_cif at 2000kbps speed 1 runtime goes down from 25612ms to 23438ms (about 9% speed-up), at the expense of -0.235% performance down. Change-Id: I98613fad081a261d30d5fa206f934ca70601c180
-
Dmitry Kovalev authored
Change-Id: I7380a089105f658257bbb3e30a525da168e76952
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
We don't need these functions anymore. The only one which was actually used is vp9_add_constant_residual_32x32. Addition of vp9_short_idct32x32_1_add eliminates this single usage. SSE2 optimized version of vp9_short_idct32x32_1_add will be added in the next patch set, right now it is only C implementation. Now we have all idct functions implemented in a consistent manner. Change-Id: I63df79a13cf62aa2c9360a7a26933c100f9ebda3
-
Jim Bankoski authored
-
Jim Bankoski authored
* changes: fixed cpp lint issue in vp9_postproc_x86 nolintify intrinsic idct file
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
* changes: cpplint issues in vp9_filter.h cpplint issues with onyxc_int.h
-
Jim Bankoski authored
-
Paul Wilkins authored
-
Jim Bankoski authored
-