summaryrefslogtreecommitdiff
path: root/vp8/encoder/rdopt.c
AgeCommit message (Expand)Author
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
2012-02-14added 8x8 based Rate estimation for dualpred caseYaowu Xu
2012-02-10Improved coding using 8x8 transformRonald S. Bultje
2012-02-09Reindent some code after merging the dualpred experiment.Ronald S. Bultje
2012-02-09Merge dualpred (compound prediction) experiment.Ronald S. Bultje
2012-02-09Removal of SEGFEATURES placeholder commentsPaul Wilkins
2012-02-09Merge Extended Q experiment.Paul Wilkins
2012-02-09Merge COMPREDPaul Wilkins
2012-02-06Merged NEWNEAR experimentPaul Wilkins
2012-02-06Coding the hybrid dual prediction signal.Paul Wilkins
2012-02-06Moved prob_dualpred to common.Paul Wilkins
2012-02-02Added encoding in Superblock OrderAdrian Grange
2012-01-31Implementation of new prediction model for reference frame coding.Paul Wilkins
2012-01-26fixed an issue with 8x8 token cost in trellisquantYaowu Xu
2012-01-19Added code to prevent I8X8_PRED mode for MBs using 8x8 transformYaowu Xu
2011-12-22Fix more warnings.Christian Duvivier
2011-12-19Further QIndex realted Fixes:Paul Wilkins
2011-12-07Removed #if CONFIG_I8X8Yaowu Xu
2011-12-07made vp8_mode_context adaptiveYaowu Xu