summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_dequantize.c
AgeCommit message (Expand)Author
2013-03-07Optimize add_constant_residual functionYunqing Wang
2013-03-07Allocate 16-byte aligned diff bufferYunqing Wang
2013-03-05Merge "Optimize add_residual function" into experimentalYunqing Wang
2013-03-05Optimize add_residual functionYunqing Wang
2013-03-05Merge changes Ifacbf5a0,Ibad7c3dd into experimentalRonald S. Bultje
2013-03-04Make superblocks independent of macroblock code and data.Ronald S. Bultje
2013-03-04Optimize vp9_short_idct4x4llm functionYunqing Wang
2013-02-28Add eob<=10 case in idct32x32Yunqing Wang
2013-02-28Merge "Refactor vp9_dequant_idct_add function" into experimentalYunqing Wang
2013-02-28Refactor vp9_dequant_idct_add functionYunqing Wang
2013-02-28Removed vp9_dequantize_bScott LaVarnway
2013-02-28Dequantization code cleanup.Dmitry Kovalev
2013-02-27Move eob from BLOCKD to MACROBLOCKD.Ronald S. Bultje
2013-02-25Changing pitch value meaning for fht and iht transforms.Dmitry Kovalev
2013-02-25Code cleanup.Dmitry Kovalev
2013-02-25clean up forward and inverse hybrid transformJingning Han
2013-02-22Code cleanup.Dmitry Kovalev
2013-02-21Remove "eobs" array in MACROBLOCKD.Ronald S. Bultje
2013-02-20Merge lossless experimentYaowu Xu
2013-02-1916x16 butterfly inverse ADST/DCT hybrid transformJingning Han
2013-02-15Remove some Y2-related code.Ronald S. Bultje
2013-02-13Removal of Hybrid DWT/DCT experiment.Paul Wilkins
2013-02-11butterfly inverse 4x4 ADSTJingning Han
2013-02-07Butterfly ADST based hybrid transformJingning Han
2013-02-04Added vp9_short_idct1_32x32_cScott LaVarnway
2013-02-04re-write 8 point idctYaowu Xu
2013-02-01Merge "Changes 16 point idct" into experimentalYaowu Xu
2013-01-31Changes 16 point idctYaowu Xu
2013-01-24Added eob == 0 check to vp9_dequant_idct_add_32x32_cScott LaVarnway
2013-01-10Merge tx32x32 experiment.Ronald S. Bultje
2013-01-08Merge superblocks (32x32) experiment.Ronald S. Bultje
2013-01-08Merge vp9-preview changes into experimental branchJohn Koleszar
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-12-12Improved vp9_ihtllm_cScott LaVarnway
2012-12-12Consistently use get_prob(), clip_prob() and newly added clip_pixel().Ronald S. Bultje
2012-12-0732x32 transform for superblocks.Ronald S. Bultje
2012-11-29ihtllm moves to rtcdJim Bankoski
2012-11-28Fixing 8x8/4x4 ADST for intra modes with tx selectDeb Mukherjee
2012-11-28fixed includes to be fully specifiedJim Bankoski
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar