summaryrefslogtreecommitdiff
path: root/vp9/common
AgeCommit message (Expand)Author
2013-04-25Remove implicit assumption that mode_info_stride == mb_cols + 1.Ronald S. Bultje
2013-04-25Use b_width/height_log2 instead of mb_ where appropriate.Ronald S. Bultje
2013-04-25Remove predictor pointers from BLOCKDJohn Koleszar
2013-04-25Remove diff from BLOCKDJohn Koleszar
2013-04-25Move dequant from BLOCKD to per-plane MACROBLOCKDJohn Koleszar
2013-04-25Remove BLOCK structureJohn Koleszar
2013-04-25Adding is_inter_mode function.Dmitry Kovalev
2013-04-25Merge "Removing unused mi_mv_pred_row and mi_mv_pred_col functions." into exp...Dmitry Kovalev
2013-04-25Merge "Using ROUND_POWER_OF_TWO macro inside vp9_loopfilter_filters.c." into ...Dmitry Kovalev
2013-04-25Merge "Handling frame references and scale factors in one for loop." into exp...Dmitry Kovalev
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-24Handling frame references and scale factors in one for loop.Dmitry Kovalev
2013-04-24Merge two similar functions into oneYaowu Xu
2013-04-24Merge "Fixing PRED_SWITCHABLE_INTERP case in vp9_get_pred_context function." ...Dmitry Kovalev
2013-04-24Move sbsegment out of experimental listJingning Han
2013-04-24Contextual entropy coding of partition syntaxJingning Han
2013-04-24Using ROUND_POWER_OF_TWO macro inside vp9_loopfilter_filters.c.Dmitry Kovalev
2013-04-24Merge "Change chroma loopfilter to skip inner SB edges for tx16x16 also." int...Ronald S. Bultje
2013-04-24Merge "Minor indent changes in loopfilter code." into experimentalRonald S. Bultje
2013-04-24Merge "Add basic building blocks for 8x8 superblocks experiment." into experi...Ronald S. Bultje
2013-04-24Fixing PRED_SWITCHABLE_INTERP case in vp9_get_pred_context function.Dmitry Kovalev
2013-04-24Change chroma loopfilter to skip inner SB edges for tx16x16 also.Ronald S. Bultje
2013-04-24Merge "Extension of segmentation to 8 segments." into experimentalPaul Wilkins
2013-04-24Merge "Simplify Segment Coding" into experimentalPaul Wilkins
2013-04-24Merge "Fix in token allocation with zerogroup expt" into experimentalDeb Mukherjee
2013-04-24Extension of segmentation to 8 segments.Paul Wilkins
2013-04-24Simplify Segment CodingPaul Wilkins
2013-04-24Simple implicit segmentation experiment.Paul Wilkins
2013-04-23Merge "Code cleanup inside vp9_get_pred_context function." into experimentalDmitry Kovalev
2013-04-23Merge "Simple cleanup inside vp9_decodframe.c and vp9_entropymode.c." into ex...Dmitry Kovalev
2013-04-23Merge "Removing redundant code in vp9_entropymode.c." into experimentalDmitry Kovalev
2013-04-23Merge "Enable rectangular support for comp inter-intra" into experimentalJingning Han
2013-04-23Removing unused mi_mv_pred_row and mi_mv_pred_col functions.Dmitry Kovalev
2013-04-23Merge "Move src_diff to per-plane MACROBLOCK data" into experimentalJohn Koleszar
2013-04-23Code cleanup inside vp9_get_pred_context function.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-23Enable rectangular support for comp inter-intraJingning Han
2013-04-23Merge changes I54acef34,I72d42971 into experimentalRonald S. Bultje
2013-04-23Merge "Adding get_scan_{4x4, 8x8, 16x16} functions." into experimentalDmitry Kovalev
2013-04-23Minor indent changes in loopfilter code.Ronald S. Bultje
2013-04-23Add basic building blocks for 8x8 superblocks experiment.Ronald S. Bultje
2013-04-23Make some sb_type comparisons independent of literal enum values.Ronald S. Bultje
2013-04-23Make loopfilter aware of rectangular blocks.Ronald S. Bultje
2013-04-23Move src_diff to per-plane MACROBLOCK dataJohn Koleszar
2013-04-23Remove unused corner_predictor and log2_minus_1 functions.Ronald S. Bultje
2013-04-23Merge "Eliminated prev_mip memsets/memcpys" into experimentalScott LaVarnway
2013-04-23Fix in token allocation with zerogroup exptDeb Mukherjee
2013-04-22Removing the implicit compound inter experimentDeb Mukherjee