summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropymode.c
AgeCommit message (Expand)Author
2013-05-30Remove one (unused) entry from mvref tables.Ronald S. Bultje
2013-05-30Remove splitmv.Ronald S. Bultje
2013-05-30Remove i4x4_pred.Ronald S. Bultje
2013-05-30Merge all intra mode coding trees into a single one.Ronald S. Bultje
2013-05-29Remove some unused code related to macroblock/splitmv coding.Ronald S. Bultje
2013-05-27a few clean-upsYaowu Xu
2013-05-26Remove splitmv.Ronald S. Bultje
2013-05-23Merge 4x4 block level partition into codebaseJingning Han
2013-05-21Make the intra rd search support 8x4/4x8Jingning Han
2013-05-19Enable bit-stream support to 8x4 and 4x8 partitionJingning Han
2013-05-17Replace default counts with default probs.Paul Wilkins
2013-05-17Remove MODE_STATS flag and codePaul Wilkins
2013-05-14Enable recursive partition down to 4x4Jingning Han
2013-05-07Deprecate comp_interintra_pred experiment.Paul Wilkins
2013-05-07Remove enable_6tap filter experiment.Paul Wilkins
2013-05-07Deprecate the newbintramode experiment.Paul Wilkins
2013-05-07Merge SB8X8 into the codebaseJingning Han
2013-05-03Extend number of reference buffers to 8.Adrian Grange
2013-04-30sb8x8 integration in rd loop.Ronald S. Bultje
2013-04-26Grow MODE_INFO array to use an 8x8 basis.Ronald S. Bultje
2013-04-25Remove implicit assumption that mode_info_stride == mb_cols + 1.Ronald S. Bultje
2013-04-24Move sbsegment out of experimental listJingning Han
2013-04-24Contextual entropy coding of partition syntaxJingning Han
2013-04-23Merge "Simple cleanup inside vp9_decodframe.c and vp9_entropymode.c." into ex...Dmitry Kovalev
2013-04-23Removing redundant code in vp9_entropymode.c.Dmitry Kovalev
2013-04-23Simple cleanup inside vp9_decodframe.c and vp9_entropymode.c.Dmitry Kovalev
2013-04-19Eliminated prev_mip memsets/memcpysScott LaVarnway
2013-04-19Removal of CONFIG_NEW_MVREF experiment.Paul Wilkins
2013-04-18Merge "Adding DEFAULT_PRED_PROB_{0, 1, 2} constants." into experimentalDmitry Kovalev
2013-04-17Adding DEFAULT_PRED_PROB_{0, 1, 2} constants.Dmitry Kovalev
2013-04-17make lf_deltas dependent on filter_lvlYaowu Xu
2013-04-16Recursive partition syntax codingJingning Han
2013-04-15Merge "Reorder enum i4X4 predcition modes" into experimentalYaowu Xu
2013-04-14Merge "Renaming vp9_token_struct to vp9_token and removing previous typedef."...Dmitry Kovalev
2013-04-12Reorder enum i4X4 predcition modesYaowu Xu
2013-04-12Rename B_PRED to I4X4_PREDYaowu Xu
2013-04-11Renaming vp9_token_struct to vp9_token and removing previous typedef.Dmitry Kovalev
2013-03-26remove code not in useYaowu Xu
2013-03-10Optimize vp9_tree_probs_from_distributionJohn Koleszar
2013-02-20Refactoring of switchable filter search for speedDeb Mukherjee
2013-01-23Adds an error-resilient mode with testDeb Mukherjee
2013-01-09New prediction filterAdrian Grange
2013-01-08Merge superblocks (32x32) experiment.Ronald S. Bultje
2012-12-12Consistently use get_prob(), clip_prob() and newly added clip_pixel().Ronald S. Bultje
2012-11-29signed mismatch mvrefcountJim Bankoski
2012-11-28Merge "remove the vp9_default_mode_contexts_a" into experimentalYaowu Xu
2012-11-28remove the vp9_default_mode_contexts_aYaowu Xu
2012-11-28fixed includes to be fully specifiedJim Bankoski
2012-11-28removed redundant mode_context data structuresYaowu Xu
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar