- 21 Dec, 2012 - 4 commits
-
-
Yunqing Wang authored
Fixed the warning: the size of array ‘intermediate_buffer’ can’t be evaluated [-Wvla]. Change-Id: Ibcffd6969bd71cee0c10f7cf18960e58cd0bd915
-
John Koleszar authored
-
John Koleszar authored
-
Jim Bankoski authored
Change-Id: Ibc077cf1c1da0c86063f88c6d3073c6876989119
-
- 20 Dec, 2012 - 3 commits
-
-
James Zern authored
Change-Id: If7822e6fcd0d3568b934032322b19ba3e401df26
-
James Zern authored
not present in < GCC 4.2 Change-Id: I7b1a3078fd782644b1c432ce682d2160ffc2263a
-
Jim Bankoski authored
Change-Id: I6e43ca73f35401a974ed8ee27738d4318f09fd37
-
- 19 Dec, 2012 - 2 commits
-
-
Scott LaVarnway authored
Missed a file Change-Id: I33179de6755bc9eda9ad906e4fec6902ace435a5
-
Scott LaVarnway authored
Temporary fix for 32-bit mac build errors. Change-Id: I2038f033cac16ea796097d0edd0f1c3da03246d7
-
- 18 Dec, 2012 - 1 commit
-
-
Yaowu Xu authored
-
- 17 Dec, 2012 - 2 commits
-
-
Yaowu Xu authored
where variable is used without initialization Change-Id: Ic6b52623802641060cad4a72271050aeaf20ad5c
-
Paul Wilkins authored
In some cases intra modes in inter frames give an over smoothed appearance. Especially with noisy but flat content. Also in some cases there were problems with key frame sizing again with very flat but noisy content. These are temporary changes to help alleviate the visual problems but will almost certainly hurt metric results especially at the very low data rate end. Change-Id: I11549179a19277ffc283d9788bc70168f2a8bdc9
-
- 14 Dec, 2012 - 3 commits
-
-
Yaowu Xu authored
This is to fix a decoder crash when decoder skips a number of frame to continue decoding from a later key frame. Change-Id: I3ba116eba6c3440e0528a21f53745f694302e4ad
-
Yaowu Xu authored
MSVC 2012 (_MSC_VER=1600) introduced the definition, this commit prevents the redefinition of the macro Change-Id: I7de92e7e9e865a342f2bcc4b071f8d3c9b2a508c
-
Yaowu Xu authored
Change-Id: I9c651bd7c161974bf5f929446361b00d85e57a3f
-
- 12 Dec, 2012 - 1 commit
-
-
Scott LaVarnway authored
As suggested by Yaowu, we can use eob to reduce the complexity of the vp9_ihtllm_c function. For the 1080p test clip used, the decoder performance improved by 17%. Change-Id: I32486f2f06f9b8f60467d2a574209aa3a3daa435
-
- 11 Dec, 2012 - 1 commit
-
-
Frank Galligan authored
Change-Id: I4efc4f4e87e8666b69257de82c5c5dd4aadee28c
-
- 10 Dec, 2012 - 1 commit
-
-
John Koleszar authored
First attempt at avoiding all the compile-time environment detection for cases where you can generate the environments statically, as when the real build is being performed by another build system. Change-Id: Ie3cf95d71d6c5169900f31e263b84bc123cdf73f
-
- 08 Dec, 2012 - 2 commits
-
-
Jim Bankoski authored
-
Jim Bankoski authored
-
- 07 Dec, 2012 - 3 commits
-
-
Frank Galligan authored
Change-Id: I0cb06d77805246fe39d39ad3bc5df3c3f52c7050
-
Frank Galligan authored
Change-Id: I366e6d175da3012f1c8607fd7fad99fbbb616091
-
Frank Galligan authored
Change-Id: I1eb7433061a6c529471026e0ebdc6467942062eb
-
- 06 Dec, 2012 - 1 commit
-
-
John Koleszar authored
In addition to allowing tests to use the RTCD-enabled functions (perhaps transitively) without having run a full encode/decode test yet, this fixes a linking issue with Apple's G++ whereby the Common symbols (the function pointers themselves) wouldn't be resolved. Fixing this linking issue is the primary impetus for this patch, as none of the tests exercise the RTCD functionality except through the main API. Change-Id: I12aed91ca37a707e5309aa6cb9c38a649c06bc6a
-
- 05 Dec, 2012 - 4 commits
-
-
Johann authored
Only declare the functions in vpx_scale RTCD and include the relevant header. Remove unused files and functions in vpx_scale to avoid wasting time renaming. vpx_scale/win32/scaleopt.c contains functions which have not been called in a long time but are potentially optimized. The 'vp8' functions have not been renamed yet. That is for after the cleanup. Change-Id: I2c325a101d60fa9d27e7dfcd5b52a864b4a1e09c
-
Johann authored
Change-Id: I9f0ae635fb9a95c4aa1529c177ccb07e2b76970b
-
Johann authored
Refactor asm_offsets for vpx_scale. Change-Id: I2db0eeb28c8e757bd033c6614a1e5319a1a204a5
-
John Koleszar authored
Change-Id: Ibabf18947f90cb4f45052763ebf44cfb8209bd8b
-
- 04 Dec, 2012 - 3 commits
-
-
Yaowu Xu authored
Change-Id: Ie80597221bee494679ae2ba50cca22dea2609cba
-
Yaowu Xu authored
1. remove the dependency on non existing "vp9_temporal_filter_x86.h" 2. prefix filenames with vp9_ in obj_int_extract.bat to reflect the change of the actual filenames. Change-Id: Ib1b4d96ac41788f76917764a6722d8461c857302
-
Frank Galligan authored
-
- 03 Dec, 2012 - 5 commits
-
-
Jim Bankoski authored
-
Jim Bankoski authored
Change-Id: I467bf0fdf3b35326bcce58d5459e6d2dbfd6c5e5
-
Frank Galligan authored
Change-Id: If0cc1ab60dff6abd67dae7c7b3dc83a1afd7fe65
-
Frank Galligan authored
- vpx_calloc is called on arf_not_zz above. - Note The removed vpx_memset call had an issue with sizeof. Change-Id: I86fd7a167d0a042e581e613e2a6c0b5e63073fc6
-
John Koleszar authored
-
- 01 Dec, 2012 - 1 commit
-
-
Deb Mukherjee authored
Adds support for compound inter-intra prediction with superblocks. Also, fixes a bug that disabled intra modes for superblocks. Change-Id: I4d711317e1bc19df8c2f32dc645429f7fff31036
-
- 30 Nov, 2012 - 3 commits
-
-
Frank Galligan authored
Change-Id: I4765ca3dab880a3673c15fb56b2d912ec2ea194e
-
Deb Mukherjee authored
Allows switchbale filters to be used without mismatch when the superblock experiment is on. Also removes a spurious clamping code in decodemv.c which causes rare encode/decode mismatches. Change-Id: I809d9ee0b2859552b613500b539a615515b863ae
-
Jim Bankoski authored
Change-Id: Ib5106d4772450f8026f823dd743f162ab833b1d6
-