summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_speed_features.c
AgeCommit message (Expand)Author
2017-03-21vp9: Enable adaptive_rd_threshold for row mt for realtime speed 8.Jerome Jiang
2017-03-20Merge "Record the sum of tx block eobs in the partition block"Yunqing Wang
2017-03-20vp9: Use sb content measure to bias against golden.Marco
2017-03-20Record the sum of tx block eobs in the partition blockYunqing Wang
2017-03-16vp9: Fix speed 8 condition for enabling copy_partition.Marco
2017-03-15Refactor: Change cpi->resize_state to enum values.Jerome Jiang
2017-03-15vp9: Turn off ml_partition_search_early_termination.Marco
2017-03-15Merge "vp9: Using source sad for speedup for dynamic resizing."Jerome Jiang
2017-03-14vp9: Using source sad for speedup for dynamic resizing.Jerome Jiang
2017-03-14Merge "Apply machine learning-based early termination in VP9 partition search"Yunqing Wang
2017-03-14Merge "vp9: Speed >= 8: Enable simple_block_yrd speed feature."Marco Paniconi
2017-03-14vp9: Adjust copy partition threshold, for speed 8.Marco
2017-03-14vp9: Speed >= 8: Enable simple_block_yrd speed feature.Marco
2017-03-13vp9: Fix to source_sad feature for SVC.Marco
2017-03-13Apply machine learning-based early termination in VP9 partition searchYunqing Wang
2017-03-08vp9: Enable two speed features for SVC real-time mode.Marco
2017-03-08Make the partition search early termination feature to be frame size dependentYunqing Wang
2017-03-03Merge "vp9,realtime: Enable row multithreading for non-rd"Vignesh Venkatasubramanian
2017-03-02vp9: Speed 8: reduce the adaptive_rd_thresh level.Marco
2017-03-02vp9,realtime: Enable row multithreading for non-rdVignesh Venkatasubramanian
2017-02-27vp9: Rename new_mt to row_mtVignesh Venkatasubramanian
2017-02-22Merge "vp9: Non-rd pickmode: use simple block_yrd under some conditons."Jerome Jiang
2017-02-22vp9: Non-rd pickmode: use simple block_yrd under some conditons.Marco
2017-02-21vp9: Incorporate source sum_diff into non-rd partition thresholds.Marco
2017-02-15Merge "Row based multi-threading of encoding stage"Yunqing Wang
2017-02-15Row based multi-threading of encoding stageRanjit Kumar Tulabandu
2017-02-14apply clang-formatclang-format
2017-01-20vp9: Add feature to use block source_sad for realtime mode.Marco
2017-01-18vp9: Stop copying partition every a fixed number of frames.Jerome Jiang
2017-01-17vp9: Disable partition copy when resizing is enabled.Jerome Jiang
2017-01-17Merge "vp9: Set low variance flag when partition is copied."Jerome Jiang
2017-01-17vp9: Set low variance flag when partition is copied.Jerome Jiang
2017-01-13vp9: Add speed feature flag for computing average source sad.Marco
2017-01-11vp9: Turn on the partition copy for speed 8. Tune threshold.Jerome Jiang
2017-01-09vp9: Set less aggresive short_circuit_low_temp_var for HD at speed 8.Jerome Jiang
2017-01-06vp9: Enable more aggresive short circuit for speed 8.Jerome Jiang
2017-01-04vp9: Set short circuit to level 3 for VGA for speed 8.Jerome Jiang
2016-12-19vp9: Add feature to copy partition from the last frame.Jerome Jiang
2016-11-19Merge "Enable asymptotic closed-loop encoding decision"Jingning Han
2016-11-15vp9: Speed 8: More aggresive golden skip for low res.Jerome Jiang
2016-11-14Enable asymptotic closed-loop encoding decisionJingning Han
2016-10-20vp9: Speed=8 real-time: Keep the bias_golden feature on.Marco
2016-10-111 pass vbr: Allow for lookahead alt-ref in real-time mode.Marco
2016-09-29vp9 real-time mode: Change loopfilter speed feature at speed 8.Marco
2016-08-31Modified resize loop constraints.paulwilkins
2016-08-30Merge "Adjust coefficient optimization and tx_domain rd speed features."Paul Wilkins
2016-08-26Merge "Add ALLOW_RECODE_FIRST speed mode."Paul Wilkins
2016-08-26Add ALLOW_RECODE_FIRST speed mode.paulwilkins
2016-08-25Adjust coefficient optimization and tx_domain rd speed features.paulwilkins
2016-08-22Disable split mode in 4k video encodingYunqing Wang