summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_dct.c
AgeCommit message (Expand)Author
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
2013-08-31Fix 32x32 forward transform SSE2 versionJingning Han
2013-07-03Refactor SSE2 8x8 functional unitsJingning Han
2013-06-29SSE2 version of vp9_short_fdct32x32_rd.Christian Duvivier
2013-06-25Add 8x8 dct/adst unit testsJingning Han
2013-06-18Make fdct32 computation flow within 16bit rangeJingning Han
2013-05-30Changed to use a new variant of WHTYaowu Xu
2013-05-27Reduce WHT complexity.Timothy B. Terriberry
2013-04-16Faster vp9_short_fdct4x4 and vp9_short_fdct8x4.Christian Duvivier
2013-04-16Merge branch 'experimental' into masterJohn Koleszar
2013-03-18Merge "removed reference to "LLM" and "x8"" into experimentalYaowu Xu
2013-03-15Faster vp9_short_fdct16x16.Christian Duvivier
2013-03-13removed reference to "LLM" and "x8"Yaowu Xu
2013-02-27Faster vp9_short_fdct8x8.Christian Duvivier
2013-02-27Code cleanup.Dmitry Kovalev
2013-02-27Merge "Improve 32x32 forward dct" into experimentalYaowu Xu
2013-02-26Improve 32x32 forward dctYaowu Xu
2013-02-25Changing pitch value meaning for fht and iht transforms.Dmitry Kovalev
2013-02-25Improving the forward 16x16 ADST/DCT accuracyJingning Han
2013-02-25clean up forward and inverse hybrid transformJingning Han
2013-02-25optimize forward 16x16 DCT for accuracyYaowu Xu
2013-02-22optimize 8x8 fdct rounding for accuracyYaowu Xu
2013-02-21Forward butterfly hybrid transformJingning Han