summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_blockd.h
AgeCommit message (Expand)Author
2013-04-19make build_inter_predictors block size agnostic (split)John Koleszar
2013-04-19Merge "make buid_inter_predictors block size agnostic (chroma)" into experime...John Koleszar
2013-04-19Removal of CONFIG_NEW_MVREF experiment.Paul Wilkins
2013-04-18make buid_inter_predictors block size agnostic (chroma)John Koleszar
2013-04-18make buid_inter_predictors block size agnostic (luma)John Koleszar
2013-04-18Merge "Make the use of pred buffers consistent in MB/SB" into experimentalJingning Han
2013-04-18Make the use of pred buffers consistent in MB/SBJingning Han
2013-04-18Merge "Adding DEFAULT_PRED_PROB_{0, 1, 2} constants." into experimentalDmitry Kovalev
2013-04-18Merge "Replacing VP9_COMBINEENTROPYCONTEXTS macro with function." into experi...Dmitry Kovalev
2013-04-17Use BLOCK_SIZE_TYPE in foreach_ walkerJohn Koleszar
2013-04-17Adding DEFAULT_PRED_PROB_{0, 1, 2} constants.Dmitry Kovalev
2013-04-17Remove BLOCK_SIZE_LG2.Ronald S. Bultje
2013-04-17Fairly basic integration of rectangular blocks in encoding RD loop.Ronald S. Bultje
2013-04-16Recursive partition syntax codingJingning Han
2013-04-16Replacing VP9_COMBINEENTROPYCONTEXTS macro with function.Dmitry Kovalev
2013-04-16Merge "Optimize the scaling calculation" into experimentalYunqing Wang
2013-04-16Optimize the scaling calculationYunqing Wang
2013-04-16Merge "Removing TRUE and FALSE macro definitions." into experimentalJohn Koleszar
2013-04-16Merge "Removing extra params in dequant functions" into experimentalScott LaVarnway
2013-04-15Removing TRUE and FALSE macro definitions.Dmitry Kovalev
2013-04-15Removing extra params in dequant functionsScott LaVarnway
2013-04-12Reorder enum i4X4 predcition modesYaowu Xu
2013-04-12Rename B_PRED to I4X4_PREDYaowu Xu
2013-04-11Make intra predictor support rectangular blocksJingning Han
2013-04-11WIP: removing predictor buffer usage from decoderScott LaVarnway
2013-04-11tokenize: convert skippable functionsJohn Koleszar
2013-04-11Add foreach_transformed_blockJohn Koleszar
2013-04-10Merge "Make SB coding size-independent." into experimentalRonald S. Bultje
2013-04-09Make SB coding size-independent.Ronald S. Bultje
2013-04-09Merge "detokenize: use consistent structure for all block sizes" into experim...John Koleszar
2013-04-08detokenize: use consistent structure for all block sizesJohn Koleszar
2013-04-05Merge changes Ibbfa68d6,Idb76a0e2 into experimentalJohn Koleszar
2013-04-05Remove full-pixel-related code.Ronald S. Bultje
2013-04-05Remove some unused macros.Ronald S. Bultje
2013-04-05Remove struct POS.Ronald S. Bultje
2013-04-05Remove unused vpx_log() function prototype.Ronald S. Bultje
2013-04-05Remove "tx_type" member from union b_mode_info.Ronald S. Bultje
2013-04-04Move EOB to per-plane dataJohn Koleszar
2013-04-04Move qcoeff, dqcoeff from BLOCKD to per-plane dataJohn Koleszar
2013-04-01Code cleanup.Dmitry Kovalev
2013-03-28Framework changes in nzc to allow more flexibilityDeb Mukherjee
2013-03-26Implicit weighted prediction experimentDeb Mukherjee
2013-03-19Remove TX size segment featurePaul Wilkins
2013-03-07Update ADST selection if tx_size < block_size.Ronald S. Bultje
2013-03-07Re-add support for ADST in superblocks.Ronald S. Bultje
2013-03-07Coding con-zero count rather than EOB for coeffsDeb Mukherjee
2013-03-04Make superblocks independent of macroblock code and data.Ronald S. Bultje
2013-02-28Refactor vp9_dequant_idct_add functionYunqing Wang
2013-02-27Code cleanup.Dmitry Kovalev
2013-02-27Move eob from BLOCKD to MACROBLOCKD.Ronald S. Bultje