summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_idct.h
AgeCommit message (Expand)Author
2015-01-06Enable coefficient range checking for 10-/12-bitDeb Mukherjee
2014-11-24Refactored idct routines and headersPeter de Rivaz
2014-11-05Fix visual studio 2013 compiler warningsYaowu Xu
2014-10-09Rename highbitdepth functions to use highbd prefixDeb Mukherjee
2014-10-06Add range check in inverse ADST 16x16Jingning Han
2014-10-01Remove redundant header file from vp9_idct.hJingning Han
2014-09-30Moves transform type defines to vp9_commonDeb Mukherjee
2014-09-30Revert "Fix compiling error in vp9_idct.h"James Zern
2014-09-30Fix compiling error in vp9_idct.hJingning Han
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-08-06configure: add --enable-coefficient-range-checkingYaowu Xu
2014-05-28Enable SSSE3 inverse 2D-DCT with 10 non-zero coeffsJingning Han
2014-05-01Moving pair_set_epi32 macro into vp9_dct32x32_sse2.c.Dmitry Kovalev
2014-01-23vp9/common: add extern "C" to headersJames Zern
2013-11-15Take out assertion from inverse transformsJingning Han
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