summaryrefslogtreecommitdiff
path: root/vpx_dsp/inv_txfm.c
AgeCommit message (Expand)Author
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