summaryrefslogtreecommitdiff
path: root/vp8/encoder/mbgraph.c
AgeCommit message (Expand)Author
2012-10-29mbgraph: remove unused function, and make local function static.Ronald S. Bultje
2012-10-21Remove variance vtable from rtcdJim Bankoski
2012-10-16removed the recon rtcd invoke macro code (unrevert)Jim Bankoski
2012-10-13Revert "removed the recon. rtcd invoke macro code"Jim Bankoski
2012-10-13removed the recon. rtcd invoke macro codeJim Bankoski
2012-09-06New motion vector entropy codingDeb Mukherjee
2012-08-16Fix valgrind error which causes non-deterministic results.Daniel Kang
2012-08-09Refactor vp8_build_inter16x16_predictor functionsDaniel Kang
2012-08-07clamp_mv_min_max -> vp8_clamp_mv_min_maxDaniel Kang
2012-08-03Merging in high_precision_mv experimentDeb Mukherjee
2012-07-17Restyle codeJohn Koleszar
2012-06-27Added Prediction Filter to Mode SelectionAdrian Grange
2012-05-15Rewrite reference frame costing in the RD loop.Ronald S. Bultje
2012-04-12a set of minor fixesYaowu Xu
2012-04-11Superblock encoding orderAdrian Grange
2012-03-01Various bug fixes related to high precision mvDeb Mukherjee
2012-02-28Initial refactoring of high_precision mv code.Deb Mukherjee
2012-02-03Reference frame prediction:Paul Wilkins
2012-01-26Adds support for enhanced interpolation for subpel motionDeb Mukherjee
2012-01-18Possible divide by 0 error.Paul Wilkins
2012-01-17Rate control on static scenes plus Y2dc delta Q fix.Paul Wilkins
2011-12-22Fix more warnings.Christian Duvivier
2011-12-09Fix out of bounds read in update_mbgraph_frame_statsAdrian Grange
2011-11-28mbgraph: fix invalid memory access if motion vectors are too big.Ronald S. Bultje
2011-10-24Segmentation Features;Paul Wilkins
2011-10-24Further segment feature extensions.Paul Wilkins