summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_detokenize.h
AgeCommit message (Expand)Author
2014-01-23vp9/decoder: add extern "C" to headersJames Zern
2013-12-20Renaming vp9_dboolhuff.{h, c} to vp9_reader.{h, c}.Dmitry Kovalev
2013-12-02Using local variable for token_cache.Dmitry Kovalev
2013-11-13Simplifies band-getting with a static arrayDeb Mukherjee
2013-11-12Calculating transform block offsets (x and y) only once.Dmitry Kovalev
2013-11-12Removes conditional statements from band gettingDeb Mukherjee
2013-11-05token_cache changes in decoderDeb Mukherjee
2013-10-31Reducing the number of foreach_transformed_block() calls.Dmitry Kovalev
2013-10-21vp9_decode_tokens: limit scope of function paramsJames Zern
2013-08-26Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder.Dmitry Kovalev
2013-07-25General cleanups.Dmitry Kovalev
2013-06-17Code cleanup inside the decoder code.Dmitry Kovalev
2013-05-07Deprecate the newbintramode experiment.Paul Wilkins
2013-04-25Fix incorrect dequant used in detokenizeJohn Koleszar
2013-04-22Moved dequantization into the token decoderScott LaVarnway
2013-04-18Replacing BOOLEAN_DECODER with vp9_reader inside vp9_detokenize.Dmitry Kovalev
2013-04-10Make SB Decoding units size-independentJingning Han
2013-04-04Fixing the newbintramodes experimentDeb Mukherjee
2013-04-03Remove special case vp9_decode_coefs_4x4John Koleszar
2013-03-04Make superblocks independent of macroblock code and data.Ronald S. Bultje
2013-01-10Merge tx32x32 experiment.Ronald S. Bultje
2013-01-08Merge superblocks (32x32) experiment.Ronald S. Bultje
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-12-0732x32 transform for superblocks.Ronald S. Bultje
2012-11-30google style guide include guardsJim Bankoski
2012-11-28fixed includes to be fully specifiedJim Bankoski
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar