Sign in
aomedia
/
aom
/
a5f2540d8278176ab9ea4dfc77b1db112145c786
/
test
/
dct32x32_test.cc
123e8a6
adopt some clang 5.0.0 formatting
by Johann
· 7 years ago
d3e7c68
Remove the use of macro "CONFIG_HIGHBITDEPTH"
by Yaowu Xu
· 7 years ago
2283d37
Use TX_TYPE consistently instead of int.
by Urvang Joshi
· 7 years ago
d405f8a
Cleanup dead fwd transform functions
by Frederic Barbier
· 8 years ago
c756e4d
Cleanup dead high-bitdepth inverse-tx functions
by Frederic Barbier
· 8 years ago
c6a48a2
Drop support for CONFIG_EMULATE_HARDWARE
by Sebastien Alaiwan
· 8 years ago
71e8784
Homogenize configuration option name.
by Sebastien Alaiwan
· 8 years ago
7a07ece
Include googletest cmake support.
by Tom Finegan
· 8 years ago
0c552df
Fix aom_fdct32x32_avx2 output as CONFIG_AOM_HIGHBITDEPTH=1
by Yi Luo
· 8 years ago
fed8e1c
Hybrid forward transform 32x32 AVX2 optimization
by Yi Luo
· 8 years ago
2ab7ff0
Change to use AOM copyright notice
by Yaowu Xu
· 9 years ago
f883b42
Port renaming changes from AOMedia
by Yaowu Xu
· 9 years ago
c27fc14
Port folder renaming changes from AOM
by Yaowu Xu
· 9 years ago
3a826f1
test/: apply clang-format
by clang-format
· 9 years ago
3fa28d5
More vp8/vp9 clean up
by Yaowu Xu
· 9 years ago
3bd709f
Remove vp8, vp9 folders
by Yaowu Xu
· 9 years ago
6fe07a2
Merge branch 'master' into nextgenv2
by Yaowu Xu
· 9 years ago
6bbb8b7
tests: remove redundant round() definition
by James Zern
· 9 years ago
6382727
Fix UBSAN/IOC errors
by Yaowu Xu
· 9 years ago
ef17fc4
dct32x32_test: s/HAVE_NEON_ASM/HAVE_NEON/
by James Zern
· 9 years ago
5ab46e0
Merge changes I7a1c0cba,Ie02b5caf,I2cbd85d7,I644f35b0
by James Zern
· 9 years ago
50e05d0
dct32x32_test: create fn pointers w/'&' ref
by James Zern
· 9 years ago
c98f8e0
dct32x32_test: add PartialTrans32x32Test, Random
by James Zern
· 9 years ago
0269df4
vpx_fdct32x32_1_c: fix accumulator overflow
by James Zern
· 9 years ago
b054983
dct32x32_test: remove unused function
by James Zern
· 9 years ago
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
a6a4659
Factor 32x32 fwd DCT to vpx_dsp folder
by Jingning Han
· 10 years ago
d9fedf7
mips msa vp9 fdct 32x32 optimization
by Parag Salasakar
· 10 years ago
6af9d7f
mips msa vp9 updated idct 8x8, 16x16 and 32x32 module
by Parag Salasakar
· 10 years ago
f9f078e
mips msa vp9 updated macros and disable all MSA functions
by Parag Salasakar
· 10 years ago
1d7ccd5
Relocate memory operations for common code
by Johann
· 10 years ago
a8a9c2b
Merge "mips msa vp9 idct 32x32 optimization"
by Parag Salasakar
· 10 years ago
fd3658b
replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED
by James Zern
· 10 years ago
1601c13
mips msa vp9 idct 32x32 optimization
by Parag Salasakar
· 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
10783d4
Adds high bitdepth transform functions and tests
by Deb Mukherjee
· 11 years ago
eb2f000
tests/reference_32x32_dct_1d: remove unused stride param
by James Zern
· 11 years ago
fd38e70
dct32x32_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
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
a6effda
dct32x32_test: add NEON functions
by James Zern
· 11 years ago
002ad40
test/: remove unnecessary extern "C"s
by James Zern
· 11 years ago
e9c1961
Merge "vp9_short_fdct32x32_rd vp9_short_fdct32x32 optimized for AVX2"
by Yaowu Xu
· 11 years ago
8def766
vp9_short_fdct32x32_rd vp9_short_fdct32x32 optimized for AVX2
by levytamar82
· 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
a018988
Renaming vp9_short_fdct32x32 to vp9_fdct32x32.
by Dmitry Kovalev
· 11 years ago
e05412f
Using stride (# of elements) instead of pitch (bytes) in fdct32x32.
by Dmitry Kovalev
· 11 years ago
65f118d
Making input pointer of any inverse transform constant.
by Dmitry Kovalev
· 11 years ago
1e766b5
Giving consistent names to IDCT 32x32 functions.
by Dmitry Kovalev
· 11 years ago
afffa3d
cleanup cpplint warnings
by Yaowu Xu
· 12 years ago
4ad52a8
Enable 32x32 Transform unit test
by Jingning Han
· 12 years ago
2cf0d4b
WIP: 32x32 idct/recon merge
by Scott LaVarnway
· 12 years ago
3dbc78b
Enable 32x32 dct tests
by Yaowu Xu
· 12 years ago
649be94
Removal of Hybrid DWT/DCT experiment.
by Paul Wilkins
· 12 years ago
55657aa
Fix wrong pitch argument in dct32x32 unit test.
by Ronald S. Bultje
· 12 years ago
aa2effa
Merge tx32x32 experiment.
by Ronald S. Bultje
· 12 years ago
c681887
fixed build issue with round()
by Yaowu Xu
· 12 years ago
c456b35
32x32 transform for superblocks.
by Ronald S. Bultje
· 12 years ago