summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_idct_blk.c
AgeCommit message (Expand)Author
2013-06-12Remove unused vp9_idct_add_{y,uv}_blockJohn Koleszar
2013-05-23Merge Scatter Scan experiment.Paul Wilkins
2013-05-21Removed unused idct functionsScott LaVarnway
2013-05-20WIP: 4x4 idct/recon mergeScott LaVarnway
2013-05-16WIP: 8x8 idct/recon mergeScott LaVarnway
2013-05-15WIP: 16x16 idct/recon mergeScott LaVarnway
2013-05-14WIP: 32x32 idct/recon mergeScott LaVarnway
2013-04-29Make sure 32x32 coefficients fit in int16_t.Ronald S. Bultje
2013-04-22Moved dequantization into the token decoderScott LaVarnway
2013-04-15Removing extra params in dequant functionsScott LaVarnway
2013-04-11WIP: removing predictor buffer usage from decoderScott LaVarnway
2013-04-04Move EOB to per-plane dataJohn Koleszar
2013-04-04Move qcoeff, dqcoeff from BLOCKD to per-plane dataJohn Koleszar
2013-04-02Remove unused inplace idct_add functionsJohn Koleszar
2013-02-28Refactor vp9_dequant_idct_add functionYunqing Wang
2013-02-27Merge "Move eob from BLOCKD to MACROBLOCKD." into experimentalRonald S. Bultje
2013-02-27Move eob from BLOCKD to MACROBLOCKD.Ronald S. Bultje
2013-02-26Optimize vp9_dc_only_idct_add_c functionYunqing Wang
2013-02-21Remove "eobs" array in MACROBLOCKD.Ronald S. Bultje
2013-02-20Merge lossless experimentYaowu Xu
2013-02-19fixed an enc/dec mis-match issueYaowu Xu
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-13enable bitstream lossless supportYaowu Xu
2013-02-13fix the lossless experimentYaowu Xu
2013-01-08Merge superblocks (32x32) experiment.Ronald S. Bultje
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-11-30warnings in various experimentsJim Bankoski
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar