summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_detokenize.c
AgeCommit message (Expand)Author
2013-06-07Fix bug in segment skip.Paul Wilkins
2013-06-06Change ref frame coding.Ronald S. Bultje
2013-06-06don't tokenize & encode tokens for blocks in UMVJim Bankoski
2013-05-31Merge all various transform size data trackers into single variables.Ronald S. Bultje
2013-05-29Balancing coef-tree to reduce bool decodesDeb Mukherjee
2013-05-29Residual coding to cache energy class of tokens.Sami Pietila
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-20Updating the model coef experimentDeb Mukherjee
2013-05-13Change to band calculation.Paul Wilkins
2013-05-10Avoid calls to get_coef_band().Paul Wilkins
2013-05-07Deprecate code_zerogroup experiment.Paul Wilkins
2013-05-07Deprecate the newbintramode experiment.Paul Wilkins
2013-05-03Remove old_block_idx_4x4John Koleszar
2013-04-29Make sure 32x32 coefficients fit in int16_t.Ronald S. Bultje
2013-04-29Change above/left_context to use an 8x8 basis.Ronald S. Bultje
2013-04-25Use b_width/height_log2 instead of mb_ where appropriate.Ronald S. Bultje
2013-04-25Fix incorrect dequant used in detokenizeJohn Koleszar
2013-04-25Merge "Move sbsegment out of experimental list" into experimentalJingning Han
2013-04-25Merge "Moved dequantization into the token decoder" into experimentalScott LaVarnway
2013-04-24Move sbsegment out of experimental listJingning Han
2013-04-22Moved dequantization into the token decoderScott LaVarnway
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-18Replacing BOOLEAN_DECODER with vp9_reader inside vp9_detokenize.Dmitry Kovalev
2013-04-18Merge "Replacing VP9_COMBINEENTROPYCONTEXTS macro with function." into experi...Dmitry Kovalev
2013-04-17Use BLOCK_SIZE_TYPE in foreach_ walkerJohn Koleszar
2013-04-17Fairly basic integration of rectangular blocks in encoding RD loop.Ronald S. Bultje
2013-04-16Replacing VP9_COMBINEENTROPYCONTEXTS macro with function.Dmitry Kovalev
2013-04-14Merge "Adding vp9_read_and_apply_sign function." into experimentalDmitry Kovalev
2013-04-11Adding vp9_read_and_apply_sign function.Dmitry Kovalev
2013-04-11Add foreach_transformed_blockJohn Koleszar
2013-04-10Make usage of sb_type independent of literal values.Ronald S. Bultje
2013-04-10Make SB Decoding units size-independentJingning Han
2013-04-08detokenize: use consistent structure for all block sizesJohn Koleszar
2013-04-04Move EOB to per-plane dataJohn Koleszar
2013-04-04Move qcoeff, dqcoeff from BLOCKD to per-plane dataJohn Koleszar
2013-04-04Fixing the newbintramodes experimentDeb Mukherjee
2013-04-03Remove special case vp9_decode_coefs_4x4John Koleszar
2013-03-29Merge "Framework changes in nzc to allow more flexibility" into experimentalDeb Mukherjee
2013-03-29Merge "Tokenization code cleanup." into experimentalJohn Koleszar
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-27Tokenization code cleanup.Dmitry Kovalev
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