summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_aq_cyclicrefresh.c
AgeCommit message (Expand)Author
2016-12-05vp9: Adjust the weight factor for segment rate cost for aq-mode=3.Marco
2016-11-23vp9: Adjust cyclic refresh parameters for low bitrates.Marco
2016-11-08vp9: Adjust thresholds for limiting cyclic refresh for noisy content.Marco
2016-08-08Add cpi parameter for forcing segmentation updateYury Gitman
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-05-05vp9: Reduce qp threshold for limiting cyclic refresh on steady blocks.Marco
2016-04-22vp9: Move consec_zero_mv from cyclic refresh to cpi struct.Marco
2016-03-17vp9: Improvement to skin detection.Marco
2016-03-17vp9: Fix the threshold for gf update in cyclic refresh.Marco
2016-02-22vp9 aq-mode=3: Allow it to be used for 1 pass VBR mode.Marco
2016-02-17vp9_cyclic_refresh_alloc: correct cleanup on errorJames Zern
2016-02-05vp9-dynamic resize: On a resize trigger frame refresh alt_ref.Marco
2016-02-05vp9_aq_cyclicrefresh: fix unused-function warningJames Zern
2016-02-04vp9 aq-mode=3: Keep it on even at low bitrates.Marco
2016-02-01vp9: Add flag to control usage of skin detection.Marco
2016-01-27vp9-aqmode=3: Limit on period for golden update.Marco
2016-01-21vp9_aq_cyclicrefresh: fix double->float warningJames Zern
2016-01-20vp9-aqmode=3: Reduce condition below which we turn off delta-qp.Marco
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2016-01-04vp9-skin detection: Refactoring.Marco
2015-12-22aq-mode=3: Don't reset segment if block is determined to be skin.Marco
2015-11-11Adjust motion threshold to limit cyclic refresh.Marco
2015-11-02Move noise level estimate outside denoiser.Marco
2015-10-27Adjustments to vp9-denoising.Marco
2015-10-16Adjustment on limiting cyclic refresh on steady blocks.Marco
2015-10-15Fix resetting of cyclic refresh on dynamic resize change.Marco
2015-10-06Move setting of refresh threshold outside loop.Marco
2015-09-25Limit cyclic refresh on steady background blocks.Marco
2015-09-23Adjust rate-boost threshold in cyclic refresh for seg#2.Marco
2015-09-15Add cyclic refresh parameters to svc-layer context.Marco
2015-09-14CR: Don't attempt to read qindex_delta for segments CR is unaware of.Alex Converse
2015-09-10Prevent CR in screen mode from refreshing flat inter blocks forever.Alex Converse
2015-09-08Move cyclic_refresh struct into .h file.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-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse
2015-08-07Fix a setting in cyclic refresh.Marco
2015-07-16Dynamic resize for 1 pass: update of golden frame.Marco
2015-06-24Fix to unstable build from commit 517a66.Marco
2015-06-23aq-mode=3: Reduce boost for segment#2 at low bitrates/low res.Marco
2015-06-19Limit cyclic refresh revisitng blocks at the same quantizer.Alex Converse
2015-06-18Add dynamic resize logic for 1 pass CBR.Marco
2015-06-11Move adjustment of some CR parameters to existing function.Marco
2015-06-09Adjust some parameters for cyclic refresh for low bitrates.Marco
2015-05-15vp9/encoder: make some functions staticJames Zern
2015-04-30Merge "Improve golden frame refreshing in non-rd mode"Yunqing Wang
2015-04-29Improve golden frame refreshing in non-rd modeYunqing Wang
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-03-18Adjustments to aq-mode=3.Marco
2015-03-13Merge "Lower bitrate threshold below which cyclic refresh is turned off."Marco