summaryrefslogtreecommitdiff
path: root/vp8/encoder/rdopt.c
AgeCommit message (Expand)Author
2012-10-13removed the recon. rtcd invoke macro codeJim Bankoski
2012-10-12Remove CONFIG_TX16X16, since the experiment was merged.Ronald S. Bultje
2012-10-11Use transform-size selection for i8x8_pred also.Ronald S. Bultje
2012-10-10Merge of the TX_16X16 experimentDeb Mukherjee
2012-10-09Selectable transform size try 2.Ronald S. Bultje
2012-09-27Entropy coding for hybrid transformDeb Mukherjee
2012-09-21Separating 8x8DCT use from hybridtransform8x8Deb Mukherjee
2012-09-13Removed redundant line.Adrian Grange
2012-09-11Cleanups for hybrid transformDeb Mukherjee
2012-09-07Partial merge of NEWBESTREFMV and NEW_MVREF.Paul Wilkins
2012-09-07MV reference changesPaul Wilkins
2012-09-06New motion vector entropy codingDeb Mukherjee
2012-08-30hybrid transform of 16x16 dimensionJingning Han
2012-08-30Merge "Add proper skip support to intra frames." into experimentalRonald S. Bultje
2012-08-29Add proper skip support to intra frames.Ronald S. Bultje
2012-08-28Remove some disabled code from pick_inter_mode_sb().Ronald S. Bultje
2012-08-24New Motion Reference SearchPaul Wilkins
2012-08-21Fix compiler warningsDaniel Kang
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-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-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 new way of determining reference motion vectorYaowu Xu
2012-08-06Refactoring hybrid transform codingJingning Han