summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropymode.h
AgeCommit message (Expand)Author
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
2013-04-11Renaming vp9_token_struct to vp9_token and removing previous typedef.Dmitry Kovalev
2013-03-26remove code not in useYaowu Xu
2013-02-20Refactoring of switchable filter search for speedDeb Mukherjee
2013-01-23Adds an error-resilient mode with testDeb Mukherjee
2013-01-14Remove compound intra-intra experiment.Ronald S. Bultje
2013-01-14Merge prediction filterAdrian Grange
2013-01-09New prediction filterAdrian Grange
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-11-30google style guide include guardsJim Bankoski