summaryrefslogtreecommitdiff
path: root/vpx_dsp/inv_txfm.h
AgeCommit message (Collapse)Author
2016-11-04Replace highbd_dct_const_round_shift with dct_const_round_shiftLinfeng Zhang
They are identical. Change-Id: I1ccaf03c81c3cbf88e82d77ffeb8204f5b063c61
2016-07-25vpx_dsp: apply clang-formatclang-format
Change-Id: I3ea3e77364879928bd916f2b0a7838073ade5975
2016-06-20Make type conversion explicitYaowu Xu
This fixes MSVC warnings. Change-Id: I675d8486230b2b74d7973d95720a4995c4750282
2016-06-03Move range checks into WRAPLOWDebargha Mukherjee
Provides more comprehensive coverage for --enable-coefficient-checking. The intent is to make the --enable-coefficient-checking option consistent with the VP9 spec. Change-Id: I12d0120756d17572ca2b2d7e6a2ab9d8071d8d58
2015-08-04Replace vp9_ prefix with vpx_ prefix in vpx_dsp function namesJingning Han
This commit clears the function naming convention in vpx_dsp. It replaces vp9_ prefix of global functions with vpx_ prefix. It also removes the vp9_ prefix from static functions. Change-Id: I6394359a63b71a51dda01342eec6a3cc08dfeedf
2015-07-31Factor inverse transform functions into vpx_dspJingning Han
This commit moves the module inverse transform functions from vp9 to vpx_dsp folder. The hybrid transform wrapper functions stay in the vp9 folder, since it involves codec-specific data structures. Change-Id: Ib066367c953d3d024c73ba65157bbd70a95c9ef8