Sign in
aomedia
/
aom
/
4efe20e99dcd9b6f8eadc8de8acc825be7416578
/
av1
/
encoder
/
encodemb.h
bb05a96
Add BitDepthInfo and use it in av1_subtract_block
by Angie Chiang
· 4 years ago
c4aff3a
Abstract dc block prediction code to own function
by Ravi Chaudhary
· 4 years, 6 months ago
6eaea62
Bypass tx type search for DC only blocks
by Ravi Chaudhary
· 4 years, 7 months ago
fc56df8
Remove trellis_eob_fast speed feature
by chiyotsai
· 4 years, 8 months ago
2d565f4
Various refactoring on cdef search interface
by Debargha Mukherjee
· 4 years, 9 months ago
c2f3841
Add Doxygen comments to block.h
by chiyotsai
· 4 years, 9 months ago
cb2fa3b
Skip trellis opt based on SATD
by Deepa K G
· 4 years, 10 months 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
8a191ef
Clean ups on coeff optimization
by Debargha Mukherjee
· 5 years ago
f2d15ee
Rename onyxc_int.h to av1_common_int.h.
by Wan-Teh Chang
· 5 years ago
1de67aa
Move enc-only/dec-only vars out of AV1_COMMON
by Urvang Joshi
· 5 years ago
27aa844
Add dropout optimization.
by yjshen
· 5 years ago
88039f0
Inline a small function to reduce indirection
by Yaowu Xu
· 5 years ago
95e9c0c
Use MI row and col indices stored in MACROBLOCKD
by Hui Su
· 5 years ago
56e838f
Add function to fetch chroma block size
by Hui Su
· 5 years ago
b79e6e7
Move optimize_b and quant_idx to QUANT_PARAMS.
by bohanli
· 5 years ago
d9d8d67
Refactor the setup stage of xform and quant.
by bohanli
· 5 years ago
b7b9d49
Refactor transform coding path in tpl
by Jingning Han
· 5 years ago
4667aa1
Make enum size same for all compilers
by Satish Kumar Suman
· 6 years ago
e1cbb13
cosmetics: normalize include guards
by James Zern
· 7 years ago
10df032
Move foreach_transformed_block*() to encoder.
by Urvang Joshi
· 7 years ago
bd91e94
Speed up av1_optimize_b
by Xing Jin
· 7 years ago
130cf1d
Remove av1_get_tx_type from av1_xform_quant
by Peng Bin
· 7 years ago
60e653d
cmake: Output aom_config in config sub dir.
by Tom Finegan
· 7 years ago
660f8ed
Halve some ENTROPY_CONTEXT array sizes.
by Wan-Teh Chang
· 7 years ago
db0301e
Replace for loop with memset in av1_set_txb_context()
by Hui Su
· 7 years ago
82775f6
Record total rate cost in trellis
by Cheng Chen
· 7 years ago
fbab062
hash_based_trellis speed feature
by Michelle Findlay-Olynyk
· 7 years ago
5b5f4df
Add mismatch debug tool
by Angie Chiang
· 7 years ago
e8d0d4c
Remove ctx from new-quant profile lookup
by Sarah Parker
· 7 years ago
d0b77ac
Remove PVQ code
by Yushin Cho
· 7 years ago
0cf54d4
Remove abandonned SUPERTX experiment
by Sebastien Alaiwan
· 7 years ago
9752a2e
Use TX_SIZE consistently instead of int.
by Urvang Joshi
· 7 years ago
25645b7
Only use fast optimize_b in rd loop for lv_map
by Angie Chiang
· 7 years ago
400bf65
Remove dpcm-intra experiment
by Hui Su
· 8 years ago
ac87049
Fix CONFIG_PVQ support in the CMake build.
by Tom Finegan
· 8 years ago
2510f64
[CFL] Move alpha picking code to rdopt.c
by David Michael Barr
· 8 years ago
7eab9ff
Refactor get_tx_type indexing
by Jingning Han
· 8 years ago
3dc55e0
[CFL] Better encapsulation
by Luc Trudeau
· 8 years ago
3511c37
Pass above/left ctx plane_bsize to av1_optimize_b
by Angie Chiang
· 8 years ago
b8a6fd6
DPCM intra coding experiment
by hui su
· 8 years ago
e8dfbcf
[CFL] Remove explicit dependency on EC_ADAPT
by Luc Trudeau
· 8 years ago
d3b01b8
[CFL] Alpha choice by rate-distortion cost
by David Michael Barr
· 8 years ago
f533400
[CFL] Alpha signaling
by Luc Trudeau
· 8 years ago
4ff59b5
Cleanup: Remove const for params passed by value
by Yaowu Xu
· 8 years ago
44bb6d0
pvq: Remove support for disabling nodesync.
by Timothy B. Terriberry
· 8 years ago
62e54cd
Expand av1_encode_block_intra in block_rd_txfm
by Angie Chiang
· 8 years ago
6a71ad1
Reduce the config branch of NEW_QUANT
by Angie Chiang
· 8 years ago
db0c7d4
Use av1_set_txb_context in encode_block
by Angie Chiang
· 8 years ago
36aca33
Separate set context from av1_encode_block_intra
by Angie Chiang
· 8 years ago
6ff6af6
Add PVQ high bit depth support.
by Thomas Daede
· 8 years ago
18c53c8
Re-schedule sub8x8 chroma component encoding process
by Jingning Han
· 8 years ago
e1c0929
Convert PVQ skip variable to enum
by ltrudeau
· 8 years ago
f030558
Harmonize quantizers for new-quant and regular
by Debargha Mukherjee
· 8 years ago
d6ea71c
Resolve merge issues with --enable-pvq
by Yaowu Xu
· 8 years ago
77bba8d
New experiment: Perceptual Vector Quantization from Daala
by Yushin Cho
· 8 years ago
ff6d890
Pass AV1_COMMON into get_scan
by Angie Chiang
· 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
[Renamed (98%) from vp10/encoder/encodemb.h]
d9f9a34
vp10/encoder: apply clang-format
by clang-format
· 9 years ago
813201e
Disable trellis optimized quantization in the first-pass
by Jingning Han
· 9 years ago
fbe6fb2
Add multiple quantization profiles to new_quant experiment
by Sarah Parker
· 9 years ago
1faf2887
Rework transform quantization pipeline
by Jingning Han
· 9 years ago
25ca322
Trellis based adaptive quantization
by Jingning Han
· 9 years ago
a21afd4
Move new quant experiment from nextgen
by Sarah Parker
· 9 years ago
e43c211
Enable optimize_b for intra blocks
by hui su
· 9 years ago
3787b17
Super transform - ported from nextgen branch
by Debargha Mukherjee
· 9 years ago
0919edd
Refactor vp10_encode_block_intra
by Angie Chiang
· 9 years ago
88cae8b
Refactor vp10_xform_quant
by Angie Chiang
· 9 years ago
96baa73
Create hybrid_fwd_txfm.c
by Angie Chiang
· 9 years ago
ebc48ef
Use explicit block position in foreach_transformed_block
by Jingning Han
· 9 years ago
00ca5c1
Simplify vp10_xform_quant index parsing
by Jingning Han
· 9 years ago
7c514e2
Merged branch 'master' into nextgenv2
by Yaowu Xu
· 9 years ago
d76e5b3
Refactoring on transform types
by hui su
· 10 years ago
2dcefd9
Correct guard macros in header files
by Yaowu Xu
· 10 years ago
54d66ef
Remove vp9_ prefix from vp10 files
by Jingning Han
· 10 years ago
[Renamed (97%) from vp10/encoder/vp9_encodemb.h]
3ee6db6
Fork VP9 and VP10 codebase
by Jingning Han
· 10 years ago