summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_idct.h
AgeCommit message (Expand)Author
2013-10-11Making input pointer of any inverse transform constant.Dmitry Kovalev
2013-10-11Consistent names for inverse hybrid transforms (2 of 2).Dmitry Kovalev
2013-10-11Adding const to the input argument of all 1D transforms.Dmitry Kovalev
2013-10-10Giving consistent names to IDCT 32x32 functions.Dmitry Kovalev
2013-10-07Giving consistent names to IDCT 16x16 functions.Dmitry Kovalev
2013-10-06Giving consistent names to IDCT 8x8 functions.Dmitry Kovalev
2013-10-04Giving consistent names to IDCT/IWHT functions.Dmitry Kovalev
2013-10-02Moving all idct/iht functions in one place.Dmitry Kovalev
2013-09-24Rename defined constantsYaowu Xu
2013-09-19fix integer overflow errorsYaowu Xu
2013-08-12SSE2 high precision 32x32 forward DCTJingning Han
2013-07-15Removing and moving around constant definitions.Dmitry Kovalev
2013-06-29SSE2 version of vp9_short_fdct32x32_rd.Christian Duvivier
2013-06-18Make fdct32 computation flow within 16bit rangeJingning Han
2013-05-30Changed to use a new variant of WHTYaowu Xu
2013-03-18Optimize 8x8 idct functionYunqing Wang
2013-03-07Consistent usage of ROUND_POWER_OF_TWO macro.Dmitry Kovalev
2013-03-04Optimize vp9_short_idct4x4llm functionYunqing Wang
2013-02-27Faster vp9_short_fdct8x8.Christian Duvivier
2013-02-27Code cleanup.Dmitry Kovalev
2013-02-27Merge "Optimize vp9_dc_only_idct_add_c function" into experimentalYunqing Wang
2013-02-26Optimize vp9_dc_only_idct_add_c functionYunqing Wang
2013-02-26Improve 32x32 forward dctYaowu Xu
2013-02-25clean up forward and inverse hybrid transformJingning Han
2013-02-22Code cleanup.Dmitry Kovalev
2013-02-20Code cleanup.Dmitry Kovalev
2013-02-11butterfly inverse 4x4 ADSTJingning Han
2013-02-07move dct/idct constants to a header fileYaowu Xu