summaryrefslogtreecommitdiff
path: root/vpx_dsp/inv_txfm.c
AgeCommit message (Expand)Author
2019-10-04vpx_dsp/inv_txfm: fix int sanitizer warningsHien Ho
2018-11-01clang-tidy: fix vpx_dsp parametersJohann
2017-09-27fix signed integer overflow of idctLinfeng Zhang
2017-09-20Change cospi_{1...31}_64 from tran_high_t to tran_coef_tLinfeng Zhang
2017-09-18Change sinpi_{1,2,3,4}_9 from tran_high_t to int16_tLinfeng Zhang
2017-05-09Clean 32x32 idct C codeLinfeng Zhang
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-15cosmetics,dsp/inv_txfm.c: reorder functionsLinfeng Zhang
2017-02-14Add vpx_highbd_idct16x16_38_add_c()Linfeng Zhang
2017-02-07Add vpx_idct16x16_38_add_c()Linfeng Zhang
2016-12-12Cosmetics by unifying dest_stride to stride in idctLinfeng Zhang
2016-11-07Rename vpx_highbd_idct8x8_10{*}() to vpx_highbd_idct8x8_12{*}()Linfeng Zhang
2016-11-04Replace highbd_dct_const_round_shift with dct_const_round_shiftLinfeng Zhang
2016-11-04Cosmetics of inv_txfm.cLinfeng Zhang
2016-10-03Move highbd txfm input range check from 2d iht transform to 1d idct/iadstAngie Chiang
2016-07-25vpx_dsp: apply clang-formatclang-format
2016-06-09Add a couple of missing WRAPLOW checksDebargha Mukherjee
2016-06-03Move range checks into WRAPLOWDebargha Mukherjee
2016-05-04vpx_dsp/*.[hc]: add missing vpx_dsp_rtcd.h includeJames Zern
2015-12-02VP9: Add ssse3 version of vpx_idct32x32_135_add()Scott LaVarnway
2015-08-28Expand the idct4_c() function in idct8_c()Angie Chiang
2015-08-04Replace vp9_ prefix with vpx_ prefix in vpx_dsp function namesJingning Han
2015-07-31Factor inverse transform functions into vpx_dspJingning Han