summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_speed_features.c
AgeCommit message (Expand)Author
2016-06-13vp9: Encoding cycle reduction for speed 8.JackyChen
2016-06-02vp9: Fix valgrind failure for short circuit on low temporal vaiance block.JackyChen
2016-06-02Disable short circuit feature for low temporal variance.JackyChen
2016-06-01vp9: Skip some modes when variance is low for big blocks, for 1 pass real-time.jackychen
2016-03-25vp9: 1 pass vbr mode at speed 5: switch to use mv.search to NSTEP.Marco
2016-03-15Use whole pixel only at speed 8 screen content.Alex Converse
2016-02-16vp9-real-time mode: Fix condition for allowing reference masking.Marco
2016-02-11vp9-resize: Force reference masking off for external dynamic-resizing.Marco
2016-01-22Short circuit flat blocks when coding screen content at realtime speed.Alex Converse
2015-12-17Non-rd speed >=5: Include H/V intra for bsize=16x16.Marco
2015-11-30vp9 denoiser: Fix to re-evaluate mode selection.Marco
2015-11-24vp9 denoiser: Re-evaluate ZEROMV after denoiser filtering.Marco
2015-11-17Changes to best quality settings.paulwilkins
2015-11-13Changes to exhaustive motion search.paulwilkins
2015-10-13Changes to partition breakout rules.paulwilkins
2015-09-11Remove unneeded/incorrect comment.Marco
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern
2015-08-11Adjust speed setting for temporal layers in 1 pass non-rd mode.Marco
2015-07-31Turn off simple_model_rd_from_var at speed 4.Alex Converse
2015-07-30Convert simple_model_rd_from_var from a speed check to a speed feature.Alex Converse
2015-07-16Fix bug in setting sf->use_square_partition_only.paulwilkins
2015-07-08Changes to use of rectangular partitions.paulwilkins
2015-07-08Change speed and rd features for formatting bars.paulwilkins
2015-06-09Enable more split modes for animated content.Paul Wilkins
2015-06-08Merge "Animation and dead zone detection."Paul Wilkins
2015-06-05Fix to spatial svc: set reference_frame masking.Marco
2015-06-04Animation and dead zone detection.Paul Wilkins
2015-05-15Change tx_size_search_method setting for non-rd speed 5.Marco
2015-05-07Merge "Image size restriction to rd auto partition search."paulwilkins
2015-05-05Merge "Remove CONSTRAIN_NEIGHBORING_MIN_MAX."paulwilkins
2015-05-04Allow for H and V intra modes for non-rd mode.Marco
2015-05-01Image size restriction to rd auto partition search.paulwilkins
2015-05-01Remove CONSTRAIN_NEIGHBORING_MIN_MAX.paulwilkins
2015-03-27Speed 5: use non-rd mode for key frame coding.Marco
2015-02-10Auto-adaptive encoder frame resizing logicAdrian Grange
2015-02-02adjust rtc setting and thresholdYaowu Xu
2015-01-22Remove elevate_newmv_thresh from SPEED_FEATURES (unused)Adrian Grange
2014-12-17Corrected value range of --cpu-used for vp9Yaowu Xu
2014-12-05Enable conditional skip path in rd_pick_intra_sby_modeJingning Han
2014-12-05Use hybrid RD and non-RD coding flow for key frame codingJingning Han
2014-12-03Merge "Rework coeff probability model update for rtc coding"Jingning Han
2014-12-03Enable non-rd mode coding on key frame, for speed 6.Marco
2014-12-03Rework coeff probability model update for rtc codingJingning Han
2014-11-25Remove repeated search_type_check_frequency assignJingning Han
2014-11-24vp9_ethread: modify VP9_COMP structureYunqing Wang
2014-11-24Key frame non-RD mode decision processJingning Han
2014-11-20Allow DC/H/V/TM on screen content.Alex Converse
2014-11-20Drop special inter mode selection for screen content.Alex Converse
2014-11-20Merge "vp9_ethread: move max/min partition size to mb struct"Yunqing Wang