summaryrefslogtreecommitdiff
path: root/vp9
AgeCommit message (Collapse)Author
2014-02-07Cleanup tokenize_b and hoist some invarients out of the loop.Alex Converse
Change-Id: I60401b45b85de8123d16233c2a14abddc1c55041
2014-02-06Merge "Parameter fixes for one-pass non-cbr mode"Deb Mukherjee
2014-02-06Parameter fixes for one-pass non-cbr modeDeb Mukherjee
Fixes some of the parameters for 1-pass non-cbr mode. Also includes some cleanups, inlcuding refactoring of the recode_loop options. Results on derfraw300 improve by about 5-6%, so that the one-pass mode is now 13% below the 2-pass mode in speed 0. Change-Id: I844cc2638694c7574f3be00d41d60b23dc1016f0
2014-02-06Merge "Remove out of date comment."Adrian Grange
2014-02-06Finally removing "short" from transform names.Dmitry Kovalev
Change-Id: I5259b68dc1bcceb153e3ffe638a79a59a3019e9d
2014-02-06Merge "Adding is_mv_in() function."Dmitry Kovalev
2014-02-06Layer based rate control for CBR mode.Marco Paniconi
This patch adds a buffer-based rate control for temporal layers, under CBR mode. Added vpx_temporal_scalable_patters.c encoder for testing temporal layers, for both vp9 and vp8 (replaces the old vp8_scalable_patterns). Updated datarate unittest with tests for temporal layer rate-targeting. Change-Id: I8900a854288b9354d9c697cfeb0243a9fd6790b1
2014-02-05Merge "Removing redundant is_inter_mode() call."Dmitry Kovalev
2014-02-05Merge "Cleaning up vp9_get_pred_context_single_ref_p1()."Dmitry Kovalev
2014-02-05Merge "Removing "_1d" suffix from mips transform code."Dmitry Kovalev
2014-02-05Merge "Renaming vp9_sad_c.c to vp9_sad.c."Dmitry Kovalev
2014-02-05Merge "Cleaning up encode_frame_to_data_rate()."Dmitry Kovalev
2014-02-05Merge "Cleaning up recode_loop_test()."Dmitry Kovalev
2014-02-05Merge "Cleaning up vp9_firstpass.c."Dmitry Kovalev
2014-02-05Merge "Optimize bilinear sub-pixel filters in ssse3"Yunqing Wang
2014-02-05Merge "Clamping active_{best, worst}_quality values."Dmitry Kovalev
2014-02-05Cleaning up recode_loop_test().Dmitry Kovalev
Change-Id: Iaa6d01221a1f82ce9b500c85e186ab53b92aae9a
2014-02-05Remove out of date comment.Adrian Grange
Change-Id: I8c993cf0881cd77c34a4efe7ba1d067cd28c6105
2014-02-05Cleaning up encode_frame_to_data_rate().Dmitry Kovalev
Change-Id: Ib76a31e68aef5cb9eeba57dc58d9c30c9c98ed95
2014-02-05Cleaning up vp9_firstpass.c.Dmitry Kovalev
Change-Id: I111d6d1ea5ee641780abc096341369a37627aaae
2014-02-05Merge "Removing unused SPEEDSTATS."Dmitry Kovalev
2014-02-05Merge "Remove delete_first_pass_file."Adrian Grange
2014-02-05Merge "One-pass rate control cleanups/fixes/refactoring"Deb Mukherjee
2014-02-05Cleaning up vp9_get_pred_context_single_ref_p1().Dmitry Kovalev
Change-Id: I279343b474d7ff41afcf8f1493b6fbf716b51823
2014-02-05Merge "Cleaning up vp9_get_pred_context_single_ref_p2()."Dmitry Kovalev
2014-02-05Remove delete_first_pass_file.Adrian Grange
Change-Id: If46d93fb1c26e4629af1f492bfad7a82b4c4f778
2014-02-05Renaming vp9_sad_c.c to vp9_sad.c.Dmitry Kovalev
Change-Id: I0beb01b0209cf4ae849b4c67d72107b631f46c0d
2014-02-05Removing unused SPEEDSTATS.Dmitry Kovalev
Change-Id: Ia41007206ce437852dd1b532ee8e233d889e0040
2014-02-05One-pass rate control cleanups/fixes/refactoringDeb Mukherjee
Inlcudes a number cleanups: 1. Moves the one-pass pre-encode parameter setting functions to vp9_ratectrl.c 2. Deprecates per_frame_bandwidth in RATE_CONTROL structure 3. Removes target_bandwidth in cpi structure since it is not used. 4. Various renaming of functions There is no bit-stream change in 2-pass, one-pass cbr and one-pass vbr modes. Change-Id: Ifd9916bf4d485b7d04c5f52044ffe6703254ccbd
2014-02-05Removing redundant is_inter_mode() call.Dmitry Kovalev
Block type was already detected by is_inter_block() call. Change-Id: I7923ce11b6a0071ce9df8c744a78c816651a15dc
2014-02-05arm: Consistently use braces around doubleword arguments to vldMartin Storsjo
This isn't strictly necessary, but makes the file more consistent with the other arm assembly source files. Change-Id: I245c9677d89e0ab3f31991e473764858af35b180
2014-02-05arm: Use {} around quadword arguments to vldMartin Storsjo
This fixes building for iOS. Change-Id: Ice082648c02a3faf93891f7ddc122875e2bdc9cb
2014-02-04Merge "vp9_systemdependent.h: relocate system includes"James Zern
2014-02-04vp9_systemdependent.h: relocate system includesJames Zern
avoid wrapping msvc includes with extern "C"; this breaks some visual studio builds of the (c++) tests. Change-Id: Ie8062d55d4f4c049f6cd360a36da6a67607df132
2014-02-04Merge "Adjust speed feature for --rt"Yaowu Xu
2014-02-04Merge "Removing DBG_PRNT_SEGMAP."Dmitry Kovalev
2014-02-04Adding is_mv_in() function.Dmitry Kovalev
Change-Id: I9bdb18c5cde386d3caaa2c2846649cfbda609927
2014-02-04Merge "Removing unused estimate_cq() function."Dmitry Kovalev
2014-02-04Merge "Moving MBGRAPH_{MB, FRAME}_STATS structs to vp9_mbgraph.h."Dmitry Kovalev
2014-02-04Merge "Renaming vp9_variance_c.c to vp9_variance.c."Dmitry Kovalev
2014-02-04Merge "Replacing int_mv with MV."Dmitry Kovalev
2014-02-04Merge "Inlinging get_next_chkpts macro in vp9_mcomp.c."Dmitry Kovalev
2014-02-04Merge "Removing SECTIONBITS_OUTPUT."Dmitry Kovalev
2014-02-04Removing DBG_PRNT_SEGMAP.Dmitry Kovalev
Change-Id: I71d85e3455545960938e525ae8aa0a667e1db94c
2014-02-04Merge "Moving x1 & y1 calculation under if condition."Dmitry Kovalev
2014-02-04Merge "With on demand border extension, clamping the MV is not longer needed."hkuang
2014-02-04Renaming vp9_variance_c.c to vp9_variance.c.Dmitry Kovalev
Change-Id: I7b29cb18ad36d79e1c6329c7de88496059f49db4
2014-02-04With on demand border extension, clamping the MVhkuang
is not longer needed. Change-Id: I40c37ef18c67ab27fc336694dfca3c43a87c47ca
2014-02-04Removing unused estimate_cq() function.Dmitry Kovalev
Change-Id: If3a1af1a54f3a3c0d9c966fdc0721981070c7f28
2014-02-04One-pass rate control fixes and cleanupsDeb Mukherjee
Fixes rate control partially in one-pass non-cbr case to achieve a bitrate close to the one desired. Previous version was way off at the high bitrate end. Also includes several one-pass rate control cleanups and refactoring. On derfraw300, one-pass encoding is now 19% off from two-pass speed 0 encoding, down from 35%. Change-Id: I6f0dcdb7f8aa85a7e7cd3a3155d4f9d2a4d2f4f4