- 14 May, 2014 2 commits
-
-
Paul Wilkins authored
The various motion search functions share a common function prototype. In the case of vp9_full_range_search() two of the parameters are not needed. Change-Id: I0e190af54a3b3f276409f20e8ec55912f9b0b798
-
Dmitry Kovalev authored
-
- 13 May, 2014 14 commits
-
-
Adrian Grange authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
James Zern authored
-
James Zern authored
* changes: vpxenc: add some missing CONFIG_WEBM_IO checks vpxdec: add some missing CONFIG_WEBM_IO checks
-
Yaowu Xu authored
-
Adrian Grange authored
-
Adrian Grange authored
Change-Id: I04930aca2293ebbaeb96dfedd2f9c5a55762fd2e
-
James Zern authored
+ the remnants in the build system & README the documentation that required php was removed in: 50fa5859 Removing examples code generation and making them static. Change-Id: Ibf00dca9ab2715fc21e8de358807b63d1445662c
-
James Zern authored
fixes build of this file in the dist directory when using '--enable-install-srcs' Change-Id: Idb8dd5f392509e6a6d8a83908e53d161d2036971
-
James Zern authored
fixes build of this file in the dist directory when using '--enable-install-srcs' Change-Id: I7743611bea9e0bddb473777e2e007e6eadebfc1f
-
Yaowu Xu authored
Change-Id: I2e97a1d3935944573d027a8020fe1aa391a6f27a
-
Dmitry Kovalev authored
Change-Id: I6c0f0f91c189c041559f724f4faeada144390353
-
- 12 May, 2014 16 commits
-
-
Dmitry Kovalev authored
Inline loopfilter has been already handled in vp9_decode_frame(). Collecting all similar code in one place now. Change-Id: I358a0280fc7c2b27cca520bc1e8c16c4eb6491dd
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Dmitry Kovalev authored
Change-Id: I910c437b80af90c50831e1fbff75842d4276a027
-
Yaowu Xu authored
Change-Id: I4ec07d3935dc56ca16ea4ba1e5730b09f1bf1f21
-
Yaowu Xu authored
Change-Id: If1afb9f3eaec88079d1d97907870409bce691c2a
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Yaowu Xu authored
Change-Id: Iaa5543eb9e17589d46d9ed2bc363e2646ed4e01e
-
Johann authored
-
Yaowu Xu authored
Remove unused function parameters from: vp9_encodemb.c vp9_encodeframe.c Change-Id: I07725e5099cf98486e70c9c70babb0cd785c58a9
-
Yaowu Xu authored
Change-Id: I499635967faaf4ec1c498e88d09b2d3f2a4badba
-
Johann authored
Allow selectively building just the intrinsics for armv8 Change-Id: I2f29b2e4508b8b8e5649c2906b3159ad1d4ec477
-
Paul Wilkins authored
Re-factor duplicate code. Add two pass check for use of section_intra_rating as it is un-initialised in the 1 pass and rt case. Change-Id: I93120796f07961b8a21fb26e1a9f0d3d13949994
-
Paul Wilkins authored
One of a series of changes to clean up two pass allocation as precursor to support for multiple arf or boosted frames per GF/ARF group. This change pulls out the calculation of the total bits allocated to a GF/ARF group into a function, to aid readability and reduce the line count for define_gf_group(). This change should have no material impact on output. Change-Id: I716fba08e26f9ddde3257e7d9b188453791883a3
-
- 11 May, 2014 1 commit
-
-
Adrian Grange authored
-
- 10 May, 2014 4 commits
-
-
James Zern authored
-
Jingning Han authored
-
Dmitry Kovalev authored
-
Jingning Han authored
This commit enables a chessboard pattern for partition search. All the black blocks run regular partition search ranging from 8x8 to 32x32. The rest white blocks take the nearby blocks' information to adaptively decide the effective search range. The compression performance for rtc set at speed -5 is down by 1.5%. For pedestrian 1080p at speed -5, the runtime goes from 41594 ms to 39697 ms, i.e., about 5% faster. Change-Id: Ia4b96e237abfaada487c743bca08fe1afd298685
-
- 09 May, 2014 3 commits
-
-
Yaowu Xu authored
The test vector has segment enabled with different quantizer used for different segments for bot the first frame(key) frame and the rest of non-key frames. Change-Id: I7e21122183050ee046219caba483c18cbc34afe7
-
Yaowu Xu authored
-
Tom Finegan authored
-