Sign in
aomedia
/
avm
/
1f58dd84770c7108f288e9002168e21b70c2a287
/
av1
/
encoder
/
ethread.c
1f58dd8
Thread0 as master thread in enc multi-threading
by Ravi Chaudhary
· 6 years ago
ebf96f4
Group parameters in AV1_COMMON into sub-structures
by David Turner
· 6 years ago
99e31c1
Fix enc row-mt for delta-q=2
by Ravi Chaudhary
· 6 years ago
982ac04
Fix issues for palette content in enc row-mt
by Ravi Chaudhary
· 6 years ago
6bd5ccb
Remove redundant memcpy in enc row-mt
by Ravi Chaudhary
· 6 years ago
00525ef
Fix issues in multithreading for screen content
by Ravi Chaudhary
· 6 years ago
e45fa2d
Check the return value of the worker threads.
by Wan-Teh Chang
· 6 years ago
22d8ab3
refine memory in av1_rd_pick_inter_mode_sb()
by wenyao.liu
· 6 years ago
427e3b1
Cleanup functions that should be marked static
by Sarah Parker
· 6 years ago
0b3531a
Fix allocation of workers for enc row-mt
by Ravi Chaudhary
· 6 years ago
90a15f4
Implement row based multi-threading of encoder
by Ravi Chaudhary
· 6 years ago
95ba1fa
Modify hook function for enc row-mt
by Ravi Chaudhary
· 6 years ago
1cf7d16
Allocate ctxt for each thread in enc row-mt
by Ravi Chaudhary
· 6 years ago
c5e7469
Add sync_read and sync_write for enc row-mt
by Ravi Chaudhary
· 6 years ago
40cdf13
Add dummy sync_read and sync_write for enc row-mt
by Ravi Chaudhary
· 6 years ago
da4c872
Changes to facilitate hook function for enc row-mt
by Ravi Chaudhary
· 6 years ago
5d970f4
Make InterModesInfo tile-independent for enc row-mt
by Ravi Chaudhary
· 7 years ago
84a280a
Add context update for enc row-mt
by Ravi Chaudhary
· 7 years ago
4d29ee8
Set thread names to help debugging.
by Wan-Teh Chang
· 7 years ago
8d2f577
Do not cast worker->hook function pointers.
by Wan-Teh Chang
· 7 years ago
e58f6ec
Add pointers to temp buffers in 'xd'.
by Urvang Joshi
· 7 years ago
a497eb4
Refactor av1_init_tile_data function
by Ravi Chaudhary
· 7 years ago
0a4cfad
decodeframe and reconinter_enc: Reduce stack use.
by Urvang Joshi
· 7 years ago
9ff9050
Refactor av1_encode_tiles_mt function
by Ravi Chaudhary
· 7 years ago
783d6a3
Fix enc multi-threading mismatch in screen content
by Ravi Chaudhary
· 7 years ago
0e4a098
Enable tile-row based multi-threading in Encoder
by Ravi Chaudhary
· 7 years ago
3f0cbf1
enc_worker_hook should return 1 on success.
by Wan-Teh Chang
· 7 years ago
cc6a6ef
Move FRAME_COUNTS to encoder side completely
by Yue Chen
· 7 years ago
3043799
Restrict number of workers in the encoder
by Imdad Sardharwalla
· 7 years ago
27deb38
Remove TOTAL_REFS_PER_FRAME
by Zoe Liu
· 7 years ago
1a79925
Reduce OBMC buffer size in multi-thread coding
by Yue Chen
· 7 years ago
5938ffc
Remove OBMC_HIGH_PREC_BLENDING experiment
by Yue Chen
· 7 years ago
93c3502
Remove CONFIG_EXT_SKIP flag
by Zoe Liu
· 7 years ago
293f281
Remove intrabc experiment flag
by Hui Su
· 7 years ago
b02c7c3
Fix buffer strides in OBMC
by Yue Chen
· 7 years ago
19d7601
Add high precision blending obmc
by Yue Chen
· 7 years ago
b0ef6ff
av1/encoder: apply clang-format v5.0.0
by Johann
· 7 years ago
3558a8c
Remove experimental flag of REF_ADAPT
by Sebastien Alaiwan
· 7 years ago
a54057c
intrabc: fix multithread encoding data race
by Hui Su
· 7 years ago
d3e7c68
Remove the use of macro "CONFIG_HIGHBITDEPTH"
by Yaowu Xu
· 7 years ago
d4d8b86
Update the experiment of ref-adapt
by Zoe Liu
· 7 years ago
8a5d343
Overwrite frame level skip mode flag if no usage
by Zoe Liu
· 7 years ago
1bc94fc
Remove experimental flag of MOTION_VAR
by Sebastien Alaiwan
· 7 years ago
4879580
Remove experimental flag of GLOBAL_MOTION
by Sebastien Alaiwan
· 7 years ago
fb83877
Remove compile guards for VAR_TX experiment
by Sebastien Alaiwan
· 7 years ago
6ea917e
Remove CONFIG_CB4X4 config flags
by Debargha Mukherjee
· 7 years ago
4eafefe
apply clang-format
by clang-format
· 8 years ago
cad9fb5
Do not allocate leaf nodes in pc tree when CB4x4 is on
by Hui Su
· 8 years ago
b53682f
Remove probablity model for coeffecient tokens
by hui su
· 8 years ago
c6300aa
Remove PALETTE flag
by Urvang Joshi
· 8 years ago
d9a812b
Automatically turn on/off screen content tools
by hui su
· 8 years ago
a0cc9aa
Add missing accumulation cross threads
by Yaowu Xu
· 8 years ago
d064cf0
Resolve extremely large stack alloc in rdopt
by Jingning Han
· 8 years ago
8ea3319
Remove VAR_BASED_PARTITION.
by Thomas Daede
· 8 years ago
770e656
Support multi-thread encoding for var-tx
by Jingning Han
· 8 years ago
5d49314
Palette: avoid memory leak with encoder buffers
by hui su
· 8 years ago
a575d23
Make global motion multithreaded
by Debargha Mukherjee
· 8 years ago
006ff4b
Change to initialize correct thread_data
by Yaowu Xu
· 8 years ago
5802ebe
Add code to output counts for an encode run
by Debargha Mukherjee
· 8 years ago
bde4ac8
change to use AOMedia copyright notice
by Yaowu Xu
· 8 years ago
8c1e57c
Change 2 motion search counts to be tile data
by Yunqing Wang
· 8 years ago
b100db7
Wrap palette code inside CONFIG_PALETTE flag.
by Urvang Joshi
· 8 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 (97%) from vp10/encoder/ethread.c]
d9f9a34
vp10/encoder: apply clang-format
by clang-format
· 9 years ago
c959151
Fix vp10_accumulate_frame_counts once and for all.
by Geza Lore
· 9 years ago
61af898
Extend variance based partitioning to 128x128 superblocks
by Geza Lore
· 9 years ago
490ba1a
Port large scale tile coding features from nextgen.
by Geza Lore
· 9 years ago
b6fef12
remove filter_cache
by Angie Chiang
· 9 years ago
f07d73b
Merge branch 'master' into nextgenv2
by Yaowu Xu
· 9 years ago
4e692bb
Changes to exhaustive motion search.
by paulwilkins
· 9 years ago
c93e5cc
Bring palette back to nextgenv2
by hui su
· 9 years ago
5d3327e
Remove palette from VP10
by hui su
· 9 years ago
aaf6f62
Fix palette mode in multi-thread encoding setting
by hui su
· 9 years ago
5d011cb
VP10: Add palette mode part 1
by hui su
· 10 years ago
e535723
Remove unused VP10 functions.
by Johann
· 10 years ago
c5f1191
Include vpx_dsp_common.h when using VPXMIN/MAX
by Johann
· 10 years ago
c147c4d
vp10 cleanup: remove svc code
by Yunqing Wang
· 10 years ago
5e16d39
vpx_dsp_common: add VPX prefix to MIN/MAX
by James Zern
· 10 years ago
1c07691
vp10 cleanup: remove nonrd and real-time code
by Yunqing Wang
· 10 years ago
26a9afc
VP9_COMP -> VP10_COMP
by Yaowu Xu
· 10 years ago
fc7cbd1
VP9_COMMON -> VP10->COMMON
by Yaowu Xu
· 10 years ago
54d66ef
Remove vp9_ prefix from vp10 files
by Jingning Han
· 10 years ago
[Renamed (98%) from vp10/encoder/vp9_ethread.c]
3ee6db6
Fork VP9 and VP10 codebase
by Jingning Han
· 10 years ago