summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_aq_cyclicrefresh.c
AgeCommit message (Expand)Author
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
2015-03-13Lower bitrate threshold below which cyclic refresh is turned off.Marco
2015-03-12Reconcile active_map and cyclic refreshAlex Converse
2015-03-10Modify update golden reference update under aq-mode=3 mode.Marco
2015-02-26Fix arithmetic overflow warnings.Marco
2015-02-20Adjustments to cyclic refresh (aq-mode=3).Marco
2015-01-26aq-mode=3: Update to allow for refresh on modes other than zero-mv.Marco
2014-12-03Increase delta-qp for aq=3 mode, after key frame.Marco
2014-12-01Cyclic refresh: factor segment delta-q into rate control.Marco Paniconi
2014-11-21Only allow for cyclic refresh (aq=3 mode) for base layer.Marco
2014-11-13vp9_ethread: modify the cyclic refresh structYunqing Wang
2014-11-05Rework cut-off decisions in cyclic refresh aq modeJingning Han
2014-09-16Adds high bitdepth quantization functionsDeb Mukherjee
2014-07-02Split vp9_rdopt into vp9_rdopt and vp9_rd.Alex Converse
2014-04-21Enable background detection for adaptive quantizer controlJingning Han
2014-04-15Renaming av_per_frame_bandwidth to avg_frame_bandwidth.Dmitry Kovalev
2014-04-11Adding temp variable q to vp9_cyclic_refresh_setup().Dmitry Kovalev
2014-04-07Moving compute_qdelta functions into vp9_ratectrl.{h, c}.Dmitry Kovalev
2014-04-02Set min_block_size for aq_mode=3 to 8x8.Marco Paniconi
2014-03-26aq_mode=3: Set target seg_map in sb-block order.Marco Paniconi
2014-03-26Encapsulating CYCLIC_REFRESH struct into .c file.Dmitry Kovalev
2014-03-24Cleaning up vp9_aq_cyclicrefresh.{c, h}.Dmitry Kovalev
2014-03-24Fix to a static warning.Marco Paniconi
2014-03-21Rename the aq_mode files.Marco Paniconi