summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_tokenize.h
AgeCommit message (Expand)Author
2014-10-03Rework partition search skip schemeJingning Han
2014-10-01High-bitdepth bugfixesDeb Mukherjee
2014-09-25Adds various high bit-depth encode functionsDeb Mukherjee
2014-02-25Shrink dct_value_cost[] to int16_t.Alex Converse
2014-01-23vp9/encoder: add extern "C" to headersJames Zern
2013-12-04Moving vp9_token from common to encoder.Dmitry Kovalev
2013-12-04Merge "Cleaning up vp9_entropy.h file."Dmitry Kovalev
2013-12-03Moving eob array to the encoder.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-04Removing old code.Dmitry Kovalev
2013-08-27Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the encoder.Dmitry Kovalev
2013-08-15Refactor rd loop for chroma componentsJingning Han
2013-08-15Unify luma and chroma rd-cost estimationJingning Han
2013-07-29Renaming TX_SIZE_MAX_SB to TX_SIZES.Dmitry Kovalev
2013-07-11Removing redundant code mostly from vp9_pred_common.{h, c}.Dmitry Kovalev
2013-05-31Merge all various transform size data trackers into single variables.Ronald S. Bultje
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-04-29Immigrate tokenize_mb into tokenize_sbJingning Han
2013-04-23Remove unused stuffing function.Ronald S. Bultje
2013-04-22End of orientation zero group experimentDeb Mukherjee
2013-04-18Fixing member names inside TOKENVALUE and TOKENEXTRA structs.Dmitry Kovalev
2013-04-11tokenize: convert skippable functionsJohn Koleszar
2013-04-09Make SB coding size-independent.Ronald S. Bultje
2013-03-26Use above/left (instead of previous in scan-order) as token context.Ronald S. Bultje
2013-03-07Re-add support for ADST in superblocks.Ronald S. Bultje
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-22Code cleanup.Dmitry Kovalev
2013-02-15Remove Y2 and Y-no-DC token types from the bitstream.Ronald S. Bultje
2013-02-15Remove some Y2-related code.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-17Remove vp9_type_aliases.hJohn Koleszar
2012-12-07experiment with CONTEXT conversionYaowu Xu
2012-12-07Introduce vp9_coeff_probs/counts/stats/accum types.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