summaryrefslogtreecommitdiff
path: root/vp8/encoder/pickinter.c
AgeCommit message (Expand)Author
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
2012-02-03Allow to skip highest-resolution encoding in multi-resolution encoderYunqing Wang
2012-02-02Moved ref_frame_cost from MACROBLOCKD to MACROBLOCKScott LaVarnway
2012-01-31BLOCKD structure cleanupScott LaVarnway
2012-01-30RTCD: add arnr functionsJohn Koleszar
2012-01-30RTCD: add variance functionsJohn Koleszar
2012-01-30RTCD: add recon functionsJohn Koleszar
2012-01-26Correct clamping in use of vp8_find_near_mvs()John Koleszar
2012-01-18Merge changes I1ebe76aa,Ia079b52bJohn Koleszar
2012-01-11rdopt/pickinter: factor out some common setupJohn Koleszar
2012-01-03Merge "Remove useless g_common.h"Scott LaVarnway
2011-12-22Remove unnecessary ternary constructsJohn Koleszar
2011-12-21Remove useless g_common.hJohn Koleszar