summaryrefslogtreecommitdiff
path: root/vp8/encoder/rdopt.c
AgeCommit message (Expand)Author
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
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
2012-08-06More refactoring of RD cost to make later changes easier.Daniel Kang
2012-08-06Minor refactoring of RD cost functions.Daniel Kang
2012-08-03Merging in high_precision_mv experimentDeb Mukherjee
2012-08-03Replacing the 8x8 DCT with 8x8 ADST/DCT for I8x8Jingning Han
2012-08-0216x16 DCT blocks.Daniel Kang
2012-08-02A few more conversions from 32-bit to 64-bit RD calculations.Ronald S. Bultje
2012-08-02Make RDCOST() results 64-bit.Ronald S. Bultje
2012-08-02Use 8x8 DCT transform for I8X8 prediction modeJingning Han
2012-07-30Adds support for switchable interpolation filters.Deb Mukherjee
2012-07-27Merges several experimentsDeb Mukherjee
2012-07-19Adds hybrid transformJingning Han
2012-07-17cleanup experiments in configureYaowu Xu