- 15 Dec, 2014 3 commits
-
-
Frank Galligan authored
This reverts commit 91471d6a. Fixes the compile issues if post_proc is enabled. Change-Id: Ib40a15ce2c194f9b5adfa65a17ab01ddf60f5a59
-
James Zern authored
-
Paul Wilkins authored
Fails to compile. Bad calls to vp9_alloc_frame_buffer and vp9_realloc_frame_buffer in postproc.c This reverts commit 399823b6. Change-Id: I29f0e173f8e185d3a303cfdb17813e1eccb51e3a
-
- 13 Dec, 2014 7 commits
-
-
hkuang authored
-
James Zern authored
Change-Id: I84492f68752321f0266141666e2672ed2da5f509
-
James Zern authored
improves locality of reference Change-Id: I0639b98bf38879f918173b3a1b25dd93090e88b4
-
hkuang authored
(issue #882). Change-Id: I2ca7f96d390c4eaec0473c50cb01b903d0bd3ee6
-
James Zern authored
-
Tom Finegan authored
-
Tom Finegan authored
-
- 12 Dec, 2014 30 commits
-
-
Frank Galligan authored
-
hkuang authored
Change-Id: Iee43c34909deec9787b29c1c33672213b9f049df
-
James Zern authored
-
James Zern authored
-
James Zern authored
-
James Zern authored
-
James Zern authored
* changes: vp9: make postproc members depend on CONFIG_VP9_POSTPROC vp9_postproc: remove redundant CONFIG_* checks
-
Marco authored
-
James Zern authored
-
James Zern authored
-
Tom Finegan authored
Allows override of default target list. Also added missing usage info for --extra-configure-args, and removed last vestiges of armv6 support. Change-Id: Ic0f14fffa0cbaea1bed371d38ff65e035bbe3273
-
Frank Galligan authored
Add support for setting byte alignment on the Y, U, and V plane of the reference buffers. The byte alignment must be a power of 2, from 32 to 1024. A value of 0 sets legacy alignment. Change-Id: I7c1399622f7aa68e123646369216b32047dda73d
-
James Zern authored
-
Tom Finegan authored
The other name was misleading: We do not export scaling support from libvpx via vpx_im{g,age}*. Change-Id: I8acb4ea0301f08c9bab557a4063ea35d147b4631
-
Frank Galligan authored
This CL showed about a 3% gain in performance on some systems. Change-Id: Id27e7e0b8e69068aa364e67859436da852669250
-
Frank Galligan authored
This CL showed a modest gain in performance on some systems. Change-Id: Iad636a89a1a9804ab7a0dea302bf2c6a4d1653a4
-
James Zern authored
INLINE is used quite widely in vp9, this change improves performance 1-2% on most modern platforms. Change-Id: I8a9974aab89fa588ea4923cc7eaf6199e344a528
-
James Zern authored
allow_comp_inter_inter VP9_COMMON -> VP9_COMP Change-Id: I6d9dc25d1cdd7e2ab62f5be69cd9fa883d21dbb6
-
James Zern authored
Change-Id: Id64218386968cee3132269e4a0572650f20fd980
-
James Zern authored
the entire module is wrapped in CONFIG_VP9_POSTPROC which is forcibly enabled with CONFIG_INTERNAL_STATS + a similar change in vp9_alloccommon.c Change-Id: I374993297a9fba5bef2f0b71f984eba42f0995a3
-
James Zern authored
Change-Id: I964d25cc91c8e4864d73b142d9c7a1b39cb6cfbb
-
Jim Bankoski authored
-
Jim Bankoski authored
-
James Zern authored
set LIBVPX_RAND with --enable-vp9-postproc, previously only the vp8 config was checked. this fixes the build with --disable-postproc. Change-Id: Ia61baded6aa0e44d6443ae4a3c85915f1054f053
-
Jingning Han authored
-
Jim Bankoski authored
Change-Id: Id316b3786214bf1028992968955da917e3f2d4a3
-
Jim Bankoski authored
Assembly tests should clear system state, as we have no expectation of proper system state in between test runs.. Change-Id: I0f591996c1f17ef2a5a8572a6b445f757223a144
-
Jim Bankoski authored
This is meant as a framework for testing that encode parms make it through to the decoder. Change-Id: Idb86ee3668b45b4e73c23c6e4daef94b0650b786
-
Jingning Han authored
This commit fixes a bug in the PICK_MODE_CONTEXT index for horizontal partition case. The compression performance change is less than 0.01% level, since most blocks are selected to use square block size in RTC coding mode. Change-Id: I67effc18ae8795fccdd82a55f4efc609fa5cb3e1
-
JackyChen authored
-