summaryrefslogtreecommitdiff
path: root/vp8/encoder/rdopt.c
AgeCommit message (Expand)Author
2018-10-30clang-tidy: fix vp8/encoder parametersJohann
2018-03-22Fix implicit-fallthrough warningsLinfeng Zhang
2018-03-14vp8 rdopt.c: zero rd.[rate_uv|distortion_uv]Johann
2018-01-18clang-format v5.0.0 vp8/Johann
2017-12-07Fix build warnings for gcc 6.3Jerome Jiang
2017-10-27vp8: correct if/else '{' placementJames Zern
2017-06-21vp8,encodeframe.h: correct prototypesJames Zern
2017-02-14apply clang-formatclang-format
2017-02-14Remove UNINITIALIZED_IS_SAFEJohann
2016-09-29Remove vp8_clear_system_stateJohann
2016-09-15apply clang-formatclang-format
2016-07-19vp8/{bitstream,rdopt},y4minput: correct break placementJames Zern
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-06-01Fix VP8 encoder UBSAN/IOC errorsYaowu Xu
2016-04-01vp8 denoiser: Some adjustments to usage of skin and motion.Marco
2015-09-30vp8: change build_intra_predictors_mby_s to use vpx_dsp.Ronald S. Bultje
2015-08-18Rename vp8 quantize.cJohann
2015-07-07Move sub pixel variance to vpx_dspJohann
2015-05-26Move variance functions to vpx_dspJohann
2015-05-07replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNEDJames Zern
2015-05-06Move shared SAD code to vpx_dspJohann
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2015-04-03rdopt: remove dead storesJames Zern
2014-12-16Silence -Werror=unused-parameterJohann
2014-08-08vp8: Code cleanup for control of denoiser 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-23Removing vp8/common/pragmas.h.Dmitry Kovalev
2014-05-15Revert "Remove Wextra warnings from vp9_sad.c"Jim Bankoski
2014-05-14Remove Wextra warnings from vp9_sad.cDeb Mukherjee
2014-03-15rdopt: quiet -Warray-bounds warningsJames Zern
2013-09-23fix integer overflow in vp8Yaowu Xu
2013-07-16use consistent framerate namingJames Zern
2013-04-19Merge "Removed shadow warnings : mcomp.c rdopt.c"Scott LaVarnway
2013-03-20Removed mode_chosen_countsScott LaVarnway
2013-03-14Removed shadow warnings : mcomp.c rdopt.cScott LaVarnway
2013-01-08Merge "Remove cpi parameter from update_mvcount()"Scott LaVarnway
2012-12-27Merge branch 'vp9-preview' of review:webm/libvpxJohn Koleszar
2012-12-10Moved zbin_mode_boost to macroblock structScott LaVarnway
2012-12-10Moved zbin_over_quant 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-15support building vp8 and vp9 into a single libJohn Koleszar
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