summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropy.c
AgeCommit message (Expand)Author
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
2013-04-19Renaming vp9_extra_bit_struct to vp9_extra_bit.Dmitry Kovalev
2013-04-14Merge "Renaming vp9_token_struct to vp9_token and removing previous typedef."...Dmitry Kovalev
2013-04-11Turning model-based updates on with modelcoefprobDeb Mukherjee
2013-04-11Renaming vp9_token_struct to vp9_token and removing previous typedef.Dmitry Kovalev
2013-03-29Merge "Framework changes in nzc to allow more flexibility" into experimentalDeb Mukherjee
2013-03-28Framework changes in nzc to allow more flexibilityDeb Mukherjee
2013-03-28Fix mix-up in pt token indexing.Ronald S. Bultje
2013-03-27Scatter-based scantables.Ronald S. Bultje
2013-03-26Add col/row-based coefficient scanning patterns for 1D 8x8/16x16 ADSTs.Ronald S. Bultje
2013-03-26Redo banding for all transforms.Ronald S. Bultje
2013-03-26Use above/left (instead of previous in scan-order) as token context.Ronald S. Bultje
2013-03-25Modeling default coef probs with distributionDeb Mukherjee
2013-03-11Fix vp9_tree_probs_from_distribution with CONFIG_CODE_NONZEROCOUNTJohn Koleszar
2013-03-11Merge "Optimize vp9_tree_probs_from_distribution" into experimentalJohn Koleszar
2013-03-10Optimize vp9_tree_probs_from_distributionJohn Koleszar
2013-03-08Continued experiment with nonzero countDeb Mukherjee
2013-03-07Coding con-zero count rather than EOB for coeffsDeb Mukherjee
2013-03-04Make superblocks independent of macroblock code and data.Ronald S. Bultje
2013-02-23Split coefficient token tables intra vs. inter.Ronald S. Bultje
2013-02-23Further changes to coefficient contexts.Paul Wilkins
2013-02-15Remove Y2 and Y-no-DC token types from the bitstream.Ronald S. Bultje
2013-02-14Moved vp9_get_coef_band to header fileScott LaVarnway
2013-02-13Abstract selection of coef band.Paul Wilkins
2013-02-13Abstract the selection of coefficient context.Paul Wilkins
2013-02-13Remove NEWCOEFCONTEXT experiment.Paul Wilkins
2013-02-13Removal of Hybrid DWT/DCT experiment.Paul Wilkins
2013-01-12Further enhancements/fixes on dct/dwt hybrid txfmDeb Mukherjee
2013-01-10Merge tx32x32 experiment.Ronald S. Bultje
2013-01-08Adds 64x64 hybrid dct/dwt transformDeb Mukherjee
2013-01-08Merge superblocks (32x32) experiment.Ronald S. Bultje
2012-12-19New previous coef context experimentDeb Mukherjee
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje