- 09 Mar, 2015 1 commit
-
-
paulwilkins authored
Adjustment previously only enabled in VBR mode. This patch allows adjustment of min and max q for CBR and adjustment of max q only for CQ mode. Change-Id: Id5e583f3d50453cd544fc57249acacd946457482
-
- 07 Mar, 2015 1 commit
-
-
Johann authored
-
- 06 Mar, 2015 7 commits
-
-
Johann authored
Change-Id: I1f2e077af87d29b07eaf7acaec8d955e00da9333
-
hkuang authored
Change-Id: Iddf098e1bae9c10fc2f325f84156f50a0bd0055a
-
Hangyu Kuang authored
-
Marco authored
-
Marco authored
Change-Id: I794e8b64f26ebe68d7f18c3a11cb7c80e1cd3110
-
Yaowu Xu authored
* changes: Prevent invalid memory access Use correct bsize for uv
-
Hangyu Kuang authored
Change-Id: Iecce685a33b64844446c0009f21bc85566d7469f
-
- 05 Mar, 2015 14 commits
-
-
Yaowu Xu authored
Change-Id: I1b972c945274254d896d772d859840b2f8211b4f
-
hkuang authored
-
Alex Converse authored
* changes: Call encoder control before running ethread test. Don't copy thread data for the main thread.
-
Alex Converse authored
-
Alex Converse authored
The first value of video->frame() is 15 because of the source range used. Change-Id: I219c287b500fa376160d6dcfb937092e577ec959
-
Frank Galligan authored
-
Frank Galligan authored
-
Alex Converse authored
-
Adrian Grange authored
-
Alex Converse authored
It was tiny when it was orginally marked INLINE. Forcing this function to be inlined prevents the compiler from inlining its much smaller callers. No measurable speed impact, 28320 byte smaller libvpx.a Change-Id: I6bf4c917157d15cbadb3cd3e20a9e82d35dc7d6f
-
Alex Converse authored
Change-Id: Ic82b039a3d42f9aa01b85a3a69facfaa84b43a53
-
Alex Converse authored
Change-Id: I6adee6704cacfeae0ed0b217a91095457d1be74a
-
Jingning Han authored
-
Yaowu Xu authored
Change-Id: I9c897d32af6c3a956bb6f424a74c12737727038a
-
- 04 Mar, 2015 16 commits
-
-
Johann authored
Visual Studio is exceptionally picky about this: vp9_reconintra.c(900): warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void)' [.build-x86_64-win64-vs10\vpx.vcxproj] Change-Id: I564c7415f4608fd962be8c699d6133a996b545f7
-
hkuang authored
-
Adrian Grange authored
-
hkuang authored
Change-Id: I287c61ad4aa85654aef3c871a62131bcd0d891ac
-
hkuang authored
-
Adrian Grange authored
-
Adrian Grange authored
Change-Id: I87cc0e038171c60a957298827e312fead500f7fb
-
Jingning Han authored
-
Jingning Han authored
Make it a general purpose fast motion estimation function, to be used in the mode search process. Change-Id: Ib354cb0e664dc61c30c0b2314297835ee75b157a
-
Jingning Han authored
This saves an extra 64x64 variance calculation and replaces two 32x32 variance functions with sad functions. The compression performance change is unnoticeable. Change-Id: I6d33868695664ec73b56c42945162ae61c484856
-
Jingning Han authored
-
Adrian Grange authored
Frame buffers are now allocated dynamically on-demand. Entries in the reference frame map, cm->ref_frame_map, may now be set to -1 (INVALID_IDX) to indicate that there is not a valid reference buffer in that "slot". All slots in the reference frame map are now initialized to the empty state (-1) and each buffer is initialized to have a reference count of 0. Change-Id: Id1afe98de98db4ae8b2dfefed7889c3b28c68582
-
Deb Mukherjee authored
-
Jingning Han authored
-
Frank Galligan authored
BUG=https://code.google.com/p/webm/issues/detail?id=964 Change-Id: I70679d0f139b8e0962f7e19eb56b34060953e9b0
-
Jingning Han authored
Use rectangular block size for integral projection motion estimation if the the 64x64 block has over half block outside the frame. This avoids the issue that the motion information of these blocks is dominated by the extended pixels, instead of the pixels of interest. Change-Id: I22f4d2bb7f6a20db9b3f5e2e5463a7f4b9d1b737
-
- 03 Mar, 2015 1 commit
-
-
Deb Mukherjee authored
The rounding factor needs to be scaled down by a factor of 2. Also, the quantized and dequantized coefficients are memset to 0 when dc quantizer is used. Change-Id: Ifa68bab02addbf1b83d249c5b4cbd5cda796b1cf
-