summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.sh
AgeCommit message (Expand)Author
2013-05-21Removed vp9_recon functionsScott LaVarnway
2013-05-20WIP: 4x4 idct/recon mergeScott LaVarnway
2013-05-16Merge "WIP: 8x8 idct/recon merge" into experimentalScott LaVarnway
2013-05-16WIP: 8x8 idct/recon mergeScott LaVarnway
2013-05-16Add building blocks for 4x8/8x4 rd searchJingning Han
2013-05-15Merge "Preparing vp9_deblock and vp9_denoise to alpha support." into experime...Dmitry Kovalev
2013-05-15WIP: 16x16 idct/recon mergeScott LaVarnway
2013-05-14WIP: 32x32 idct/recon mergeScott LaVarnway
2013-05-14Preparing vp9_deblock and vp9_denoise to alpha support.Dmitry Kovalev
2013-05-14Revert "Preparing vp9_deblock and vp9_denoise to alpha support."John Koleszar
2013-05-13Preparing vp9_deblock and vp9_denoise to alpha support.Dmitry Kovalev
2013-05-10Merge "Removing unused simple loopfilter code." into experimentalDmitry Kovalev
2013-05-10Removing unused simple loopfilter code.Dmitry Kovalev
2013-05-10Add joint motion search in comp_inter_inter mode(experiment)Yunqing Wang
2013-05-07Merge SB8X8 into the codebaseJingning Han
2013-05-04Fix first-pass intra4x4 for sb8x8 experiment.Ronald S. Bultje
2013-05-02Fix right-edge availability for intra prediction in sb8x8.Ronald S. Bultje
2013-05-01Fix block reconstruction with sb8x8 enabled.Ronald S. Bultje
2013-05-01Fix some crashes in sb8x8 experiment.Ronald S. Bultje
2013-04-26Remove BLOCKD structureJohn Koleszar
2013-04-26Remove destination pointers from BLOCKDJohn Koleszar
2013-04-26Removed bmi from blockdScott LaVarnway
2013-04-25Remove BLOCK structureJohn Koleszar
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-24Move sbsegment out of experimental listJingning Han
2013-04-23Merge "Move src_diff to per-plane MACROBLOCK data" into experimentalJohn Koleszar
2013-04-23Move src_diff to per-plane MACROBLOCK dataJohn Koleszar
2013-04-22Removing the implicit compound inter experimentDeb Mukherjee
2013-04-22Moved dequantization into the token decoderScott LaVarnway
2013-04-19Remove vp9_recon_mb{,y}John Koleszar
2013-04-19Remove redundant pointers from void vp9_recon_sb{y,uv}John Koleszar
2013-04-18Make the use of pred buffers consistent in MB/SBJingning Han
2013-04-17Merge "clean out experiments" into experimentalYaowu Xu
2013-04-17clean out experimentsYaowu Xu
2013-04-17Add SSE2 versions for rectangular sad and sad4d functions.Ronald S. Bultje
2013-04-16Faster vp9_short_fdct4x4 and vp9_short_fdct8x4.Christian Duvivier
2013-04-16Merge "Removing extra params from x_add_residual() functions" into experimentalScott LaVarnway
2013-04-16Removing extra params from x_add_residual() functionsScott LaVarnway
2013-04-16Merge "Removing extra params in dequant functions" into experimentalScott LaVarnway
2013-04-15Add rectangular block size variance/sad functions.Jingning Han
2013-04-15Removing extra params in dequant functionsScott LaVarnway
2013-04-11Make intra predictor support rectangular blocksJingning Han
2013-04-11Merge "Remove unused vp9_recon_mb{y,uv}_s" into experimentalJohn Koleszar
2013-04-11Remove unused vp9_recon_mb{y,uv}_sJohn Koleszar
2013-04-11WIP: removing predictor buffer usage from decoderScott LaVarnway
2013-04-10Make RD superblock mode search size-agnostic.Ronald S. Bultje
2013-04-09Make SB coding size-independent.Ronald S. Bultje
2013-04-04Move qcoeff, dqcoeff from BLOCKD to per-plane dataJohn Koleszar
2013-03-27Merge "Optimize 32x32 idct function" into experimentalYunqing Wang