summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_rd.c
AgeCommit message (Expand)Author
2014-09-16Adds high bitdepth quantization functionsDeb Mukherjee
2014-09-16Use non-zero mode threshold for NEARESTMV modesJingning Han
2014-09-12Remove redundant reference frame threshold settingsJingning Han
2014-09-04Enable adaptive motion search for ARF codingJingning Han
2014-08-26Replacing int_mv with MV.Dmitry Kovalev
2014-08-21Removing is_best_mode() function.Dmitry Kovalev
2014-08-08Moving pass from VP9_COMP to VP9EncoderConfig.Dmitry Kovalev
2014-08-06vp9_rd.c: cleanup ugly expressionJim Bankoski
2014-08-04break at the end of clauses with assert(0) to avoid gcc warningJim Bankoski
2014-08-04avoid signed mismatch warning in gccJim Bankoski
2014-07-21Remove unfinished VP9 alpha channel.Alex Converse
2014-07-16Changes to rd balance and multi-arf bug fix.Paul Wilkins
2014-07-02Cleanup vp9_rd.Alex Converse
2014-07-02Split vp9_rdopt into vp9_rdopt and vp9_rd.Alex Converse