aboutsummaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_dct.c
AgeCommit message (Expand)Author
2019-03-25Remove deprecated code for vp9_fdct8x8_quant()Jingning Han
2017-09-20Bug fix: fadst4() in vp9/encoder/vp9_dct.cLinfeng Zhang
2017-09-18Change sinpi_{1,2,3,4}_9 from tran_high_t to int16_tLinfeng Zhang
2017-02-16Drop zbin_ptr and quant_shift_ptrJohann
2016-08-02vp9/encoder: apply clang-formatclang-format
2015-08-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse
2015-07-28Replace vp9_ prefix in 2D-DCT functions with vpx_Jingning Han
2015-07-28Remove vp9_dct.h fileJingning Han
2015-07-28Move DC only forward 2D-DCT functions to vpx_dspJingning Han
2015-07-28Factor 32x32 fwd DCT to vpx_dsp folderJingning Han
2015-07-22Factor forward 2D-DCT transforms into vpx_dspJingning Han
2015-07-20Arrange 1D forward transform order in vp9_dct.cJingning Han
2015-07-20Make local functions in vp9_dct.c staticJingning Han
2015-05-13Relocate memory operations for common codeJohann
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-01-07Removed redundant local variables in the forward hybrid transforms.Zoe Liu
2014-12-22Revert "Revert "Removal of legacy zbin_extra / zbin_oq_value.""Jingning Han
2014-12-19Revert "Removal of legacy zbin_extra / zbin_oq_value."Paul Wilkins
2014-12-18Removal of legacy zbin_extra / zbin_oq_value.Paul Wilkins
2014-11-24Refactored idct routines and headersPeter de Rivaz
2014-11-18Combine fdct8x8 and quantization processJingning Han
2014-11-05Fix visual studio 2013 compiler warningsYaowu Xu
2014-10-09Rename highbitdepth functions to use highbd prefixDeb Mukherjee
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-06-13Fix C versions of DC calculation functionsJingning Han
2014-06-12Fast computation path for forward transform and quantizationJingning Han
2014-05-19Adjust the forward 16x16 DCT computation stepsJingning Han
2014-02-12minor spelling cleanup in commentsAndrew Russell
2014-02-06Finally removing "short" from transform names.Dmitry Kovalev
2014-01-27Removing _1d suffix from transform names.Dmitry Kovalev
2013-11-15Take out assertion from inverse transformsJingning Han
2013-10-25Adding fht{4x4, 8x8, 16x16} functions.Dmitry Kovalev
2013-10-24Making input pointer constant for all fdct/fht functions.Dmitry Kovalev
2013-10-23Renaming vp9_short_fdct4x4 and vp9_short_walsh4x4.Dmitry Kovalev
2013-10-23Renaming vp9_short_fdct32x32 to vp9_fdct32x32.Dmitry Kovalev
2013-10-23Merge "Renaming vp9_short_fdct16x16 to vp9_fdct16x16."Dmitry Kovalev
2013-10-23Renaming vp9_short_fdct16x16 to vp9_fdct16x16.Dmitry Kovalev
2013-10-23Renaming vp9_short_fdct8x8 to vp9_fdct8x8.Dmitry Kovalev
2013-10-22Merge "Using stride (# of elements) instead of pitch (bytes) in fdct4x4."Dmitry Kovalev
2013-10-22Merge "Using stride (# of elements) instead of pitch (bytes) in fdct8x8."Dmitry Kovalev
2013-10-21Using stride (# of elements) instead of pitch (bytes) in fdct4x4.Dmitry Kovalev
2013-10-18Using stride (# of elements) instead of pitch (bytes) in fdct8x8.Dmitry Kovalev
2013-10-18Using stride (# of elements) instead of pitch (bytes) in fdct16x16.Dmitry Kovalev
2013-10-17Using stride (# of elements) instead of pitch (bytes) in fdct32x32.Dmitry Kovalev
2013-10-15Removing unused 8x4 transform from the encoder.Dmitry Kovalev
2013-10-11Adding const to the input argument of all 1D transforms.Dmitry Kovalev
2013-10-10Consistent names for FDCT functions.Dmitry Kovalev
2013-10-04cpplint vp9_dct.c issues resolvedJim Bankoski
2013-09-24Rename defined constantsYaowu Xu
2013-09-19fix integer overflow errorsYaowu Xu