summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_aq_variance.c
AgeCommit message (Expand)Author
2016-09-01Casts to remove some warnings.paulwilkins
2016-08-08Add cpi parameter for forcing segmentation updateYury Gitman
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-05-04variance aq: Fix a variance calculation overflow bug.Alex Converse
2016-01-13Properly set segmentation for error-resilient modeYaowu Xu
2015-08-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse
2015-06-03Duplicate reference variance codeJohann
2015-05-26Move variance functions to vpx_dspJohann
2015-05-13Relocate memory operations for common codeJohann
2014-11-27Increase strength of AQ1.Paul Wilkins
2014-11-21Fix some minor nits.Paul Wilkins
2014-11-21Switch AQ1 segment basis from q ratio to rate ratio.Paul Wilkins
2014-11-20Add adaptive midpoint for AQ1.Paul Wilkins
2014-11-20Add variance restriction to AQ2.Paul Wilkins
2014-11-20Further AQ1 clean up.Paul Wilkins
2014-11-20Initial AQ1 restructuring.Paul Wilkins
2014-11-07AQ1 - remove first pass weights.Paul Wilkins
2014-10-09Rename highbitdepth functions to use highbd prefixDeb Mukherjee
2014-09-25Adds various high bit-depth encode functionsDeb Mukherjee
2014-09-16Adds high bitdepth quantization functionsDeb Mukherjee
2014-07-02Split vp9_rdopt into vp9_rdopt and vp9_rd.Alex Converse
2014-04-07Moving compute_qdelta functions into vp9_ratectrl.{h, c}.Dmitry Kovalev
2014-03-21Rename the aq_mode files.Marco Paniconi