summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_pickmode.c
AgeCommit message (Expand)Author
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
2017-06-01vp9: SVC: Force subpel search off under certain conditions.Marco
2017-05-11Merge "vp9: SVC: Increase the partiiton and acskip thresholds"Marco Paniconi
2017-05-11vp9: SVC: Increase the partiiton and acskip thresholdsMarco
2017-05-11vp9: SVC: allow for setting the interp_filter in non-rd pickmode.Marco
2017-05-01Merge "vp9: SVC: Early exit on golden ref in non-rd pickmode."Marco Paniconi
2017-05-01Merge "Clean vp9_highbd_build_inter_predictor() and highbd_inter_predictor()"Linfeng Zhang
2017-05-01vp9: SVC: Early exit on golden ref in non-rd pickmode.Marco
2017-04-26Merge "Make the row based multi-threaded encoder deterministic"Yunqing Wang
2017-04-26Merge "Update highbd convolve functions arguments to use uint16_t src/dst"Linfeng Zhang
2017-04-26Merge "vp9: SVC: Adjust some speed settings for temporal layers."Marco Paniconi
2017-04-26Merge "vp9: speed >= 8: Skip uv variance in model_rd_sb_y_large"Jerome Jiang
2017-04-25vp9: SVC: Adjust some speed settings for temporal layers.Marco
2017-04-25vp9: speed >= 8: Skip uv variance in model_rd_sb_y_largeJerome Jiang
2017-04-25Clean vp9_highbd_build_inter_predictor() and highbd_inter_predictor()Linfeng Zhang
2017-04-25Update highbd convolve functions arguments to use uint16_t src/dstLinfeng Zhang
2017-04-24vp9; Reduce artifact in non-rd pickmode for lighting changes.Marco
2017-04-24Make the row based multi-threaded encoder deterministicYunqing Wang
2017-04-21Merge "vp9: SVC: fix condition for partition/skip threshold when denoising."Marco Paniconi
2017-04-20vp9: SVC: fix condition for partition/skip threshold when denoising.Marco
2017-04-20vp9: Non-rd pickmode: Avoid computation duplication.Jerome Jiang
2017-04-19Clean CONVERT_TO_BYTEPTR/SHORTPTR in convolveLinfeng Zhang
2017-04-06vp9; Move the denoising condition for speed 5.Marco
2017-04-05vp9: Temporal denoising: avoid denoising for speed <= 5.Marco
2017-04-03Merge "Fix for out of range motion vector bug in sub-pel motion estimation"Yunqing Wang
2017-04-03Fix for out of range motion vector bug in sub-pel motion estimationRanjit Kumar Tulabandu