summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_enums.h
AgeCommit message (Expand)Author
2015-06-04Reducing size of MODE_INFO structScott LaVarnway
2015-05-22Re-worked header filesScott LaVarnway
2015-01-14Add encoder control for setting color spaceYaowu Xu
2014-11-06Change the use of a reserved color space entryYaowu Xu
2014-10-07Remove vp9_blockd.h from vp9_common_data.cJingning Han
2014-09-02Adds config opt for highbitdepth + misc. vpxDeb Mukherjee
2014-08-07Changes hdr for profiles > 1 for intraonly framesDeb Mukherjee
2014-07-21Remove unfinished VP9 alpha channel.Alex Converse
2014-07-17Separates profile 2 into 2 profiles 2 and 3Deb Mukherjee
2014-04-08High-level hooks for Profile 2 (10/12 bit)Deb Mukherjee
2014-03-19Remove duplicate declarationYaowu Xu
2014-01-23vp9/common: add extern "C" to headersJames Zern
2013-11-25Amended some comments for clarityYaowu Xu
2013-11-22Organizing all scan tables into lookup table.Dmitry Kovalev
2013-10-25Adding COLOR_SPACE enum.Dmitry Kovalev
2013-10-18Removing NUM_ prefix from constant names.Dmitry Kovalev
2013-08-27Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the encoder.Dmitry Kovalev
2013-08-26Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder.Dmitry Kovalev
2013-08-23Limit mv range to be based on partition sizeYaowu Xu
2013-08-22rename LOG2_* defines to *_LOG2James Zern
2013-08-19Change to limit the mv search rangeYaowu Xu
2013-08-09Renaming BLOCK_SIZE_TYPES constant to BLOCK_SIZES.Dmitry Kovalev
2013-08-07Adding ss_size_lookup table.Dmitry Kovalev
2013-08-05Finally removing all old block size constants.Dmitry Kovalev
2013-07-29Renaming NB_TXFM_MODES constant to TX_MODES.Dmitry Kovalev
2013-07-29Renaming TX_SIZE_MAX_SB to TX_SIZES.Dmitry Kovalev
2013-07-23clean up bw, bhJim Bankoski
2013-07-19Renaming TXFM_MODE to TX_MODE (like TX_SIZE, TX_TYPE).Dmitry Kovalev
2013-07-12Some minor cleanups for efficiencyDeb Mukherjee
2013-07-08Using mi_cols instead of mb_cols.Dmitry Kovalev
2013-07-03Replacing 64 / MI_SIZE with MI_BLOCK_SIZE.Dmitry Kovalev
2013-06-05Moving bits from compressed header to uncompressed one.Dmitry Kovalev
2013-05-23Merge 4x4 block level partition into codebaseJingning Han
2013-05-14Enable recursive partition down to 4x4Jingning Han
2013-05-10Add joint motion search in comp_inter_inter mode(experiment)Yunqing Wang
2013-05-08Extend left/above partition context to per mi(8x8)Jingning Han
2013-05-07Add building blocks for partition down to 4x4Jingning Han
2013-05-07Merge SB8X8 into the codebaseJingning Han
2013-04-30sb8x8 integration in rd loop.Ronald S. Bultje
2013-04-29Separate I4X4_PRED coding from macroblock modulesJingning Han
2013-04-26Grow MODE_INFO array to use an 8x8 basis.Ronald S. Bultje
2013-04-24Move sbsegment out of experimental listJingning Han
2013-04-24Contextual entropy coding of partition syntaxJingning Han
2013-04-23Add basic building blocks for 8x8 superblocks experiment.Ronald S. Bultje
2013-04-16Recursive partition syntax codingJingning Han
2013-04-09Make SB coding size-independent.Ronald S. Bultje