summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropymode.c
AgeCommit message (Expand)Author
2013-07-24Removing duplicated code for merging two probabilities.Dmitry Kovalev
2013-07-24Inlining vp9_init_mode_contexts function.Dmitry Kovalev
2013-07-23Moving counts from FRAME_CONTEXT to new struct FRAME_COUNTS.Dmitry Kovalev
2013-07-23Removing vp9_is_interpolating_filter array.Dmitry Kovalev
2013-07-23Removing MODE_COUNT_TESTING from vp9_entropymode.c.Dmitry Kovalev
2013-07-22Using update_ct and update_ct2 functions for probability update.Dmitry Kovalev
2013-07-20Merge "Removing pre probabilities from FRAME_CONTEXT."Dmitry Kovalev
2013-07-20Merge "Moving all loop filter related variables into new struct."Dmitry Kovalev
2013-07-20Merge "Consistent names for inter mode probabilities and encodings."Dmitry Kovalev
2013-07-19Removing pre probabilities from FRAME_CONTEXT.Dmitry Kovalev
2013-07-19Moving all loop filter related variables into new struct.Dmitry Kovalev
2013-07-19Fixing problem introduced in one of my previous commits.Dmitry Kovalev
2013-07-19Renaming TXFM_MODE to TX_MODE (like TX_SIZE, TX_TYPE).Dmitry Kovalev
2013-07-19Consistent names for inter mode probabilities and encodings.Dmitry Kovalev
2013-07-17Removing kf_{y, uv}_mode_prob arrays from VP9Common.Dmitry Kovalev
2013-07-16Moving vp9_kf_default_bmode_probs to vp9_entropymode.c.Dmitry Kovalev
2013-07-12Using vp9_copy and vp9_zero instead of custom code.Dmitry Kovalev
2013-07-12Adding struct tx_probs and struct tx_counts to cleanup the code.Dmitry Kovalev
2013-07-11Moving segmentation related vars into separate struct.Dmitry Kovalev
2013-07-03Adding update_tx_ct function, removing duplicated code.Dmitry Kovalev
2013-07-01Removing vp9_modecont.{h, c}.Dmitry Kovalev
2013-06-27Decoder's code cleanup.Dmitry Kovalev
2013-06-10New probs for filters/tx_size and a few othersDeb Mukherjee
2013-06-10Merge "Implement intra-coded frames" into experimentalAdrian Grange
2013-06-10Cosmetic cleanups of filtersDeb Mukherjee
2013-06-10Implement intra-coded framesAdrian Grange
2013-06-09Merge "New comp_inter defaults." into experimentalRonald S. Bultje
2013-06-08Merge "New default tables" into experimentalRonald S. Bultje
2013-06-08New comp_inter defaults.Ronald S. Bultje
2013-06-08New default tablesRonald S. Bultje
2013-06-08TX_SIZE contexts simplification.Deb Mukherjee
2013-06-07Coding tx-size selection by use of spatial contextDeb Mukherjee
2013-06-07Cleans up mbskip encodingDeb Mukherjee
2013-06-07Merge "Remove two un-used entries in mode_lf_delta[]" into experimentalYaowu Xu
2013-06-07Remove two un-used entries in mode_lf_delta[]Yaowu Xu
2013-06-07Coding updates for tx-size selectionDeb Mukherjee
2013-06-06Change ref frame coding.Ronald S. Bultje
2013-06-06New intra mode and partitioning probabilities.Ronald S. Bultje
2013-06-05Cosmetic renaming VP9_MVREFS to VP9_INTER_MODESDeb Mukherjee
2013-06-05Clean-ups on switchable interpolation and mv_refDeb Mukherjee
2013-05-31Fix inter mode context adaptation.Sami Pietila
2013-05-30Merge VP9_YMODES, VP9_UV_MODES, INTRA_MODE_COUNT and cousins.Ronald S. Bultje
2013-05-30Remove one (unused) entry from mvref tables.Ronald S. Bultje
2013-05-30Remove splitmv.Ronald S. Bultje
2013-05-30Remove i4x4_pred.Ronald S. Bultje
2013-05-30Merge all intra mode coding trees into a single one.Ronald S. Bultje
2013-05-29Remove some unused code related to macroblock/splitmv coding.Ronald S. Bultje
2013-05-27a few clean-upsYaowu Xu
2013-05-26Remove splitmv.Ronald S. Bultje
2013-05-23Merge 4x4 block level partition into codebaseJingning Han