summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_picklpf.c
AgeCommit message (Expand)Author
2017-02-22vp9: 1pass CBR: modify condition for reducing loop filter.Marco
2017-01-27vp9: Fix to pick_filter_level for highbitdepth build.Marco
2016-09-26vp9: Reduce frame loopfilter-level for 1 pass cbr.Marco
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-06-24Port metric computation changes from nextgenv2Yaowu Xu
2016-01-19Loop filter search resets on overlay frame.paulwilkins
2015-09-29VP9: move loopfilter build masks to decode loopScott LaVarnway
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern
2015-05-13Relocate memory operations for common codeJohann
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-01-16vp9_ethread: add parallel loopfilterYunqing Wang
2015-01-07Use 64 bit to accumulate frame sse.Paul Wilkins
2014-12-04Corrected the renaming of CONFIG_VP9_HIGH ro CONFIG_VP9_HIGHBITDEPTH.Peter de Rivaz
2014-11-24vp9_ethread: modify VP9_COMP structureYunqing Wang
2014-11-20Revert "vp9_ethread: include a pointer to mb in VP9_COMP"Yunqing Wang
2014-11-14vp9_ethread: include a pointer to mb in VP9_COMPYunqing Wang
2014-09-25Adds various high bit-depth encode functionsDeb Mukherjee
2014-09-16Adds high bitdepth quantization functionsDeb Mukherjee
2014-09-11vp9_picklpf: search_filter_level: remove filt_errJames Zern
2014-08-08Moving pass from VP9_COMP to VP9EncoderConfig.Dmitry Kovalev
2014-06-27Allow encoder to set lpf level to 0Yaowu Xu
2014-05-12Moving loopfilter call to vp9_decode_frame().Dmitry Kovalev
2014-05-12Clean up of firstpass.cPaul Wilkins
2014-04-22Renaming "onyx" to "encoder".Dmitry Kovalev
2014-04-11Adding consts in vp9_picklpf.c.Dmitry Kovalev
2014-03-27Rewriting calc_plane_error() function.Dmitry Kovalev
2014-03-21Merge "Convert use_fast_lpf_pick to an enum."Dmitry Kovalev
2014-03-21Convert use_fast_lpf_pick to an enum.Alex Converse
2014-03-21Tiny vp9_picklpf.c cleanup.Dmitry Kovalev
2014-03-05vp9_picklpf.c: remove unused functions and paramsYaowu Xu
2014-01-31Rename a loopfilter parameterYunqing Wang
2014-01-24Cache loop filter errors.Alex Converse
2014-01-24Refactor loop filter level search.Alex Converse
2014-01-24Add some consts to vp9_calc_ss_err().Alex Converse
2014-01-24Add a method to estimate loop filter level from quantizer and frame type.Alex Converse
2014-01-17Cleaning up vp9_picklpf.c file.Dmitry Kovalev
2014-01-16Removing unused vp9_yv12_copy_partial_frame() function.Dmitry Kovalev
2014-01-13Removing unused calc_partial_ssl_err() function.Dmitry Kovalev
2014-01-08Renaming 'Sharpness' to 'sharpness'.Dmitry Kovalev
2013-10-04cpplint issues in vp9_picklpf.cJim Bankoski
2013-08-09Removing redundant code and function arguments.Dmitry Kovalev
2013-08-09Moving loopfilter struct to VP9_COMMON.Dmitry Kovalev
2013-08-09Added lpf level picking using partial frameYaowu Xu
2013-08-09renamed vp8_yv12_copy_y to vpx_yv12_copy_yYaowu Xu
2013-08-09added a speed feature on lpf level pickingYaowu Xu
2013-07-19Moving all loop filter related variables into new struct.Dmitry Kovalev
2013-07-19Renaming TXFM_MODE to TX_MODE (like TX_SIZE, TX_TYPE).Dmitry Kovalev
2013-05-25Remove loop dering experiment.Paul Wilkins
2013-04-10Remove obselete codeYaowu Xu
2013-03-26Add an in-loop deringing experimentJohn Koleszar