summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropy.c
AgeCommit message (Expand)Author
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
2013-07-23Moving counts from FRAME_CONTEXT to new struct FRAME_COUNTS.Dmitry Kovalev
2013-07-19Removing pre probabilities from FRAME_CONTEXT.Dmitry Kovalev
2013-07-15Removing and moving around constant definitions.Dmitry Kovalev
2013-07-01Make get_coef_context() branchless.Ronald S. Bultje
2013-07-01Quantize (64-bit only, for now) SSSE3 SIMD.Ronald S. Bultje
2013-06-28Inline vp9_get_coef_context() (and remove vp9_ prefix).Ronald S. Bultje
2013-06-24Move vp9_full_to_model_counts to encoderJohn Koleszar
2013-06-21Remove unused vp9_model_to_full_probs_sb()John Koleszar
2013-06-14Remove constant vp9_coef_update_prob tableJohn Koleszar
2013-06-10Implement intra-coded framesAdrian Grange
2013-06-03Merge "Replace scatter scan 32x32 with HW friendly scan." into experimentalPaul Wilkins
2013-05-31Merge all various transform size data trackers into single variables.Ronald S. Bultje