summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_blockd.h
AgeCommit message (Expand)Author
2013-04-17Fairly basic integration of rectangular blocks in encoding RD loop.Ronald S. Bultje
2013-04-16Recursive partition syntax codingJingning Han
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
2013-02-26Spatial resamping of ZEROMV predictorsJohn Koleszar
2013-02-26Refactor inter recon functions to support scalingJohn Koleszar
2013-02-21Remove "eobs" array in MACROBLOCKD.Ronald S. Bultje
2013-02-20Merge "Code cleanup." into experimentalDmitry Kovalev
2013-02-20Code cleanup.Dmitry Kovalev
2013-02-20Merge lossless experimentYaowu Xu
2013-02-1916x16 butterfly inverse ADST/DCT hybrid transformJingning Han
2013-02-19Use lossless for Q0Yaowu Xu
2013-02-15Remove Y2 and Y-no-DC token types from the bitstream.Ronald S. Bultje
2013-02-15Remove some Y2-related code.Ronald S. Bultje
2013-02-13Merge "Remove 2nd-order transform for first-order DC coefficients." into expe...Ronald S. Bultje
2013-02-13Remove 2nd-order transform for first-order DC coefficients.Ronald S. Bultje
2013-02-13Merge "enable bitstream lossless support" into experimentalYaowu Xu