summaryrefslogtreecommitdiff
path: root/vp8/encoder/rdopt.c
AgeCommit message (Expand)Author
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
2012-07-17Restyle codeJohn Koleszar
2012-07-16Use 8x8 transform for all 16x16 intra prediction modes in keyframes.Ronald S. Bultje
2012-06-29Get rid of some cast.Christian Duvivier
2012-06-29Fix warnings.Christian Duvivier
2012-06-27Added Prediction Filter to Mode SelectionAdrian Grange
2012-06-25Continued adaptive entropy codingDeb Mukherjee
2012-06-18Fix a bunch of warnings.Christian Duvivier
2012-05-15Rewrite reference frame costing in the RD loop.Ronald S. Bultje
2012-05-15Adds new Directional Intra prediction modes.Deb Mukherjee
2012-05-08a number of fixes to entropy stats collectionYaowu Xu
2012-05-04Expanding the coefficient encoding contextsDeb Mukherjee
2012-04-30Fix inversion of probability and value in calls to vp8_cost_bit().Ronald S. Bultje
2012-04-25Merge QIMODE experimentYaowu Xu
2012-04-20Hide some code behind CONFIG_COMP_INTRA_PRED.Ronald S. Bultje
2012-04-20added reset of rate estimates for each modeYaowu Xu
2012-04-18Compound prediction for splitmv macroblocks.Ronald S. Bultje
2012-04-13Added save coding context & modified MV boundsAdrian Grange
2012-04-12a set of minor fixesYaowu Xu
2012-04-12changed function prototype for macro_block_yrdYaowu Xu
2012-04-11Changes to costing of skip.Paul Wilkins
2012-04-11T8x8 zbin and rate control changes.Paul Wilkins
2012-04-11Superblock encoding orderAdrian Grange
2012-03-21Adding contextual coding of mb_skip_coeff flag.Deb Mukherjee
2012-03-07Snapshot candidatePaul Wilkins
2012-03-06Imported a change from stable branchJim Bankoski
2012-03-05Use per-MB compound intra prediction.Ronald S. Bultje
2012-03-05Changed how UV r/d estimates are done for Intra ModesYaowu Xu
2012-03-05Fixed zbin_mode_boost initializationYaowu Xu
2012-03-05refactored code that checks if a macroblock is skippableYaowu Xu
2012-03-01Merge t8x8 experimentsYaowu Xu
2012-03-01Various bug fixes related to high precision mvDeb Mukherjee
2012-02-28Rename "dual" prediction to "compound" prediction.Ronald S. Bultje
2012-02-28Compound intra prediction (b_pred/4x4 only, for now),Ronald S. Bultje
2012-02-28Initial refactoring of high_precision mv code.Deb Mukherjee
2012-02-24Further code simplification and clean up.Paul Wilkins
2012-02-23Supporting high precision 1/8-pel motion vectorsDeb Mukherjee
2012-02-22Fixed skippable evaluation in mode decisionYaowu Xu
2012-02-16Reworked context conversion between 8x8 and 4x4Yaowu Xu
2012-02-16revised the rate distortion computation for UVYaowu Xu
2012-02-16moved scaling from dequantization to inverse transform for T8x8Yaowu Xu
2012-02-15Fix overflows in dual prediction mode selection.Ronald S. Bultje