summaryrefslogtreecommitdiff
path: root/vp8/encoder/pickinter.c
AgeCommit message (Expand)Author
2018-10-30clang-tidy: fix vp8/encoder parametersJohann
2018-03-22Fix implicit-fallthrough warningsLinfeng Zhang
2018-01-11adopt some clang 5.0.0 formattingJohann
2017-06-22vp8: Compute skinmap only once before encoding.Jerome Jiang
2017-06-15Enable 8x8 skin detection for vp8.Jerome Jiang
2017-06-12vp8_skin_detection: add 'vp8_' prefix to public fnsJames Zern
2017-06-12rename vp8/common/skin_detection.[hc] -> vp8_*James Zern
2017-05-25Refactor: Move vp8 skin detection to new files.Jerome Jiang
2017-03-15vp8: Fix compiler warning in vp8 pickinter.cMarco
2017-02-14Remove UNINITIALIZED_IS_SAFEJohann
2016-09-19vp8/encoder: quiet some -Wshorten-64-to-32 warningsJames Zern
2016-09-15apply clang-formatclang-format
2016-09-09vp8: Set the skin model to mode 1.Marco
2016-07-28vp8: Switch skin model to mode 0 to save some cycle.JackyChen
2016-07-19vp8: apply clang-tidy google-readability-braces-around-statementsclang-tidy
2016-07-18prepend ++ instead of post in for loops.Jim Bankoski
2016-07-15vp8: apply clang-formatclang-format
2016-04-26vp8: Adjust consec_zeromv thresholds for skin detection.Marco
2016-04-01vp8 denoiser: Some adjustments to usage of skin and motion.Marco
2016-03-24vp8-denoiser: Use the same skin detection for model=1 as in vp9.Marco
2016-01-28VPX skin map improvement.JackyChen
2015-09-30vp8: change build_intra_predictors_mby_s to use vpx_dsp.Ronald S. Bultje
2015-09-08Remove some trailing whitespacesDebargha Mukherjee
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-28Merge "vp8: modifcatiion to skin map computation."Marco Paniconi
2015-08-27vp8: use VPX(MIN|MAX) from vpx_dsp_common.hJames Zern
2015-08-25Limit new motion vector sizeYaowu Xu
2015-08-24vp8: modifcatiion to skin map computation.Marco
2015-07-07Move sub pixel variance to vpx_dspJohann
2015-05-26Move variance functions to vpx_dspJohann
2015-05-14vp8/rdopt.h+onyx_int.h: add some missing prototypesJames Zern
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2015-01-12vp8: Fix to crash in pick_inter.Marco
2014-12-16Silence -Werror=unused-parameterJohann
2014-12-03Various updates to vp8.Marco
2014-10-13Resolves some lint errorsDeb Mukherjee
2014-10-08vp8: Suppress denoising with respect to old reference frames.Marco
2014-09-02Updates to adaptive/aggressive denoiser mode.Marco
2014-08-14vp8: Modify to use closest reference in zero_mv bias.Marco
2014-08-08vp8: Code cleanup for control of denoiser mode.Marco Paniconi
2014-07-29vp8: Add an aggressive denoising mode.Marco Paniconi
2014-07-15vp8: Allow for on/off control of UV temporal denoiser.Marco Paniconi
2014-06-13Allow for deblocking temporal-denoised signal.Marco Paniconi
2014-06-04s/INT_MAX/UINT_MAX/ where appropriateTim Kopp
2014-05-16vp8: Add increase_denoising parameter to denoiser.Marco Paniconi
2014-04-23Add VPXD_SET_DECRYPTOR support to the VP9 decoder.Joey Parrish
2013-04-11Fix for multi-res-encoding:Marco Paniconi
2013-01-08Merge "Remove cpi parameter from update_mvcount()"Scott LaVarnway
2012-12-10Moved error_bins to macroblock structScott LaVarnway