summaryrefslogtreecommitdiff
path: root/vp8/encoder/mcomp.c
AgeCommit message (Expand)Author
2016-09-15apply clang-formatclang-format
2016-08-23Remove halfpix specializationJohann
2016-07-19vp8: remove extra semicolonsJames 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-05-09Alignment is required for sad_array8Johann
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-27vp8: use VPX(MIN|MAX) from vpx_dsp_common.hJames Zern
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
2014-12-16Silence -Werror=unused-parameterJohann
2014-09-25Fix IOCsYaowu Xu
2014-05-15Revert "Remove Wextra warnings from vp9_sad.c"Jim Bankoski
2014-05-14Remove Wextra warnings from vp9_sad.cDeb Mukherjee
2014-04-23Add VPXD_SET_DECRYPTOR support to the VP9 decoder.Joey Parrish
2013-09-23fix integer overflow in vp8Yaowu Xu
2013-04-19Merge "Removed shadow warnings : mcomp.c rdopt.c"Scott LaVarnway
2013-03-18ENTROPY_STATS -> VP8_ENTROPY_STATS in vp8/.Ronald S. Bultje
2013-03-14Removed shadow warnings : mcomp.c rdopt.cScott LaVarnway
2013-02-22vp8/encoder/mcomp.c: remove an unused variableJames Zern
2012-07-27Be consistent with SAD valuesJohann
2012-07-26SAD cosmetic cleanupJohann
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-04-27Removed MV costing from ARNR filteringAdrian Grange
2012-01-31BLOCKD structure cleanupScott LaVarnway
2012-01-30RTCD: add motion search functionsJohn Koleszar
2011-12-21squash some signed/unsigned comparison warningsJames Zern
2011-12-05Multiple-resolution encoderYunqing Wang
2011-09-22Replace vpx_ports/config.h with vpx_config.hAttila Nagy
2011-08-03Adjust half-pixel only searchYunqing Wang
2011-07-27Preload reference area in sub-pixel motion search (real-time mode)Yunqing Wang
2011-07-27Fix range checks in motion searchYunqing Wang
2011-07-22Preload reference area to an intermediate buffer in sub-pixel motion searchYunqing Wang
2011-07-08Adjust full-pixel clamping and motion vector limit calculationYunqing Wang
2011-06-30Bug fix in motion vector limit calculationYunqing Wang
2011-06-17Remove unnecessary bounds checking in motion searchYunqing Wang
2011-06-06Remove hex search's variance calculation while in real-time modeYunqing Wang
2011-06-01further clean up of errorperbit and sadperbitYaowu Xu
2011-06-01remove some magic weights associated with sad_per_bitYaowu Xu
2011-05-25fix the mix use of errorperbit and sadperbitYaowu Xu
2011-05-23Rewrite hex search functionYunqing Wang
2011-05-12Removed mv_bits_sadcostScott LaVarnway
2011-05-12Using int_mv instead of MVScott LaVarnway
2011-05-12Modification and issue fix in full-pixel refining searchYunqing Wang
2011-05-09Use diamond search to replace full search in full-pixel refining searchYunqing Wang
2011-05-03Modify HEX searchYunqing Wang
2011-04-18Use sub-pixel search's SSE in mode selectionYunqing Wang
2011-04-14Reduce unnecessary distortion computationYunqing Wang