summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_pickmode.c
AgeCommit message (Expand)Author
2018-06-11vp9 svc: Denoise golden when it's a temporal ref.Jerome Jiang
2018-06-07vp9 svc: add control to set using second temporal ref.Jerome Jiang
2018-06-04vp9-svc: Allow usage of second (long term) temporal reference.Jerome Jiang
2018-05-31VP9: Allow for bilinear subpel interp at speed 9 for high motion.Jerome Jiang
2018-05-21vp9-svc: Small code cleanup in nonrd-pickmode.Marco Paniconi
2018-05-17vp9-svc: Skip find_predictors based on ref_frame_flags.Marco Paniconi
2018-05-16vp0-svc: Small code cleanup in nonrd-pickmode.Marco Paniconi
2018-05-15vp9: Some speed feature settings for speed 9.Marco Paniconi
2018-05-14VP9: Add speed 9 for subpel search.Jerome Jiang
2018-05-11Fix valgrind failure on uninitialized values.Jerome Jiang
2018-05-10vp9: Adjust some early exits in nonrd-pickmode.Marco Paniconi
2018-05-09vp9-svc: Fix inter-layer early exit threshold.Marco Paniconi
2018-05-01Clean switch cases in vp9 encoderLinfeng Zhang
2018-04-26Respect MV limit in vp9_int_pro_motion_estimation()Hui Su
2018-04-18vp9: Changes for scene detection overshoot and SVC.Marco Paniconi
2018-03-28vp9-svc: Fix in pickmode for key frames.Marco Paniconi
2018-02-09Reland "Add ROI support for VP9."Jerome Jiang
2018-01-25vp9-svc: Adjust logic on intra mode search.Marco
2018-01-25vp9-svc: Add QP dependency to thresh_svc_skip_golden.Marco
2018-01-18clang-format v5.0.0 vp9/Johann
2017-12-06vp9: Nonrd-pickmode: move some early exits up.Marco
2017-12-05vp9-svc: Allow for nonzero motion on spatial reference.Marco
2017-12-01vp9-svc: Set num_inter_modes in non-rd pickmode.Marco
2017-11-30Nonrd-pickmode: avoid duplicate computation of UV predictor.Marco
2017-11-29vp9-svc: Don't allow encode_breakout on golden ref.Marco
2017-11-06Nonrd_pickmode: avoid computing UV cost when early_term is set.Marco
2017-11-03Compound prediction mode for nonrd pickmode.Marco
2017-10-04Modify early exit for alt_ref in nonrd_pickmode.Marco
2017-10-02ARF in 1 pass vbr: modify skip ref_frame in nonrd_pickmode.Marco
2017-09-28vp9: Modification to adapt the ARF usage for 1 pass vbrMarco
2017-09-20vp9: Modify pickmode early exit for ARF in 1pass.Marco
2017-09-19vp9: Modify simple_block_yrd condition for SVCMarco
2017-09-18vp9: Adjustments for ARF usage in 1 pass vbr.Marco
2017-09-08Fix bug in intra mode rd penalty.paulwilkins
2017-09-05Remove get_filter_base() and get_filter_offset() in convolveLinfeng Zhang
2017-08-31vp9: Skip testing duplicate zero mv in nonrd-pickmode.Jerome Jiang
2017-08-23vp9: SVC: Skip NEWMV for small blocks for (0, 0) base_mv.Marco
2017-07-30vp9: Fix denoising condition when pickmode partition is used.Marco
2017-07-18vp9: Disable usage of sb_use_mv_part for SVC.Marco
2017-07-17vp9: Reuse motion from choose_partitioning in NEWMV search.Marco
2017-07-06vp9: Nonrd mode: use content_state_sb for high motion.Marco
2017-06-30Merge "cosmetics,vp9/encoder: s/txm/txfm/"James Zern
2017-06-30vp9: Adjust condition for checking intra mode.Marco
2017-06-29cosmetics,vp9/encoder: s/txm/txfm/James Zern
2017-06-21vp9: Add high source sad to content state.Marco
2017-06-21vp9: Adjustments for aq-mode and pickmode for speed >= 8.Marco
2017-06-18vp9: SVC: Rework the usage of base_mv for SVC.Marco
2017-06-07vp9: SVC: Enable simple_block_yrd for temporal layers.Marco
2017-06-06Initialize cost_list all to INT_MAX.Jerome Jiang
2017-06-05Fix valgrind failure on uninitialized variables.Jerome Jiang