- 14 May, 2014 21 commits
-
-
Marco Paniconi authored
-
Marco Paniconi authored
This reverts commit 06e6d56f Change-Id: If95598385b693945d6b144d03b6da8f6a57dac98
-
Jingning Han authored
-
Paul Wilkins authored
-
Paul Wilkins authored
-
Paul Wilkins authored
-
Deb Mukherjee authored
-
Jingning Han authored
-
Tom Finegan authored
-
Tom Finegan authored
-
Tom Finegan authored
-
Paul Wilkins authored
Also delete vp9_set_roimap() which is not used in VP9. Change-Id: I48c60b1dc8794c6a234f9c3d95e2debb7bdb3fd5
-
Paul Wilkins authored
-
Paul Wilkins authored
Remove two unused parameters in the function vp9_refining_search_8p_c(). Change-Id: Ic192734586291cf5400926eeb8e720e69d40835c
-
Paul Wilkins authored
Unused parameters to encode_without_recode_loop() Change-Id: Ia94ce09199cd2419f26964eb5b53db2b7718cf03
-
Paul Wilkins authored
Simplify the calculation of KF bitrate in similar way to previous patch for GF/arf. This has no impact on derf or std hd sets but gives a small net gain of ~0.1% for yt and yt-hd sets. Change-Id: Ida64ac1428d9c2a62adb67056fadbf0180eff030
-
Paul Wilkins authored
The variation in boost calculation for gf and arf groups is not significant enough to justify the extra complexity. Also removed some other spurious code that no longer has much material impact. The handling of the rare case, where the boost bits number is less than the number of bits a that would be allocated if a frame was not boosted, will be dealt with in a subsequent patch. This change actually helps on all sets a little by ~0.1% - 0.2% with slightly bigger gains on SSIM. Change-Id: Id42c1ac22a80a8c4993cfa0e51bc733eb9ed4f75
-
Deb Mukherjee authored
As a side-effect, the max_sad check is removed from the C-implementation of VP8, for consistency with VP9, and to ensure that the SAD tests common to VP8/VP9 pass. That will make the VP8 C implementation of sad a little slower but given that is rarely used in practice, the impact will be minimal. Change-Id: I7f43089fdea047fbf1862e40c21e4715c30f07ca
-
Tom Finegan authored
Change-Id: I97c052a35a1d54455b91c269fd6a9a094fa3db7f
-
Dmitry Kovalev authored
- 13 May, 2014 19 commits
-
-
Adrian Grange authored
-
Tom Finegan authored
Rename it to vp9_spatial_svc_encoder. Change-Id: I756936039df5bf6bea2d7525a7edeac01df94352
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Jingning Han authored
The warning messages complained that there are unused arguments in a few prediction modes. This structure was designed on purpose, such that a wrapper function can cover all prediction mode cases and make them readily accessible as an pointer array. This commit silences such warnings. Change-Id: I7036b6bdb70747e5327d8f6fceb154f100abc4c0
-
Jingning Han authored
Allow slightly larger minq-maxq range for P frames. This improves the compression performance of speed -5 for rtc set by 2.7% in psnr. Change-Id: I438653d52d0fe51111509c6092e2334bac2de0cf
-
Tom Finegan authored
Change-Id: I7b577f2a492e981156f969f8f9e61f9d2156fe60
-
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
-