index
:
libvpx.git
riscv64_android_optimization
Unnamed repository; edit this file 'description' to name the repository.
Yuuta Liang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vp9
/
encoder
/
vp9_aq_cyclicrefresh.c
Age
Commit message (
Expand
)
Author
2015-09-08
Move cyclic_refresh struct into .h file.
Marco
2015-08-31
Include vpx_dsp_common.h when using VPXMIN/MAX
Johann
2015-08-26
vpx_dsp_common: add VPX prefix to MIN/MAX
James Zern
2015-08-10
Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.h
Alex Converse
2015-08-07
Fix a setting in cyclic refresh.
Marco
2015-07-16
Dynamic resize for 1 pass: update of golden frame.
Marco
2015-06-24
Fix to unstable build from commit 517a66.
Marco
2015-06-23
aq-mode=3: Reduce boost for segment#2 at low bitrates/low res.
Marco
2015-06-19
Limit cyclic refresh revisitng blocks at the same quantizer.
Alex Converse
2015-06-18
Add dynamic resize logic for 1 pass CBR.
Marco
2015-06-11
Move adjustment of some CR parameters to existing function.
Marco
2015-06-09
Adjust some parameters for cyclic refresh for low bitrates.
Marco
2015-05-15
vp9/encoder: make some functions static
James Zern
2015-04-30
Merge "Improve golden frame refreshing in non-rd mode"
Yunqing Wang
2015-04-29
Improve golden frame refreshing in non-rd mode
Yunqing Wang
2015-04-28
vpx_mem: remove vpx_memset
James Zern
2015-03-18
Adjustments to aq-mode=3.
Marco
2015-03-13
Merge "Lower bitrate threshold below which cyclic refresh is turned off."
Marco
2015-03-13
Lower bitrate threshold below which cyclic refresh is turned off.
Marco
2015-03-12
Reconcile active_map and cyclic refresh
Alex Converse
2015-03-10
Modify update golden reference update under aq-mode=3 mode.
Marco
2015-02-26
Fix arithmetic overflow warnings.
Marco
2015-02-20
Adjustments to cyclic refresh (aq-mode=3).
Marco
2015-01-26
aq-mode=3: Update to allow for refresh on modes other than zero-mv.
Marco
2014-12-03
Increase delta-qp for aq=3 mode, after key frame.
Marco
2014-12-01
Cyclic refresh: factor segment delta-q into rate control.
Marco Paniconi
2014-11-21
Only allow for cyclic refresh (aq=3 mode) for base layer.
Marco
2014-11-13
vp9_ethread: modify the cyclic refresh struct
Yunqing Wang
2014-11-05
Rework cut-off decisions in cyclic refresh aq mode
Jingning Han
2014-09-16
Adds high bitdepth quantization functions
Deb Mukherjee
2014-07-02
Split vp9_rdopt into vp9_rdopt and vp9_rd.
Alex Converse
2014-04-21
Enable background detection for adaptive quantizer control
Jingning Han
2014-04-15
Renaming av_per_frame_bandwidth to avg_frame_bandwidth.
Dmitry Kovalev
2014-04-11
Adding temp variable q to vp9_cyclic_refresh_setup().
Dmitry Kovalev
2014-04-07
Moving compute_qdelta functions into vp9_ratectrl.{h, c}.
Dmitry Kovalev
2014-04-02
Set min_block_size for aq_mode=3 to 8x8.
Marco Paniconi
2014-03-26
aq_mode=3: Set target seg_map in sb-block order.
Marco Paniconi
2014-03-26
Encapsulating CYCLIC_REFRESH struct into .c file.
Dmitry Kovalev
2014-03-24
Cleaning up vp9_aq_cyclicrefresh.{c, h}.
Dmitry Kovalev
2014-03-24
Fix to a static warning.
Marco Paniconi
2014-03-21
Rename the aq_mode files.
Marco Paniconi