summaryrefslogtreecommitdiff
path: root/vp8/encoder/rdopt.c
AgeCommit message (Expand)Author
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
2011-12-07Minor fixes:Paul Wilkins
2011-12-06Dual 16x16 inter prediction.Ronald S. Bultje
2011-12-06Some further QIndex issues with extended QPaul Wilkins
2011-12-02enabled 8x8 intra prediction modes on inter framesYaowu Xu
2011-12-02Further work on extended Q range.Paul Wilkins
2011-11-29Further work on extended Q range.Paul Wilkins
2011-11-28changed find_near_mvs search to include a mb from last frameYaowu Xu
2011-11-23Further resolution of QIndex LUTS;Paul Wilkins
2011-11-22Remove redundant code (lf_or_gf and frame_lf_or_gf)Adrian Grange
2011-11-22Removal of Qindex LUTS.Paul Wilkins
2011-11-21CONFIG_T8X8 experiment.:Paul Wilkins
2011-11-09T8x8 experiment merge.Paul Wilkins
2011-11-09Segmentation feature logic fix.Paul Wilkins
2011-11-08Segment signaling of TX sizePaul Wilkins
2011-11-04Segment Feature Data AccessPaul Wilkins
2011-11-03Segment Features. Removal of #ifdefsPaul Wilkins
2011-11-02Segmentation: Reference framesPaul Wilkins
2011-10-24Further segment feature extensions.Paul Wilkins
2011-09-30Segment coding of mode and reference frame.Paul Wilkins
2011-09-16enable selecting&transmitting to for intra mode entropyYaowu Xu