summaryrefslogtreecommitdiff
path: root/vp9
AgeCommit message (Expand)Author
2013-04-29Change above/left_context to use an 8x8 basis.Ronald S. Bultje
2013-04-26Merge "Grow MODE_INFO array to use an 8x8 basis." into experimentalRonald S. Bultje
2013-04-26Merge "Merge branch 'master' into experimental" into experimentalJohann
2013-04-26Merge branch 'master' into experimentalJohann
2013-04-26Grow MODE_INFO array to use an 8x8 basis.Ronald S. Bultje
2013-04-26Merge "Code cleanup inside vp9_decodframe.c." into experimentalDmitry Kovalev
2013-04-26Merge changes I7ff2fa72,I7907230d into experimentalJohn Koleszar
2013-04-26Merge "Restore vp9_asm_enc_offsets.c" into experimentalJohn Koleszar
2013-04-26Remove BLOCKD structureJohn Koleszar
2013-04-26Remove destination pointers from BLOCKDJohn Koleszar
2013-04-26Restore vp9_asm_enc_offsets.cJohn Koleszar
2013-04-26Merge "quantize: make 4x4, 8x8 common with larger transforms" into experimentalJohn Koleszar
2013-04-26Removed bmi from blockdScott LaVarnway
2013-04-25Normalize more intrinsic filenamesJohann
2013-04-25Code cleanup inside vp9_decodframe.c.Dmitry Kovalev
2013-04-25quantize: make 4x4, 8x8 common with larger transformsJohn Koleszar
2013-04-25Remove duplicate code in RD handle_inter_mode() function.Ronald S. Bultje
2013-04-25Remove implicit assumption that mode_info_stride == mb_cols + 1.Ronald S. Bultje
2013-04-25Remove write-only variables that store refframe, signbias and mv.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-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-25Rename vp9_idct_x86.cJohann
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 "Move skip_block from BLOCK to MACROBLOCK" into experimentalJohn Koleszar