summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_idct.c
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-07Iadst transforms to use internal low precisionDeb Mukherjee
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-04Some data type changes in vp9_idct.cDeb Mukherjee
2014-10-03Incorporate WRAPLOW macro into non-highbitdepth txDeb Mukherjee
2014-09-30Remove redundant header file declarationJingning Han
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-05-08Change eob threshold for partial inverse 8x8 2D-DCT to 12Jingning Han
2014-01-27Removing _1d suffix from transform names.Dmitry Kovalev
2013-11-20Remove unnecessary eob checking.hkuang
2013-11-14Fix coding format in vp9_idctJingning Han
2013-10-24Add 32x32 idct function for eob<=34 caseYunqing Wang
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-11Consistent names for inverse hybrid transforms (1 of 2).Dmitry Kovalev
2013-10-11Adding const to the input argument of all 1D transforms.Dmitry Kovalev
2013-10-10Removing vp9_idct4_1d_sse2 function.Dmitry Kovalev
2013-10-10Giving consistent names to IDCT 32x32 functions.Dmitry Kovalev
2013-10-10Merge "Giving consistent names to IDCT 16x16 functions."Dmitry Kovalev
2013-10-08All zero coeff skip in IDCT 32x32Jingning Han
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-30Removing vp9_add_constant_residual_{8x8, 16x16, 32x32} functions.Dmitry Kovalev
2013-09-27Renaming vp9_short_idct10_8x8_add to vp9_short_idct8x8_10_add.Dmitry Kovalev
2013-09-26Renaming vp9_short_idct10_16x16 to vp9_short_idct16x16_10.Dmitry Kovalev
2013-09-24Rename defined constantsYaowu Xu
2013-08-01Remove unused vp9_short_idct10_32x32_addJingning Han
2013-07-2916x16 inverse 2D-DCT with DC onlyJingning Han
2013-07-26Special handle on DC only inverse 8x8 2D-DCTJingning Han
2013-07-24Merge vp9_dc_only_idct_add and vp9_short_idct4x4_1Jingning Han
2013-07-17Remove unnecessary buffer copy in idct4x4.hkuang
2013-07-16SSE2 16x16 inverse ADST/DCT hybrid transformJingning Han
2013-07-12Using vp9_copy and vp9_zero instead of custom code.Dmitry Kovalev
2013-05-30Changed to use a new variant of WHTYaowu Xu
2013-05-27Reduce WHT complexity.Timothy B. Terriberry
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-03-13removed reference to "LLM" and "x8"Yaowu Xu