Sign in
aomedia
/
avm
/
22447e7419ccd9def716a3dbdd12a4ce502ad833
/
av1
/
common
/
av1_txfm.h
68b107b
C068 Cross chroma component transform
by Lester Lu
· 2 years, 3 months ago
8bde145
Update contact details in comments and AUTHORS list
by Rachel Barker
· 3 years, 3 months ago
41c6dd7
CI: Fix the CI Formatting
by Vibhoothi
· 3 years, 5 months ago
7319db5
Update BSD-3 license for AVM project and files
by Krishna Rapaka
· 3 years, 6 months ago
e7261ac
Disable an assert for encoder build
by Yaowu Xu
· 6 years ago
4667aa1
Make enum size same for all compilers
by Satish Kumar Suman
· 6 years ago
6f33c68
Fix range check in half_btf() function
by David Barker
· 7 years ago
e1cbb13
cosmetics: normalize include guards
by James Zern
· 7 years ago
af311e0
Fix aomenc build err when coeff range check is on
by Angie Chiang
· 7 years ago
01c165a
arm: Fix building neon txfm with clang
by Martin Storsjo
· 7 years ago
66b7d7b
Fix bug of DO_RANGE_CHECK_CLAMP
by Angie Chiang
· 7 years ago
29274ea
av1_txfm.h: rm dead av1_rotate* code
by James Zern
· 7 years ago
60e653d
cmake: Output aom_config in config sub dir.
by Tom Finegan
· 7 years ago
8c489a8
Move iwht4x4 to av1_inv_txfm2d.c
by Angie Chiang
· 7 years ago
8d95019
Add option to apply clamping for inverse transform (iadst4)
by Hui Su
· 7 years ago
a369522
Remove unused fadst32/iadst32 functions
by Angie Chiang
· 7 years ago
e3313cf
Remove av1_[f/i]identity64 txfm c functions
by Angie Chiang
· 7 years ago
9f04180
Implement av1_lowbd_fwd_txfm_sse4_1
by Peng Bin
· 7 years ago
6d0fdad
Avoid integer overflow in av1_iidentity4/16/64_c()
by Hui Su
· 7 years ago
5b53ea1
Move cospi_arr_data[] and sinpi_arr_data[] to av1_txfm.c
by Yue Chen
· 7 years ago
d1c222d
[NORMATIVE] TXMG: Remove clamping in half_btf
by Angie Chiang
· 7 years ago
d3d4159
Remove CONFIG_TX64X64
by Yaowu Xu
· 7 years ago
6f81f12
[NORMATIVE-DECODING, txmg]: Adjust IADST4
by Dominic Symes
· 7 years ago
c8d6c08
Bitstream change - avoid overflow of 1:2/2:1 txfm
by Angie Chiang
· 7 years ago
eae8208
Implement flip txfm in av1_fwd_txfm2d_8x8_sse2
by Angie Chiang
· 7 years ago
b785b95
av1_txfm,cosmetics: s/(min|max)Value/\1_value/
by James Zern
· 7 years ago
dc85759
av1_txfm: inline range_check_value, clamp_value
by James Zern
· 7 years ago
29d2f21
Add get_txw/h_idx functions
by Angie Chiang
· 7 years ago
0c7b8d8
Simplify txfm table
by Angie Chiang
· 7 years ago
d4327bc
Simplify cos_bit setting in txfm
by Angie Chiang
· 7 years ago
8251736
Let adst4's precision be adjustable
by Angie Chiang
· 7 years ago
4a75b5a
Move shift from 1d_cfg to 2d_cfg
by Angie Chiang
· 7 years ago
6675e81
Remove unused ARRAYOFFSET macros.
by Urvang Joshi
· 7 years ago
1158bff
Various fixes to scale managed txfms and tests
by Debargha Mukherjee
· 7 years ago
b31ff9b
Add stage range configurations for fwd transforms
by Debargha Mukherjee
· 7 years ago
5891f98
Palette: replace floating point numbers with integers
by Hui Su
· 7 years ago
15b0113
Rectangular transforms: smaller dim first always.
by Urvang Joshi
· 7 years ago
1ac47a7
round_shift_array: Use SSE4 version everywhere.
by Urvang Joshi
· 7 years ago
3f92108
Support 64x16 / 16x64 transform tables
by Debargha Mukherjee
· 7 years ago
c502216
Pass TXFM_2D_FLIP_CFG by pointer; don't return.
by Urvang Joshi
· 7 years ago
9f001f3
Remove MRC_TX experiment
by Sebastien Alaiwan
· 7 years ago
5e98200
Remove special functions to get fwd/inv configs.
by Urvang Joshi
· 7 years ago
ea69105
Make type conversion explicit
by Yaowu Xu
· 7 years ago
a60e26d
av1_txfm,round_shift: remove implicit conv warning
by James Zern
· 7 years ago
8e739bc
Add clamping in half_btf()
by Hui Su
· 7 years ago
5a680b1
Add explicit cast in half_btf()
by Hui Su
· 7 years ago
9eabd69
Make hbd transforms compatible with 4:1 transforms
by Debargha Mukherjee
· 7 years ago
ab2b36e
Fix unit tests for TX64X64.
by Urvang Joshi
· 7 years ago
a097204
Add smooth mrc mask computed from residual
by Sarah Parker
· 7 years ago
3bac992
Remove experimental flag of EXT_TX
by Sebastien Alaiwan
· 7 years ago
d8b93f5
Remove abandonned CHROMA_2X2 experiment
by Sebastien Alaiwan
· 7 years ago
84fa3a4
overflow check: don't rely on undefined behavior
by Sebastien Alaiwan
· 7 years ago
9752a2e
Use TX_SIZE consistently instead of int.
by Urvang Joshi
· 7 years ago
2283d37
Use TX_TYPE consistently instead of int.
by Urvang Joshi
· 7 years ago
570423c
Misc fixes for 32x64 and 64x32 transforms
by Debargha Mukherjee
· 7 years ago
2b43501
Implement 64x32 and 32x64 transforms
by Debargha Mukherjee
· 7 years ago
3696737
Remove dead function 'clamp_block'
by Sebastien Alaiwan
· 7 years ago
99e7daa
Tokenize and write mrc mask
by Sarah Parker
· 8 years ago
9c7089a
Add txfm config test
by Angie Chiang
· 8 years ago
ce3ad28
Calculate the txfm stage range according to bd
by Angie Chiang
· 8 years ago
3824f8a
Allow the creation of different masks for inter and intra
by Sarah Parker
· 8 years ago
155bf9a
Let rect txfms do shorter side first
by Angie Chiang
· 8 years ago
c5ccd4c
Avoid using MRC_DCT when the mask produced is invalid
by Sarah Parker
· 8 years ago
5b8e6d2
Add txfm functions corresponding to MRC_DCT
by Sarah Parker
· 8 years ago
31c6650
Remove deprecated high-bitdepth functions
by Sarah Parker
· 8 years ago
3eed417
Add configurations for hbd identity transform
by Sarah Parker
· 8 years ago
eec47e6
Refactor hbd txfm configurations to be 1D
by Sarah Parker
· 8 years ago
bbf7bb0
Simplify txfm code using helper function
by Frederic Barbier
· 8 years ago
a5d892b
Don't rely on signed-integer overflow to detect out-of-range values.
by Sebastien Alaiwan
· 8 years ago
bde4ac8
change to use AOMedia copyright notice
by Yaowu Xu
· 8 years ago
637590c
Fix warnings from static analaysis tools
by Yaowu Xu
· 8 years ago
4d34154
Fix IOC warnings
by Yaowu Xu
· 8 years ago
67948d3
apply clang-format
by clang-format
· 9 years ago
f883b42
Port renaming changes from AOMedia
by Yaowu Xu
· 9 years ago
[Renamed (96%) from av1/common/vp10_txfm.h]
c27fc14
Port folder renaming changes from AOM
by Yaowu Xu
· 9 years ago
[Renamed (98%) from vp10/common/vp10_txfm.h]
688a2ed
Remove __func__
by Angie Chiang
· 9 years ago
253c001
Port dering experiment from aom
by Yaowu Xu
· 9 years ago
7feae8e
vp10/common: apply clang-format
by clang-format
· 9 years ago
909bbe7
Add flip feature to vp10_inv_txfm2d.c
by Angie Chiang
· 9 years ago
1954fa3
Add flip option for vp10_fwd_txfm2d_#x#_c
by Angie Chiang
· 9 years ago
f2b311f
Simplify rounding in vp10_[fwd/inv]_txfm[1/2]d_#x#
by Angie Chiang
· 9 years ago
abd447e
mv vp10_fwd_txfm2d_#x# into vp10_rtcd.h
by Angie Chiang
· 9 years ago
40ef86f
Passing TXFM_TYPE instead of func pointer
by Angie Chiang
· 9 years ago
4fd0ba8
Add vp10_inv_txfm2d
by Angie Chiang
· 9 years ago
2e0aa9f
Add fdct4
by Angie Chiang
· 9 years ago