summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_pickmode.c
AgeCommit message (Expand)Author
2017-03-16vp9: Fixes in non-rd pickmode for denoising with SVC.Marco
2017-03-14vp9: Speed >= 8: Enable simple_block_yrd speed feature.Marco
2017-03-12vp9: Fix condition for intra search in non-rd pickmode.Marco
2017-03-02vp9,realtime: Enable row multithreading for non-rdVignesh Venkatasubramanian
2017-02-22vp9: Non-rd pickmode: use simple block_yrd under some conditons.Marco
2017-02-21Merge "Drop zbin_ptr and quant_shift_ptr"Johann Koenig
2017-02-20vp9: Fix for non-rd pickmode for high-bitdepth build.Marco
2017-02-16Drop zbin_ptr and quant_shift_ptrJohann
2017-02-15Row based multi-threading of encoding stageRanjit Kumar Tulabandu
2017-02-10vp9: Non-rd mode: use simple block_yrd for 8 bit high bitdepth buildsMarco
2017-02-07vp9: Denoiser speed-up: increase partition and ac skip thresholds.Marco
2017-02-06vp9: speed 8: Tune threshold of ac skip and partitioning.Jerome Jiang
2017-02-01Merge "Changes to facilitate row based multi-threading of ARNR filtering"Yunqing Wang
2017-02-01Changes to facilitate row based multi-threading of ARNR filteringRanjit Kumar Tulabandu
2017-01-31Fix real-time compression regression in hbd modeJingning Han
2017-01-30vp9: Modify bsize condition for using model_rd_large for speed 7.Marco
2017-01-26vp9: Modify bsize condition for using model_rd_large.Marco
2017-01-23vp9: Non-rd pickmode: fix to add ARF mode entries to THR_MODES.Marco
2017-01-20vp9: Add feature to use block source_sad for realtime mode.Marco
2017-01-19vp9: Modify usage of force_skip under low temporal variance in non-rd pickmode.Marco
2017-01-10vp9: Make the denoiser work with spatial SVC.Marco
2016-12-21vp9: 1 pass vbr: Skip find_predictors in pickmode when source is altref.Marco
2016-12-19vp9 denoiser: Fix the logic for re-evaluating zeromv after denoising.Marco
2016-12-16vp9: Change condition to enable recheck_zeromv_after_denoising.Marco
2016-11-22vp9: Use more aggressive skip when short_circuit_low_temp_var = 1.Marco
2016-11-15vp9: Speed 8: More aggresive golden skip for low res.Jerome Jiang
2016-11-03vp9: Non-rd pickmode: fix logic in reference masking.Marco
2016-10-111 pass vbr: Allow for lookahead alt-ref in real-time mode.Marco
2016-09-15apply clang-formatclang-format
2016-09-01Casts to remove some warnings.paulwilkins
2016-08-19vp9_pickmode: quiet float conversion warningsJames Zern
2016-08-18vp9 svc: SVC encoder speed up.JackyChen
2016-08-17vp9 non-rd pickmode: Add limit on newmv-last and golden bias.Marco
2016-08-08Refactor mv limits.Alex Converse
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-07-26Unfork 8-bit in HBD path in vp9_model_rd_from_var_lapndz callers.Alex Converse
2016-07-21VP9: get_pred_context_switchable_interp() -- encoder sideScott LaVarnway
2016-07-08Fix non-highbitdepth coding path for HBD buildYaowu Xu
2016-07-07Merge "Enable HBD support in real time encoding path"Yaowu Xu
2016-07-07vp9: Adjustment to mv bias for non-rd pickmode.Marco
2016-07-06Enable HBD support in real time encoding pathYaowu Xu
2016-07-06vp9: Choose the scheme for modeling rd for 32x32 based on skin color.JackyChen
2016-07-06Merge "Remove txfrm_block_to_raster_xy() from vp9 encoder"Jingning Han
2016-07-04Remove txfrm_block_to_raster_xy() from vp9 encoderJingning Han
2016-06-29vp9: Change the scheme for modeling rd for 32x32 on newmv_last mode.JackyChen
2016-06-27Fix ubsan warnings: vp9/encoder/vp9_pickmode.cYaowu Xu
2016-06-25vp9_pickmode: revert rd modeling change for hbdJames Zern
2016-06-24vp9: Change the scheme for modeling rd for bsize 32x32.jackychen
2016-06-23Revert "vp9: Change the scheme for modeling rd for bsize 32x32."James Zern
2016-06-23Merge "set interp_filter to SWITCHABLE_FILTER for intra block"Angie Chiang