summaryrefslogtreecommitdiff
path: root/vp8/encoder/pickinter.c
AgeCommit message (Expand)Author
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
2012-08-20static threshold fix for realtimeJim Bankoski
2012-08-02Pass B_PREDICTION_MODE to intra4x4_predictJohann
2012-08-01Rename vp8_intra4x4_predict_dJohann
2012-08-01Use intra4x4_predict_d parameter namesJohann
2012-08-01Change vp8_intra4x4_predict call sitesJohann
2012-07-26multi-res: add drop_frame supportYunqing Wang
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-05-24fix denoiser for temporal patterns and rdJim Bankoski
2012-05-22Merge "multi-res: force Key frame sychronization"Yunqing Wang
2012-05-16multi-res: force Key frame sychronizationYunqing Wang
2012-05-11fix warnings for building on win32Scott Graham
2012-04-23Shares one set of RD costs tables between all encoding threadsAttila Nagy
2012-03-26Removed duplicate vp8_build_intra_predictors_mb y/uvScott LaVarnway
2012-03-13Merge "Adds a motion compensated temporal denoiser to the encoder."Jim Bankoski
2012-03-13Adds a motion compensated temporal denoiser to the encoder.Stefan Holmer
2012-03-05Move SAD and variance functions to commonJohann
2012-02-28Eliminated reconintra_mt.cScott LaVarnway
2012-02-06Merge "Allow to skip highest-resolution encoding in multi-resolution encoder"Yunqing Wang