summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropy.h
AgeCommit message (Expand)Author
2016-09-15apply clang-formatclang-format
2016-08-02vp9/common: apply clang-formatclang-format
2015-10-29Make the zero handling in extend_to_full_distribution more explicit.Alex Converse
2015-10-28Revert "Replace the zero handling in extend_to_full_distribution."Alex Converse
2015-10-26Replace the zero handling in extend_to_full_distribution.Alex Converse
2015-10-06vp9: simplify extrabits encodingAlex Converse
2015-07-20vpx_dsp/prob.h: vp9_ -> vpx_Yaowu Xu
2015-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-07-20Removed vp9_ prefix from vpx_dsp/bitreader file namesYaowu Xu
2015-07-17Move bit reader files to vpx_dspYaowu Xu
2015-06-12vp9_entropy: delete vp9_coefmodel_tree[]James Zern
2015-05-22Re-worked header filesScott LaVarnway
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-03-31Move vp9_coef_con_tree to common/hui su
2014-12-23WIP: Remove giant value cost tableJim Bankoski
2014-10-07Clean up header files in vp9_blockd.h and related filesJingning Han
2014-09-19Remove mi_grid_* structures.hkuang
2014-09-19High bit-depth coefficient coding functionsDeb Mukherjee
2014-08-04break at the end of clauses with assert(0) to avoid gcc warningJim Bankoski
2014-08-01vp9_entropy: inline comes first to avoid warning.Jim Bankoski
2014-07-11Some extra bit probability cleanupsDeb Mukherjee
2014-04-22Renaming MB_PREDICTION_MODE to PREDICTION_MODE.Dmitry Kovalev
2014-04-01Renaming two members in MACROBLOCKD struct.Dmitry Kovalev
2014-03-12Renaming mode2txfm_map to intra_mode_to_tx_type_lookup.Dmitry Kovalev
2014-02-28Moving FRAME_CONTEXT & FRAME_COUNTS to vp9_entropymode.h.Dmitry Kovalev
2014-02-27Adding get_y_mode() function.Dmitry Kovalev
2014-02-18vp9: normalize DECLARE_ALIGNED use on global tablesJames Zern
2014-02-09Converted short static functions to inline.Jim Bankoski
2014-01-23vp9/common: add extern "C" to headersJames Zern
2014-01-21Match vp9_coefband_trans_* declarationsJohann
2013-12-20Moving MAX_PROB constant to vp9_prob.h.Dmitry Kovalev
2013-12-16Converting vp9_treecoder.h to vp9_prob.{h, c}Dmitry Kovalev
2013-12-12vp9 asserts: fix compile warningJames Zern
2013-12-06Removing BLOCK_TYPES and adding PLANE_TYPES constant instead.Dmitry Kovalev
2013-12-05Renaming PREV_COEF_CONTEXTS to COEFF_CONTEXTS.Dmitry Kovalev
2013-12-04Merge "Cleaning up vp9_entropy.h file."Dmitry Kovalev
2013-12-03Formatting vp9_pareto8_full array.Dmitry Kovalev
2013-12-03Cleaning up vp9_entropy.h file.Dmitry Kovalev
2013-11-27Moving token-encoding related stuff from common to encoder.Dmitry Kovalev
2013-11-22Organizing all scan tables into lookup table.Dmitry Kovalev
2013-11-20Clean up removal of vp9_pareto8 table.Jim Bankoski
2013-11-20remove the model and copy in pack_mb_tokensJim Bankoski
2013-11-19scan order table lookup same for encoder and decoderJim Bankoski
2013-11-19entropy code speedupJim Bankoski
2013-11-13Simplifies band-getting with a static arrayDeb Mukherjee
2013-11-12Adding const to tree pointer inside vp9_extra_bit struct.Dmitry Kovalev
2013-11-12Removes conditional statements from band gettingDeb Mukherjee
2013-10-31Cleanup. Adding const to function pointer arguments.Dmitry Kovalev
2013-10-16Adding get_band_translate() function.Dmitry Kovalev