- 12 Feb, 2014 - 11 commits
-
-
Dmitry Kovalev authored
Change-Id: I6c2748bef22cdbbc9574d7a8dfc1ed55f4f6b05f
-
Jingning Han authored
-
Yaowu Xu authored
-
Johann authored
-
Deb Mukherjee authored
-
Jingning Han authored
Cosmetic change to use pre-defined macros. Change-Id: I93e9fa90113d0242599048940b39694660385a6f
-
Yaowu Xu authored
Change-Id: I4d2729dc5c46db2847700256941a66b0957c105d
-
Yunqing Wang authored
-
Dmitry Kovalev authored
-
Deb Mukherjee authored
Removes certain cases of feedback of active_worst_quality, and removes it from the RATE_CONTROL structure. Now active worst quality is expected to be computed locally in the q picking function during the encode. Making temporal filter strength depend on avg_frame_qindex rather than on active_worst_quality actually improves performance esp. for yt. derf: +0.038% yt: +0.359% Change-Id: I1fe5a343034b55af9322289165321f00ac0827b1
-
Tom Finegan authored
-
- 11 Feb, 2014 - 17 commits
-
-
Yunqing Wang authored
In real time encoding, we enable encode_breakout to make encoding fast. A speed feature "use_encode_breakout" is defined to set encode_breakout thresholds for different speeds. However, currently, static_thresh is an encoder option. The encode_ breakout can be turned off if user sets static_thresh=0 specifically. The rtc set borg test result: (need to set --static_thresh=1) speed -5, psnr loss -3.543%; speed -4, psnr loss -2.358%; speed -3, psnr loss -0.771%. Encoding speed test: speed -5, 11% - 60% speedup; speed -4, 5.5% - 28% speedup; speed -3, 0.8% - 7% speedup. Change-Id: Icde592ffbe77eac7446f872a2e9eb2051733677b
-
Dmitry Kovalev authored
-
Tom Finegan authored
-
Dmitry Kovalev authored
Frank is going to fix it soon, disabling for now. Change-Id: Ifb7092d7db5af01bde62897af189fd620b7bbdf3
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Tom Finegan authored
Change-Id: I7dd8532052f0b2d4077f579e78db3987b58e3d2a
-
Tom Finegan authored
-
Jingning Han authored
-
Jingning Han authored
-
Frank Galligan authored
-
Dmitry Kovalev authored
-
Tom Finegan authored
Silences MSVC warning. Change-Id: I43191cdd8f0231b259ec091be24325ec99d2e962
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Tom Finegan authored
-
Deb Mukherjee authored
-
- 10 Feb, 2014 - 12 commits
-
-
James Zern authored
-
Tom Finegan authored
Change-Id: I2c47f0ab13de82de8833c3f134e5f3c74394374f
-
Jingning Han authored
This commit moves unnecessary mode_info update steps out of inter mode test loop. Change-Id: I3705450c44cda060021f4fd76c34f1b20d11658b
-
Jingning Han authored
Use frame_parameter_update to precisely describe the functionality. Change-Id: Ia9a55ba8efef7b987e30d949dd00ac716189bdb9
-
Tom Finegan authored
Update filter_1dfunction definition to match usage. Change-Id: Ie3cae13dc1ec3f5838c5f29d1c76a1a98a9217fa
-
Yaowu Xu authored
-
Dmitry Kovalev authored
-
Deb Mukherjee authored
Some parameter changes and fixes on one-pass rate control. derfraw300 is now only 10% below 2-pass speed 0 rate control. Change-Id: I1940eef8a5a035dc18e71b880d5e00cabd1f01b9
-
Dmitry Kovalev authored
-
Frank Galligan authored
This CL changes libvpx to call a function when a frame buffer is needed for decode. Libvpx will call a release callback when no other frames reference the frame buffer. This CL adds a default implementation of the frame buffer callbacks. Currently only VP9 is supported. A future CL will add support for applications to supply their own frame buffer callbacks. Change-Id: I1405a320118f1cdd95f80c670d52b085a62cb10d
-
James Zern authored
-
Yaowu Xu authored
Function encode_rtc_frame_internal() and encode_frame_internal() only differed by a couple of speed features, this commit relocation those difference into the setup of speed features and merged two functions into one to remove duplication. It also fixed a subtle bug super_fast_rtc was used before it was initialized. Change-Id: I234a5a1d11a4450930e5b4943dbab434208d5030
-