summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_idct.c
AgeCommit message (Expand)Author
2017-05-03Update highbd idct functions arguments to use uint16_t dstLinfeng Zhang
2017-05-03Clean CONVERT_TO_BYTEPTR/SHORTPTR in idctLinfeng Zhang
2017-03-08Add vpx_highbd_idct32x32_135_add_c()Linfeng Zhang
2017-02-14Add vpx_highbd_idct16x16_38_add_c()Linfeng Zhang
2017-02-07Add vpx_idct16x16_38_add_c()Linfeng Zhang
2016-11-07Rename vpx_highbd_idct8x8_10{*}() to vpx_highbd_idct8x8_12{*}()Linfeng Zhang
2016-10-03Move highbd txfm input range check from 2d iht transform to 1d idct/iadstAngie Chiang
2016-09-24Merge "vp9_idct: delete dead TODOs"James Zern
2016-09-21Detect invalid highbd iht inputAngie Chiang
2016-09-20vp9_idct: delete dead TODOsJames Zern
2016-08-02vp9/common: apply clang-formatclang-format
2015-12-02VP9: Add ssse3 version of vpx_idct32x32_135_add()Scott LaVarnway
2015-08-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse
2015-08-04Replace vp9_ prefix with vpx_ prefix in vpx_dsp function namesJingning Han
2015-07-31Factor inverse transform functions into vpx_dspJingning Han
2015-05-13Relocate memory operations for common codeJohann
2015-04-28vpx_mem: remove vpx_memsetJames Zern
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