Sign in
aomedia
/
avm
/
2b9ec2ea1dd7aa880cf19e9004ffb86743cba460
/
av1
/
common
/
idct.c
90024e4
Use tx_size 1 level down for transform type search
by Sarah Parker
· 7 years ago
fb83877
Remove compile guards for VAR_TX experiment
by Sebastien Alaiwan
· 7 years ago
d0b77ac
Remove PVQ code
by Yushin Cho
· 7 years ago
ad39685
Add Daala TX to 16x32 and 32x16 transforms
by Monty Montgomery
· 7 years ago
7eb4454
Add Daala TX to 8x16 and 16x8 transforms
by Monty Montgomery
· 7 years ago
abd9451
Add Daala TX to 4x8 and 8x4 transforms
by Monty Montgomery
· 7 years ago
e554f36
Rename DAALA_DCTx experiments to DAALA_TXx.
by Nathan E. Egge
· 7 years ago
d8b93f5
Remove abandonned CHROMA_2X2 experiment
by Sebastien Alaiwan
· 7 years ago
96d1c0a
Rename TM_PRED --> PAETH_PRED.
by Urvang Joshi
· 7 years ago
432012f
lgt-from-pred: transforms based on prediction
by Lester Lu
· 8 years ago
5c3b0f8
Fix a compile warning with Windows build
by Debargha Mukherjee
· 7 years ago
f8fe2ae
Style fixes for idct.c
by Urvang Joshi
· 7 years ago
2283d37
Use TX_TYPE consistently instead of int.
by Urvang Joshi
· 7 years ago
62c92e6
Wrap unsafe downcast from int32_t to tran_low_t
by Sebastien Alaiwan
· 7 years ago
570423c
Misc fixes for 32x64 and 64x32 transforms
by Debargha Mukherjee
· 8 years ago
2b43501
Implement 64x32 and 32x64 transforms
by Debargha Mukherjee
· 8 years ago
2496a85
Move daala_fdst64() / daala_idst64() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
f6d3ba6
Move daala_fdst32() / daala_idst32() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
01b1d91
Move the daala_idtx64() function into daala_tx.c.
by Nathan E. Egge
· 8 years ago
4c77fc0
Move the daala_idtx32() function into daala_tx.c.
by Nathan E. Egge
· 8 years ago
74e7fd0
Move the daala_idtx16() function into daala_tx.c.
by Nathan E. Egge
· 8 years ago
3f45fb3
Move the daala_idtx8() function into daala_tx.c.
by Nathan E. Egge
· 8 years ago
31f24ee
Move the daala_idtx4() function into daala_tx.c.
by Nathan E. Egge
· 8 years ago
d866114
Move daala_fdct64() / daala_idct64() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
dfd1a92
Move daala_fdct32() / daala_idct32() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
cbcff06
Move daala_fdst16() / daala_idst16() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
c5c1e56
Move daala_fdct16() / daala_idct16() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
8a873db
Move daala_fdst8() / daala_idst8() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
75bfeb8
Move daala_fdct8() / daala_idct8() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
1aefb5e
Move daala_fdst4() / daala_idst4() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
5e6bda8
Move daala_fdct4() / daala_idct4() into daala_tx.c.
by Nathan E. Egge
· 8 years ago
34e1201
Force C implementation of 16-point Daala TX's.
by Nathan E. Egge
· 8 years ago
99e7daa
Tokenize and write mrc mask
by Sarah Parker
· 8 years ago
e030936
Force C implementations when using Daala DCT's.
by Nathan E. Egge
· 8 years ago
aa0d90f
Fix av1_get_tx_scale() for 32x8 and 8x32 tx
by Yue Chen
· 8 years ago
7732326
idct.c: fix left shift of negative value
by Sebastien Alaiwan
· 8 years ago
918fe69
Refactor lgt
by Lester Lu
· 8 years ago
400bf65
Remove dpcm-intra experiment
by Hui Su
· 8 years ago
f16c3c8
Only use av1_inv_txfm2d_add_32x32_avx2 for DCT_DCT
by Rupert Swarbrick
· 8 years ago
a4e245a
Add CONFIG_DAALA_DCT64 experiment.
by Monty Montgomery
· 8 years ago
2cb52ba
Add CONFIG_DAALA_DCT32 experiment.
by Monty Montgomery
· 8 years ago
3824f8a
Allow the creation of different masks for inter and intra
by Sarah Parker
· 8 years ago
37234c1
Remove special cases about CONFIG_HIGHBITDEPTH
by Sebastien Alaiwan
· 8 years ago
e3b604d
Fix conflict between txmg exp and hbd mode
by Angie Chiang
· 8 years ago
c5ccd4c
Avoid using MRC_DCT when the mask produced is invalid
by Sarah Parker
· 8 years ago
2e08d96
Add macros to turn off inter and intra mrc_dct separately
by Sarah Parker
· 8 years ago
ad653a3
Add txmg experiment
by Angie Chiang
· 8 years ago
cb9c1c5
Add CONFIG_DAALA_DCT16 experiment.
by Monty Montgomery
· 8 years ago
9136ab7
Fix logical errors for TX64x64.
by Urvang Joshi
· 8 years ago
d6bdd46
rect_tx_ext: work with var_tx
by Yue Chen
· 8 years ago
5b8e6d2
Add txfm functions corresponding to MRC_DCT
by Sarah Parker
· 8 years ago
cf18fe4
Add CONFIG_DAALA_DCT8 experiment.
by Monty Montgomery
· 8 years ago
53f93db
Add new MRC_DCT tx type
by Sarah Parker
· 8 years ago
19b5c8f
Rework txk_type indexing system for chroma component
by Jingning Han
· 8 years ago
27319b6
Unify FWD_TXFM_PARAM and INV_TXFM_PARAM
by Lester Lu
· 8 years ago
0c6244b
refactor get_tx_size() and get_uv_tx_size()
by hui su
· 8 years ago
45b6475
refactor get_tx_type()
by hui su
· 8 years ago
02078a3
Add CONFIG_DAALA_DCT4 experiment.
by Monty Montgomery
· 8 years ago
554d2c3
Minor refactor to match the 4x4 forward transform.
by Monty Montgomery
· 8 years ago
cb55dad
Add CONFIG_DCT_ONLY experiment.
by Monty Montgomery
· 8 years ago
708c1ec
Inter and intra LGTs
by Lester Lu
· 8 years ago
d8b1ddc
Signature changes for the LGT experiment
by Lester Lu
· 8 years ago
24d565b
Cleanup dead inv-txfm functions in HBD data path
by Frederic Barbier
· 8 years ago
5128109
Fix inv txfm low/high bitdepth selection logic
by Yi Luo
· 8 years ago
ad8290b
New experiment: LGT
by Lester Lu
· 8 years ago
30dfa88
Clean up hbd transform code
by Sarah Parker
· 8 years ago
31c6650
Remove deprecated high-bitdepth functions
by Sarah Parker
· 8 years ago
fe67ed6
cb4x4: Move sub-4X4 TX sizes behind CONFIG_CHROMA_2X2.
by Timothy B. Terriberry
· 8 years ago
b8a6fd6
DPCM intra coding experiment
by hui su
· 8 years ago
362d0c7
Fix highbd DCT and ADST data overwriting issue
by Jonathan Matthews
· 8 years ago
3eed417
Add configurations for hbd identity transform
by Sarah Parker
· 8 years ago
56e226e
Enable 1:4/4:1 transform for 8x16 and 16x8 luma blocks
by Yue Chen
· 8 years ago
eec47e6
Refactor hbd txfm configurations to be 1D
by Sarah Parker
· 8 years ago
2ab63cb
Integrate partial IDCT to adapt_scan
by Yi Luo
· 8 years ago
817ddb7
Fix HBD compilation of pvq
by Sebastien Alaiwan
· 8 years ago
40f22ef
Partial IDCT 32x32 avx2
by Yi Luo
· 8 years ago
f6176ab
Partial IDCT 16x16 avx2
by Yi Luo
· 8 years ago
34c06df
Revert "Avoid use of deprecated high-bitdepth functions"
by Frank Galligan
· 8 years ago
f9d77bd
Avoid use of deprecated high-bitdepth functions
by Frederic Barbier
· 8 years ago
0d1e4ff
rdopt.c: const-correctness.
by Urvang Joshi
· 8 years ago
ff70545
Rename get_tx_scale to av1_get_tx_scale
by Jingning Han
· 8 years ago
a78287b
Simplify selection to inverse-transform function
by Frederic Barbier
· 8 years ago
f8e87b4
Deliver the eob threshold to inverse transform
by Yi Luo
· 8 years ago
71e8784
Homogenize configuration option name.
by Sebastien Alaiwan
· 8 years ago
bc2288c
Add av1_inverse_transform_block_facade
by Angie Chiang
· 8 years ago
50910f6
Empty the dst buffer before inv txfm when PVQ on
by Angie Chiang
· 8 years ago
d92d4bf
Add av1_inverse_transform_block
by Angie Chiang
· 8 years ago
a531571
Make some inverse transform functions static
by hui su
· 8 years ago
bb9c73b
Add av1 prefix to inv_txfm_add
by hui su
· 8 years ago
d0e23b4
Merge dct_const_round_shift functions.
by Sebastien Alaiwan
· 8 years ago
443c38d
Fix 2x2 high bit-depth transform setups
by Jingning Han
· 8 years ago
b1ed8d7
Add 2x2 forward and inverse transform for high bd
by Jingning Han
· 8 years ago
751de38
Adding 4:1 rectangular transforms
by Debargha Mukherjee
· 8 years ago
4629661
Fix the inverse 2x2 transform scaling factor
by Jingning Han
· 8 years ago
d7ec47f
Add inverse 2x2 transform function
by Jingning Han
· 8 years ago
0e11912
Support 64x64 quantizer functions
by Debargha Mukherjee
· 8 years ago
6a47cff
Further work on 64x64 fwd/inv transform support
by Debargha Mukherjee
· 8 years ago
5238e6e
Make highbd rectangular transform block available in the common lib
by Jingning Han
· 8 years ago
67d1347
Adding 64x64 forward and inverse transforms
by Debargha Mukherjee
· 8 years ago
6a503e4
Merge "Make rectangular transform block available in the common lib" into nextgenv2
by Jingning Han
· 8 years ago
Next »