summaryrefslogtreecommitdiff
path: root/vp8/encoder
AgeCommit message (Expand)Author
2012-08-24New Motion Reference SearchPaul Wilkins
2012-08-22Merge "remove rotation experiment" into experimentalJohn Koleszar
2012-08-21Fix compiler warningsDaniel Kang
2012-08-21Fix warning.Christian Duvivier
2012-08-21Merge changes I96cd08c9,If8eeb8ff into experimentalJohn Koleszar
2012-08-21remove rotation experimentJohn Koleszar
2012-08-21hybridtransform8x8: fix compilationJohn Koleszar
2012-08-20Fix some compiler warnings.Ronald S. Bultje
2012-08-20Merge "Fix typo." into experimentalJohn Koleszar
2012-08-20Fix typo.Ronald S. Bultje
2012-08-20Merge "Superblock coding." into experimentalRonald S. Bultje
2012-08-20Superblock coding.Ronald S. Bultje
2012-08-17Fix warnings.Christian Duvivier
2012-08-16Fix valgrind error which causes non-deterministic results.Daniel Kang
2012-08-15Fix stack overrun in calculating segmentation map coding method.Ronald S. Bultje
2012-08-15Fix build with TX_16X16Daniel Kang
2012-08-15Code clean up.Paul Wilkins
2012-08-14Fix build.Christian Duvivier
2012-08-14Shut up warnings added by -WundefDaniel Kang
2012-08-14Merge "Changed to use reference mv as nearest mv" into experimentalYaowu Xu
2012-08-14Changed to use reference mv as nearest mvYaowu Xu
2012-08-14Code clean up.Paul Wilkins
2012-08-13Fix typo, which adds skip testing for 16x16Daniel Kang
2012-08-13Shut up some compiler warnings on gccDaniel Kang
2012-08-13Cosmetics to rdopt.cDaniel Kang
2012-08-13Combine optimize_b and optimize_b_8x8Daniel Kang
2012-08-10extend the range of encoding timeYaowu Xu
2012-08-10Fix some tabbing in rdopt.cDaniel Kang
2012-08-10Refactor to remove some arguments from vp8_rd_pick_inter_modeDaniel Kang
2012-08-10Refactor RD to take same codepath for single and comp predDaniel Kang
2012-08-10Code cleanup.Paul Wilkins
2012-08-09Refactor vp8_build_inter16x16_predictor functionsDaniel Kang
2012-08-09More refactoring of diamond search.Daniel Kang
2012-08-09Refactor SPLITMV in RD to a special case.Daniel Kang
2012-08-09Begin refactoring to help merge parts of rd inter.Daniel Kang
2012-08-08Merging in the sixteenth subpel uv experimentDeb Mukherjee
2012-08-07Refactor setting up MVs and buffers in rdopt.cDaniel Kang
2012-08-07Some refactoring of mcomp functions.Daniel Kang
2012-08-07Change the RD cost functions to take into account the seg_eob.Daniel Kang
2012-08-07clamp_mv_min_max -> vp8_clamp_mv_min_maxDaniel Kang
2012-08-07More refactoring and cosmetics to rdopt.cDaniel Kang
2012-08-07Reorganiziation of the RD loop to make more sense.Daniel Kang
2012-08-07Minor cosmetic changes to rdopt.c.Daniel Kang
2012-08-07Combine vp8_block_error_c and vp8_submb_error_c.Daniel Kang
2012-08-07A bit of temporary relief on encoder slownessYaowu Xu
2012-08-07a new way of determining reference motion vectorYaowu Xu
2012-08-06Refactoring hybrid transform codingJingning Han
2012-08-06Remove code to set transform size.Daniel Kang
2012-08-06Combine cost_coeffs functions.Daniel Kang
2012-08-06Merge token_costs into a single table.Daniel Kang