summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_picklpf.c
Commit message (Expand)AuthorAgeFilesLines
* vp9_ethread: add parallel loopfilterYunqing Wang2015-01-161-2/+8
* Use 64 bit to accumulate frame sse.Paul Wilkins2015-01-071-7/+9
* Corrected the renaming of CONFIG_VP9_HIGH ro CONFIG_VP9_HIGHBITDEPTH.Peter de Rivaz2014-12-041-1/+1
* vp9_ethread: modify VP9_COMP structureYunqing Wang2014-11-241-1/+1
* Revert "vp9_ethread: include a pointer to mb in VP9_COMP"Yunqing Wang2014-11-201-1/+1
* vp9_ethread: include a pointer to mb in VP9_COMPYunqing Wang2014-11-141-1/+1
* Adds various high bit-depth encode functionsDeb Mukherjee2014-09-251-0/+27
* Adds high bitdepth quantization functionsDeb Mukherjee2014-09-161-1/+1
* vp9_picklpf: search_filter_level: remove filt_errJames Zern2014-09-111-14/+7
* Moving pass from VP9_COMP to VP9EncoderConfig.Dmitry Kovalev2014-08-081-2/+2
* Allow encoder to set lpf level to 0Yaowu Xu2014-06-271-1/+3
* Moving loopfilter call to vp9_decode_frame().Dmitry Kovalev2014-05-121-1/+2
* Clean up of firstpass.cPaul Wilkins2014-05-121-4/+8
* Renaming "onyx" to "encoder".Dmitry Kovalev2014-04-221-1/+1
* Adding consts in vp9_picklpf.c.Dmitry Kovalev2014-04-111-9/+10
* Rewriting calc_plane_error() function.Dmitry Kovalev2014-03-271-1/+1
* Merge "Convert use_fast_lpf_pick to an enum."Dmitry Kovalev2014-03-211-3/+3
|\
| * Convert use_fast_lpf_pick to an enum.Alex Converse2014-03-211-3/+3
* | Tiny vp9_picklpf.c cleanup.Dmitry Kovalev2014-03-211-16/+16
|/
* vp9_picklpf.c: remove unused functions and paramsYaowu Xu2014-03-051-14/+5
* Rename a loopfilter parameterYunqing Wang2014-01-311-6/+6
* Cache loop filter errors.Alex Converse2014-01-241-2/+19
* Refactor loop filter level search.Alex Converse2014-01-241-26/+20
* Add some consts to vp9_calc_ss_err().Alex Converse2014-01-241-2/+3
* Add a method to estimate loop filter level from quantizer and frame type.Alex Converse2014-01-241-4/+26
* Cleaning up vp9_picklpf.c file.Dmitry Kovalev2014-01-171-53/+28
* Removing unused vp9_yv12_copy_partial_frame() function.Dmitry Kovalev2014-01-161-12/+0
* Removing unused calc_partial_ssl_err() function.Dmitry Kovalev2014-01-131-38/+0
* Renaming 'Sharpness' to 'sharpness'.Dmitry Kovalev2014-01-081-1/+1
* cpplint issues in vp9_picklpf.cJim Bankoski2013-10-041-28/+15
* Removing redundant code and function arguments.Dmitry Kovalev2013-08-091-36/+15
* Moving loopfilter struct to VP9_COMMON.Dmitry Kovalev2013-08-091-1/+1
* Added lpf level picking using partial frameYaowu Xu2013-08-091-8/+5
* renamed vp8_yv12_copy_y to vpx_yv12_copy_yYaowu Xu2013-08-091-4/+4
* added a speed feature on lpf level pickingYaowu Xu2013-08-091-0/+4
* Moving all loop filter related variables into new struct.Dmitry Kovalev2013-07-191-5/+7
* Renaming TXFM_MODE to TX_MODE (like TX_SIZE, TX_TYPE).Dmitry Kovalev2013-07-191-1/+1
* Remove loop dering experiment.Paul Wilkins2013-05-251-29/+3
* Remove obselete codeYaowu Xu2013-04-101-105/+0
* Add an in-loop deringing experimentJohn Koleszar2013-03-261-3/+30
* Fix pulsing issue with scalingJohn Koleszar2013-03-131-1/+1
* Avoid allocating memory when resizing framesJohn Koleszar2013-02-081-1/+2
* Merge vp9-preview changes into experimental branchJohn Koleszar2013-01-081-2/+0
|\
| * Build fixes to merge vp9-preview into masterJohn Koleszar2012-12-261-2/+0
| * Begin to refactor vpx_scale usage in VP9Johann2012-12-051-0/+1
| * Remove ARM optimizations from VP9Johann2012-12-051-72/+4
* | minor loop filter refactoring and cleanupYaowu Xu2013-01-071-3/+3
* | Use standard integer types for pixel values and coefficients.Ronald S. Bultje2012-12-181-3/+3
* | Use 'vpx_scale' consistentlyJohann2012-12-051-1/+1
* | Begin to refactor vpx_scale usage in VP9Johann2012-12-031-0/+1