summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_pickmode.c
AgeCommit message (Expand)Author
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
2016-06-22set interp_filter to SWITCHABLE_FILTER for intra blockAngie Chiang
2016-06-22Merge "vp9: Change the scheme for modeling rd for bsize 32x32."Jacky Chen
2016-06-22vp9: Change the scheme for modeling rd for bsize 32x32.jackychen
2016-06-21Fix ubsan warnings: vp9/encoder/vp9_mcomp.cYaowu Xu
2016-06-17Merge "vp9_pickmode: quiet int64->int conversion warning"James Zern
2016-06-16Merge "vp9: Adjustments to nonrd-pickmode for vbr"Marco Paniconi
2016-06-15vp9_pickmode: quiet int64->int conversion warningJames Zern
2016-06-15vp9: Adjustments to nonrd-pickmode for vbrMarco
2016-06-15Merge "VP9: block_yrd(): Use RD_COST * instead"Scott LaVarnway
2016-06-15Merge "vp9: Code clean up for short circuit feature in low temp variance."Jacky Chen
2016-06-15VP9: block_yrd(): Use RD_COST * insteadScott LaVarnway
2016-06-15Merge "VP9: minor block_yrd() refactoring"Scott LaVarnway
2016-06-14vp9: Code clean up for short circuit feature in low temp variance.JackyChen
2016-06-13vp9: Encoding cycle reduction for speed 8.JackyChen
2016-06-13VP9: minor block_yrd() refactoringScott LaVarnway
2016-06-01vp9: Skip some modes when variance is low for big blocks, for 1 pass real-time.jackychen
2016-05-31vp9: Skip computation of best_sad for newmv, unless needed.Marco
2016-05-20vp9: Remove a redundent condition in sub-pixel filter choosing.jackychen
2016-05-19vp9: Refactor some denoiser logic in vp9_pick_inter_mode.JackyChen
2016-05-13Move non-zero mv bias on large block out of vp9_pick_inter_mode.JackyChen
2016-05-09pickmode: Fix a pair of unsigned overflows.Alex Converse