summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropymode.h
AgeCommit message (Expand)Author
2018-09-15cosmetics: normalize include guardsJames Zern
2016-09-15apply clang-formatclang-format
2016-08-02vp9/common: apply clang-formatclang-format
2015-07-31Code refactor on InterpKernelZoe Liu
2015-07-20vpx_dsp/prob.h: vp9_ -> vpx_Yaowu Xu
2015-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-06-12vp9_entropymode: make vp9_init_mode_probs privateJames Zern
2015-05-22Re-worked header filesScott LaVarnway
2015-02-06Make encoder and decoder share common thread functionYunqing Wang
2015-01-30Optimize coef updateYaowu Xu
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