summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_picklpf.c
AgeCommit message (Expand)Author
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
2013-03-13Fix pulsing issue with scalingJohn Koleszar
2013-02-08Avoid allocating memory when resizing framesJohn Koleszar
2013-01-08Merge vp9-preview changes into experimental branchJohn Koleszar
2013-01-07minor loop filter refactoring and cleanupYaowu Xu
2012-12-26Build fixes to merge vp9-preview into masterJohn Koleszar
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-12-05Use 'vpx_scale' consistentlyJohann
2012-12-05Begin to refactor vpx_scale usage in VP9Johann
2012-12-05Remove ARM optimizations from VP9Johann
2012-12-03Begin to refactor vpx_scale usage in VP9Johann
2012-12-03Remove ARM optimizations from VP9Johann
2012-11-28more rtcd cleanupJim Bankoski
2012-11-28fixed includes to be fully specifiedJim Bankoski
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar