summaryrefslogtreecommitdiff
path: root/vp8/encoder/pickinter.c
AgeCommit message (Expand)Author
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
2012-12-04Moving mbs_tested_so_far, mode_test_hit_counts to macroblock structScott LaVarnway
2012-12-04Remove cpi parameter from update_mvcount()Scott LaVarnway
2012-11-06Moving rd_thresh_mult, rd_threshes to macroblock structScott LaVarnway
2012-11-06Moving MVcount to macroblock structScott LaVarnway
2012-11-02Removed unnecessary VP8_COMP *cpi parametersScott LaVarnway
2012-10-16Fix to rd cost computation for mv bias.Marco Paniconi
2012-10-09multi-res: disable intra on forced ref framesJohn Koleszar
2012-10-09multi-res: add parent_ref_valid flagJohn Koleszar
2012-10-08multi-res: work around reference mismatchJohn Koleszar
2012-10-03fix uninitialized value in multi-res encodingJohn Koleszar
2012-08-21Add biasing to ZEROMV for videos with static backgroundYunqing Wang