summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropymode.h
AgeCommit message (Expand)Author
2014-12-11Prevent decoder from using uninitialized entropy context.Alexander Voronov
2014-10-07Move inter filter defs to vp9_filter.hJingning Han
2014-04-22Renaming MB_PREDICTION_MODE to PREDICTION_MODE.Dmitry Kovalev
2014-03-10Adding reusable get_y_mode_prob() function.Dmitry Kovalev
2014-02-28Moving FRAME_CONTEXT & FRAME_COUNTS to vp9_entropymode.h.Dmitry Kovalev
2014-01-24Merge "Removing MODE_STATS."Dmitry Kovalev
2014-01-23vp9/common: add extern "C" to headersJames Zern
2014-01-17Removing MODE_STATS.Dmitry Kovalev
2013-12-16Converting vp9_treecoder.h to vp9_prob.{h, c}Dmitry Kovalev
2013-11-26Moving mode encodings from common to encoder + cleanup.Dmitry Kovalev
2013-11-04Splitting partition_probs array into two arrays.Dmitry Kovalev
2013-10-30Replacing (SWITCHABLE_FILTERS + 1) with SWITCHABLE_FILTER_CONTEXTS.Dmitry Kovalev
2013-10-11Adding TREE_SIZE macro + cleanup.Dmitry Kovalev
2013-10-11Replacing {VP9_COEF, MODE}_UPDATE_PROB with DIFF_UPDATE_PROB.Dmitry Kovalev
2013-09-30Adding const to function arguments.Dmitry Kovalev
2013-09-25Removing unused SUBMVREF_COUNT constant.Dmitry Kovalev
2013-08-29consistently name VP9_COMMON variables #3James Zern
2013-08-23cosmetics: strip 'VP9_' from defines in vp9 only codeJames Zern
2013-08-15Moving segmentation struct from MACROBLOCKD to VP9_COMMON.Dmitry Kovalev
2013-08-05Changing the order switchable filter enum constants.Dmitry Kovalev
2013-07-30Consistent update for inter_mode probabilities.Dmitry Kovalev
2013-07-29Renaming TX_SIZE_MAX_SB to TX_SIZES.Dmitry Kovalev
2013-07-26Merge "General cleanups."Dmitry Kovalev
2013-07-25Add const to vp9_accum_mv_refs parameterJohann
2013-07-25General cleanups.Dmitry Kovalev
2013-07-25Removing vp9_adapt_mode_context function.Dmitry Kovalev
2013-07-24Inlining vp9_init_mode_contexts function.Dmitry Kovalev
2013-07-23Removing vp9_is_interpolating_filter array.Dmitry Kovalev
2013-07-20Merge "Consistent names for inter mode probabilities and encodings."Dmitry Kovalev
2013-07-19Fixing problem introduced in one of my previous commits.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-12Adding struct tx_probs and struct tx_counts to cleanup the code.Dmitry Kovalev
2013-06-10New probs for filters/tx_size and a few othersDeb Mukherjee
2013-06-08TX_SIZE contexts simplification.Deb Mukherjee
2013-06-07Coding tx-size selection by use of spatial contextDeb Mukherjee
2013-06-07Coding updates for tx-size selectionDeb Mukherjee
2013-06-06New intra mode and partitioning probabilities.Ronald S. Bultje
2013-06-05Cosmetic renaming VP9_MVREFS to VP9_INTER_MODESDeb Mukherjee
2013-05-30Merge VP9_YMODES, VP9_UV_MODES, INTRA_MODE_COUNT and cousins.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-17Replace default counts with default probs.Paul Wilkins
2013-05-07Deprecate comp_interintra_pred experiment.Paul Wilkins
2013-05-07Merge SB8X8 into the codebaseJingning Han
2013-04-30sb8x8 integration in rd loop.Ronald S. Bultje
2013-04-16Recursive partition syntax codingJingning Han