summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropy.c
AgeCommit message (Expand)Author
2018-01-18clang-format v5.0.0 vp9/Johann
2016-08-02vp9/common: apply clang-formatclang-format
2016-02-17Better workaround for Bug 1089.Alex Converse
2015-11-03Deduplicate some high bit depth tablesAlex Converse
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-07-20vpx_dsp/prob.h: vp9_ -> vpx_Yaowu Xu
2015-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-06-12vp9_entropy: delete vp9_coefmodel_tree[]James Zern
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2015-03-31Move vp9_coef_con_tree to common/hui su
2014-10-22vp9_ethread: allocate frame contexts outside VP9_COMMON structYunqing Wang
2014-09-19High bit-depth coefficient coding functionsDeb Mukherjee
2014-07-11Some extra bit probability cleanupsDeb Mukherjee
2014-02-18vp9: normalize DECLARE_ALIGNED use on global tablesJames Zern
2013-12-16Converting vp9_treecoder.h to vp9_prob.{h, c}Dmitry Kovalev
2013-12-06Removing BLOCK_TYPES and adding PLANE_TYPES constant instead.Dmitry Kovalev
2013-12-05Moving vp9_tree_probs_from_distribution() to encoder.Dmitry Kovalev
2013-12-05Renaming PREV_COEF_CONTEXTS to COEFF_CONTEXTS.Dmitry Kovalev
2013-12-04Removing vp9_default_coef_probs.h file.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-20Clean up removal of vp9_pareto8 table.Jim Bankoski
2013-11-20remove the model and copy in pack_mb_tokensJim Bankoski
2013-11-19entropy code speedupJim Bankoski
2013-11-18Cleaning up vp9_entropy.c file.Dmitry Kovalev
2013-11-13Simplifies band-getting with a static arrayDeb Mukherjee
2013-11-05Localizing NEARESTMV special cases in the code.Dmitry Kovalev
2013-11-01Removing 'new' probability calculation from convert_distribution().Dmitry Kovalev
2013-10-16Merge "Using constants instead of plain numbers."Dmitry Kovalev
2013-10-15Updated encoder to handle intra-only framesAlexander Voronov
2013-10-14Using constants instead of plain numbers.Dmitry Kovalev
2013-10-10Merge "Moving all scan/iscan code into separate vp9_scan.{h, c} files."Dmitry Kovalev
2013-10-09Adding const to several pointers.Dmitry Kovalev
2013-10-07Moving all scan/iscan code into separate vp9_scan.{h, c} files.Dmitry Kovalev
2013-09-29vp9_entropy.c lint issuesJim Bankoski
2013-09-27Removing vp9_get_coef_neighbors_handle function.Dmitry Kovalev
2013-08-29consistently name VP9_COMMON variables #1James Zern
2013-08-08General code cleanup.Dmitry Kovalev
2013-08-08Removing unneeded intermediate entropy_nodes_adapt var.Dmitry Kovalev
2013-07-31Adding missing const to vp9_extra_bits array.Dmitry Kovalev
2013-07-29Merge "Remove unnecessary 64 byte alignment"John Koleszar
2013-07-29Renaming txfm to tx for consistency in some places.Dmitry Kovalev
2013-07-29Remove unnecessary 64 byte alignmentJohn Koleszar
2013-07-25General cleanups.Dmitry Kovalev
2013-07-24Removing duplicated code for merging two probabilities.Dmitry Kovalev
2013-07-24Removing CONFIG_BALANCED_COEFTREE experiment.Dmitry Kovalev