Sign in
aomedia
/
avm
/
0a81d36ab4103c4baa37aaae3aa87ad94cc59ab3
/
test
/
fdct8x8_test.cc
08a453b
Replace vp9_ prefix with vpx_ prefix in vpx_dsp function names
by Jingning Han
· 10 years ago
097d59c
Cosmetics - Fix header file order in unit tests
by Jingning Han
· 10 years ago
4b5109c
Replace vp9_ prefix in 2D-DCT functions with vpx_
by Jingning Han
· 10 years ago
9aaf523
Move msa implementations of 2D-DCT to vpx_dsp
by Jingning Han
· 10 years ago
b67821f
Factor forward 2D-DCT transforms into vpx_dsp
by Jingning Han
· 10 years ago
efb05d0
Remove comment about disabled tests
by Johann
· 10 years ago
ff8505a
Fix --disable-use-x86inc
by Johann
· 10 years ago
7ca8488
mips msa vp9 fdct 8x8 optimization
by Parag Salasakar
· 10 years ago
6af9d7f
mips msa vp9 updated idct 8x8, 16x16 and 32x32 module
by Parag Salasakar
· 10 years ago
71e88f9
Merge "mips msa vp9 updated macros and disable all MSA functions"
by Parag Salasakar
· 10 years ago
f9f078e
mips msa vp9 updated macros and disable all MSA functions
by Parag Salasakar
· 10 years ago
b962646
Re-worked header files
by Scott LaVarnway
· 10 years ago
c47d868
fdct8x8_test: move functions to an anonymous namespace
by James Zern
· 10 years ago
cafae5b
Merge "Relocate memory operations for common code"
by Johann
· 10 years ago
1d7ccd5
Relocate memory operations for common code
by Johann
· 10 years ago
7c5f00f
mips msa vp9 idct 8x8 optimization
by Parag Salasakar
· 10 years ago
fd3658b
replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED
by James Zern
· 10 years ago
4f856cd
VP9 common for ARMv8 by using NEON intrinsics 06
by James Yu
· 11 years ago
1fe643c
Re-enable 8x8 fdct/fht tests by changing tolerance
by Deb Mukherjee
· 10 years ago
615230b
acm_random: provide full range for Rand16()
by James Zern
· 10 years ago
7e40a55
Added high bitdepth sse2 transform functions
by Peter de Rivaz
· 10 years ago
1929c9b
Rename highbitdepth functions to use highbd prefix
by Deb Mukherjee
· 10 years ago
d50716f
Incorporate WRAPLOW macro into non-highbitdepth tx
by Deb Mukherjee
· 10 years ago
41e6ec4
Visual Studio build (warning) fix
by Deb Mukherjee
· 11 years ago
10783d4
Adds high bitdepth transform functions and tests
by Deb Mukherjee
· 11 years ago
722eecf
fdct8x8_test.cc: remove unused param warnings
by James Zern
· 11 years ago
d19d222
Added vp9_fdct8x8_neon(), vp9_fdct8x8_1_neon()
by Scott LaVarnway
· 11 years ago
4ba92dc
Fix bug 805
by levytamar82
· 11 years ago
54697d3
fdct8x8_test: drop '_t' from local typenames
by James Zern
· 11 years ago
29e1b1a
tests: add API_REGISTER_STATE_CHECK
by James Zern
· 11 years ago
0d6267c
fdct8x8_test: add missing avx2 functions
by James Zern
· 11 years ago
0343e30
Re-enable unit test for SSSE3 forward 8x8 2D-DCT
by Jingning Han
· 11 years ago
5c2696c
Rework unit test for 8x8 transformation
by Jingning Han
· 11 years ago
ce23931
Only build neon assembly for armv7 targets
by Johann
· 11 years ago
b466ad5
Turn on unit tests for SSSE3 8x8 forward and inverse 2D-DCT
by Jingning Han
· 11 years ago
c333110
fdct8x8_test: add NEON functions
by James Zern
· 11 years ago
005fc69
Finally removing "short" from transform names.
by Dmitry Kovalev
· 11 years ago
002ad40
test/: remove unnecessary extern "C"s
by James Zern
· 11 years ago
51490e5
Removing PARAMS macro for consistency
by Joshua Litt
· 11 years ago
600a386
Making input pointer constant for all fdct/fht functions.
by Dmitry Kovalev
· 11 years ago
fa143db
Renaming vp9_short_fdct8x8 to vp9_fdct8x8.
by Dmitry Kovalev
· 11 years ago
e5fa44c
Using stride (# of elements) instead of pitch (bytes) in fdct8x8.
by Dmitry Kovalev
· 11 years ago
65f118d
Making input pointer of any inverse transform constant.
by Dmitry Kovalev
· 11 years ago
7ef5739
Consistent names for inverse hybrid transforms (1 of 2).
by Dmitry Kovalev
· 11 years ago
c6ad70d
Giving consistent names to IDCT 8x8 functions.
by Dmitry Kovalev
· 11 years ago
4bd1711
Refactor 8x8 fwd transform unit test
by Jingning Han
· 12 years ago
e494df1
Added ClearSystemState in a unit test
by Yaowu Xu
· 12 years ago
bc484eb
fix unit test failure on win32 vs2008 build
by Yaowu Xu
· 12 years ago
6094bf3
Cosmetic changes in 4x4 and 8x8 fdct unit tests
by Jingning Han
· 12 years ago
9b744ce
Fix aligned memory allocation in unit tests
by Jingning Han
· 12 years ago
e4f38c8
test/fdct*: fix some warnings
by James Zern
· 12 years ago
0084e61
Tune the rounding operations in 8x8 ADST/DCT sse2
by Jingning Han
· 12 years ago
ab36262
Add 8x8 dct/adst unit tests
by Jingning Han
· 12 years ago
794a7be
WIP: 8x8 idct/recon merge
by Scott LaVarnway
· 12 years ago
7f7d135
Merge branch 'experimental' into master
by John Koleszar
· 12 years ago
c4195e0
tests: use a portable rand() implementation
by James Zern
· 12 years ago
22012ee
optimize 8x8 fdct rounding for accuracy
by Yaowu Xu
· 12 years ago
510557e
removed the idct rtcd idct calls
by Jim Bankoski
· 12 years ago
a9c7597
support building vp8 and vp9 into a single lib
by John Koleszar
· 12 years ago
2e3e685
fix test builds
by James Zern
· 12 years ago
4b2c2b9
Rename vp8/ codec directory to vp9/.
by Ronald S. Bultje
· 12 years ago
95ee7f1
change to properly account for coef scaling in unit tests
by Yaowu Xu
· 13 years ago
fed8a18
16x16 DCT blocks.
by Daniel Kang
· 13 years ago
26641c7
Add 8x8 fDCT unit test.
by Daniel Kang
· 13 years ago