summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropy.c
AgeCommit message (Expand)Author
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
2013-05-30Replace scatter scan 32x32 with HW friendly scan.Sami Pietila
2013-05-29Balancing coef-tree to reduce bool decodesDeb Mukherjee
2013-05-29Residual coding to cache energy class of tokens.Sami Pietila
2013-05-28Clean up related to coefficient modelingDeb Mukherjee
2013-05-23Fix bug in 4x4 band definition.Paul Wilkins
2013-05-23Merge Scatter Scan experiment.Paul Wilkins
2013-05-22Using 128 entry look up table for coef modelsDeb Mukherjee
2013-05-21Merging the model coef prob experimentDeb Mukherjee
2013-05-21Refinements on modelcoef expt to reduce storageDeb Mukherjee
2013-05-20Updating the model coef experimentDeb Mukherjee
2013-05-13Change to band calculation.Paul Wilkins
2013-05-08Merge "Removing unused code + little cleanup." into experimentalDmitry Kovalev
2013-05-07Removing unused code + little cleanup.Dmitry Kovalev
2013-05-07Deprecate code_zerogroup experiment.Paul Wilkins
2013-04-29Turning model based reverse update on for coefsDeb Mukherjee
2013-04-22Adding get_scan_{4x4, 8x8, 16x16} functions.Dmitry Kovalev
2013-04-22Removes the code_nonzerocount experimentDeb Mukherjee
2013-04-22End of orientation zero group experimentDeb Mukherjee