Sign in
aomedia
/
aom
/
32461d2a2159a9453302856207d0043b7b1ae3af
/
av1
/
decoder
/
decodetxb.c
7bb4c54
Revert "Revert "Remove second transpose from transforms""
by Kyle Siefring
· 2 years, 3 months ago
fe9647f
Revert "Remove second transpose from transforms"
by Kyle Siefring
· 2 years, 3 months ago
976f227
Remove second transpose from transforms
by Kyle Siefring
· 2 years, 5 months ago
0f5cd05
Add doxygen comments for MB_MODE_INFO
by chiyotsai
· 4 years, 7 months ago
bac1dea
Introduce DecoderCodingBlock struct.
by Urvang Joshi
· 5 years ago
46ff552
Rename contexts in MACROBLOCKD, MACROBLOCKD_PLANE
by Urvang Joshi
· 5 years ago
f409a63
Introduce av1_get_qmatrix() and iqmatrix() funcs
by Urvang Joshi
· 5 years ago
1781462
Refactor CommonQuantParams from AV1_COMMON struct.
by Urvang Joshi
· 5 years ago
b6409e9
Refactor FeatureFlags from AV1_COMMON
by Urvang Joshi
· 5 years ago
52b7ddc
Store tx type in frame level buffer
by Hui Su
· 5 years ago
37980cc
Change input parameter order of av1_get_tx_type()
by Hui Su
· 5 years ago
3a19b8a
Prefix global functions with av1_
by Yaowu Xu
· 6 years ago
5859dca
Fix more warnings from static analysis
by kyslov
· 6 years ago
ebc72de
minimal optimization in av1_read_coeffs_txb
by wenyao.liu
· 6 years ago
0be5901
cosmetic changes in entropy context selection
by wenyao.liu
· 6 years ago
00c80e6
remove dqcoeff from ThreadData in Decoder
by wenyao.liu
· 6 years ago
c04ce61
Inspector : skip means not a transform
by Jim Bankoski
· 6 years ago
1909dee
Remove code duplication
by Deepa K G
· 7 years ago
3bc1f93
Separate bit-stream parsing and decoding
by Deepa K G
· 7 years ago
01b18aa
Revert "Separate bit-stream parsing and decoding"
by Yunqing Wang
· 7 years ago
8f0e2bc
Separate bit-stream parsing and decoding
by Deepa K G
· 7 years ago
610c9b8
Add dqcoeff, eob buffers to ThreadData structure
by Deepa K G
· 7 years ago
ff4a9f8
Remove unused entries in eob_extra_cdf
by Jingning Han
· 7 years ago
8ab1f44
Bitmask: loop filtering using bitmask
by Cheng Chen
· 7 years ago
6940fc1
Reduce maximum Golomb code length
by Frank Bossen
· 7 years ago
97f770a
Add explicit casting in av1_read_coeffs_txb()
by Hui Su
· 7 years ago
93e1d8d
Fix signed integer overflow in av1_read_coeffs_txb()
by Hui Su
· 7 years ago
963dd9b
[Non-normative] Remove plane from av1_read_tx_type
by Luc Trudeau
· 7 years ago
e8bd3a0
Combine duplicate tx_class define in av1_read_coeffs_txb
by Jingning Han
· 7 years ago
55c95f8
Use tx_class instead of tx_type
by Katsuhisa Yuasa
· 7 years ago
e674dec
Refactor av1_set_contexts()
by Hui Su
· 7 years ago
258c13d
Use COEFF_CONTEXT_MASK to replace hard coded number
by Jingning Han
· 7 years ago
53b53f0
Merge MB_MODE_INFO and MODE_INFO
by Yue Chen
· 7 years ago
928c3795
[normative] avoid dequantization dependency
by Matthieu Vaudano
· 7 years ago
49abec8
Clean-up effectless code
by Yaowu Xu
· 7 years ago
c0ff7a3
Bitmasking "level/dq_coeff" and prevent OOB
by Yaowu Xu
· 7 years ago
56393b3
Remove txk_sel experiment flag
by Hui Su
· 7 years ago
4f5c352
Refactor lv_map decoder code
by Angie Chiang
· 7 years ago
83b9f11
[Normative] Merge sign/golomb
by Angie Chiang
· 7 years ago
0975671
Separate dc coeff decoding form others
by Angie Chiang
· 7 years ago
f1e1293
Clean-up more effectless code
by Yaowu Xu
· 7 years ago
bfed738
Remove CONFIG_AOM_QM macro
by Yaowu Xu
· 7 years ago
de1a5db
Reduce memory usage of txk_type[]
by Hui Su
· 7 years ago
6d5419c
[Normative] switch golomb and sign coding order
by Angie Chiang
· 7 years ago
a744030
Add read_coeffs_reverse_2d()
by Angie Chiang
· 7 years ago
6dea31e
[lv_map] Add read_coeffs_reverse()
by Angie Chiang
· 7 years ago
52e2790
Remove unused parameter from get_br_ctx
by Angie Chiang
· 7 years ago
f8a6822
Add get_lower_levels_ctx{|_eob}
by Angie Chiang
· 7 years ago
da708cd
Separate the last coeff decoding from the rest
by Angie Chiang
· 7 years ago
e111cba
Remove NEW_QUANT experiment
by Frederic Barbier
· 7 years ago
2cfb714
Remove USE_CAUSAL_BR_CTX flag
by Angie Chiang
· 7 years ago
41220ab
[NORMATIVE] merge base and br levels coding
by Angie Chiang
· 7 years ago
1b1c4a3
Simplify the for loop of reading lower levels
by Angie Chiang
· 7 years ago
b3167a6
Integrate lv_map with aom_qm
by Angie Chiang
· 7 years ago
1694a4f
Remove frame counts in decoding coefs area
by Yunqing Wang
· 7 years ago
7c71cc0
Use reduced_tx_set_used for all av1_get_tx_type calls
by Sarah Parker
· 7 years ago
5859636
Remove DAALA_TX experiment
by Sebastien Alaiwan
· 7 years ago
41d6152
lv-map: replace read/write_bin with read/write_symbol
by Hui Su
· 7 years ago
1e95989
lv-map: remove probability model
by Hui Su
· 7 years ago
98c8dd7
Make new-quant compatible with aom-qm
by Sarah Parker
· 7 years ago
8cbf913
decodetxb.c: homogenize types for local 't'
by Sebastien Alaiwan
· 7 years ago
c84e32f
Clamp dequantized coefficients
by Sebastien Alaiwan
· 7 years ago
51fac92
Refactor base range decoding to avoid hard division
by Jingning Han
· 7 years ago
78f7bb9
Remove experimental flag of LV_MAP_MULTI
by Sebastien Alaiwan
· 7 years ago
8a086e0
Precompute shifted dequant values for large tx-sizes
by Sarah Parker
· 7 years ago
e15b8ad
Add dq_type to frame header in new_quant expt
by Debargha Mukherjee
· 7 years ago
da69a20
Remove ability to disable LV_MAP_PROB.
by Thomas Daede
· 7 years ago
0154f2b
Fix several static analysis warnings
by Yaowu Xu
· 7 years ago
0db7d0e
[lv_map_multi] multisymbol coding of eob
by Dake He
· 7 years ago
4d44769
[lv_map_multi] base level coding
by Dake He
· 7 years ago
96fa757
Fix msvc compiling errors and warnings
by Yaowu Xu
· 7 years ago
4e0b43e
Fix potential integer overflow in coeff dequant
by Jingning Han
· 7 years ago
077e466
Use new-quant lookup table in lv-map deqantization
by Sarah Parker
· 7 years ago
3ebb0d0
Correct/Cleanup min_tx_size computation
by Debargha Mukherjee
· 7 years ago
e2d8f18
[lv_map_multi] BR coding
by Dake He
· 7 years ago
23c511e
Remove ADAPT_SCAN experiment
by Sebastien Alaiwan
· 7 years ago
5d149e1
Remove sub-4x4 block sizes
by Debargha Mukherjee
· 7 years ago
bca9e9e
Fix build when daala_tx and lv_map are both enabled
by Monty
· 7 years ago
2eb9b84
[Clean Up] Remove get_y_mode()
by Luc Trudeau
· 7 years ago
2ac5d5e
Remove dead source files
by Sebastien Alaiwan
· 7 years ago
1757fb6
Remove code in scope !USE_CAUSAL_BASE_CTX
by Linfeng Zhang
· 7 years ago
f6d730a
Add table av1_nz_map_ctx_offset[]
by Linfeng Zhang
· 7 years ago
d564737
cosmetic: paded to padded
by Linfeng Zhang
· 7 years ago
f91f3ca
Update get_nz_map_ctx()
by Linfeng Zhang
· 7 years ago
0c72b2f
Clean txb code
by Linfeng Zhang
· 7 years ago
0ff69c6
Delete 1 parameter in a couple of txb functions
by Linfeng Zhang
· 7 years ago
8ac4557
Update get_nz_map_ctx()
by Linfeng Zhang
· 7 years ago
a9ba58e
Set up txb size properly for TX64X64
by Angie Chiang
· 7 years ago
bce07f1
Use macro to set txk_type
by Angie Chiang
· 7 years ago
7d01ab5
[lv_map_multi] Simplified multisymbol BR coding
by Dake He
· 7 years ago
5988177
[lv_map_multi] add counters in multisymbol mode
by Dake He
· 7 years ago
0bd3bf6
Make adaptive scan order support multi-threading
by Jingning Han
· 7 years ago
b3eda2f
Refactor/Change the entropy context for transforms
by Debargha Mukherjee
· 7 years ago
530bee2
Update av1_read_coeffs_txb(), keep update position
by Linfeng Zhang
· 7 years ago
025c6c4
Use sub-frame statistics for adaptive scan order update
by Jingning Han
· 7 years ago
8089315
TX64X64: Reuse scan, quant etc from 32x32.
by Urvang Joshi
· 7 years ago
9a7cc0e
Update av1_read_coeffs_txb()
by Linfeng Zhang
· 7 years ago
3fe369c
[lv_map_multi] Base level alphabet adjustment
by Dake He
· 7 years ago
5880758
Turn off debug counters in tx coeff timing
by Jingning Han
· 7 years ago
ad2c178
Replace scan index with local var
by Jingning Han
· 7 years ago
Next »