Sign in
aomedia
/
avm
/
0857e6664b3c2da4952c98522930bdf7bc8e98ff
/
av1
/
encoder
/
encodeframe.c
0857e66
Add counter to count #tx_searches during encoding
by Debargha Mukherjee
· 6 years ago
461cfe4
Allow inter mode rd est to use static models
by Debargha Mukherjee
· 6 years ago
44ce26f
Refine speed feature gm_search_type
by Venkat
· 6 years ago
39502fd
Cleanup of enc row-mt for update_cdf=0
by Ravi Chaudhary
· 6 years ago
e521517
Use weighted averaging of CDFs in enc row-mt
by Ravi Chaudhary
· 6 years ago
36cb63f
Enable ml_prune_rect_partition on speed 1
by chiyotsai
· 6 years ago
8d1969e
Add float casts to silence MSVC compiler warnings.
by Wan-Teh Chang
· 6 years ago
e2cf962
Use common SyncRange for SB=128 & 64 in enc row-mt
by Ravi Chaudhary
· 6 years ago
638e802
combine the same branch in encode_b
by wenyao.liu
· 6 years ago
36b3088
code-cleanup: delete mode_map
by elliottk
· 6 years ago
79cd069
Introduce simple_motion_search_prune_rect
by chiyotsai
· 6 years ago
4667aa1
Make enum size same for all compilers
by Satish Kumar Suman
· 6 years ago
9d9cf19
Add an encoder option to turn off rect partitions
by Debargha Mukherjee
· 6 years ago
0b7e590
Add encoder options for reduced tx type set
by Sarah Parker
· 6 years ago
5e12951
Add command line option to disable OBMC
by Yue Chen
· 6 years ago
0304847
Remove CONFIG_GLOBAL_MOTION_SEARCH compile flag
by Debargha Mukherjee
· 6 years ago
d2e53ca
Add encoder options for global and local warp
by Debargha Mukherjee
· 6 years ago
a21966b
Remove frame_refs: de-duplicate ref frame refs
by David Turner
· 6 years ago
70dde4b
Make max and min partition more well-defined
by Yue Chen
· 6 years ago
67aec0f
Fix simple_motion_search with different bsize
by chiyotsai
· 6 years ago
b757ce0
Remove unused variables from AV1_COMMON & AV1_COMP
by David Turner
· 6 years ago
1b3082d
Add max and min partition sizes to rd_pick_partition()
by Yue Chen
· 6 years ago
c3ad76b
Refactors motion search in full_pixel_based_split.
by chiyotsai
· 6 years ago
ddb8060
De-duplicate references to current frame buffer
by Jack Haughton
· 6 years ago
c1642b1
Update conditions for disabling wedge search
by elliottk
· 6 years ago
acbe83b
Move frame_refs into current_frame
by David Turner
· 6 years ago
1bcefb3
Remove idx from RefBuffer, use ptr instead
by David Turner
· 6 years ago
d2a592e
Form CurrentFrame structure, rename frame_offset
by David Turner
· 6 years ago
ebf96f4
Group parameters in AV1_COMMON into sub-structures
by David Turner
· 6 years ago
f802a78
Fix an assertion error in full_pixel_motion_search_based_split.
by chiyotsai
· 6 years ago
70658ad
Introduce full_pixel_motion_search_based_split
by chiyotsai
· 6 years ago
1dbb8c1
Add computation of edge strength to each block
by elliottk
· 6 years ago
486cc98
SSE3-optimised av1_nn_predict
by David Turner
· 6 years ago
c957b00
Namespace global motion functions
by sarahparker
· 6 years ago
982ac04
Fix issues for palette content in enc row-mt
by Ravi Chaudhary
· 6 years ago
00525ef
Fix issues in multithreading for screen content
by Ravi Chaudhary
· 6 years ago
dfd79b8
Enhance selective_ref_frame for use in speed 0
by Debargha Mukherjee
· 6 years ago
1c0a6e9
Add macro to determine type of global motion computation
by Sarah Parker
· 6 years ago
864ae6a
Introduce one pass svm early termination speed feature.
by chiyotsai
· 7 years ago
5396fc8
Fix initialization in delta-q-mode
by Ravi Chaudhary
· 6 years ago
6bc6d34
Cosmetic changes in rd_pick_partition()
by Hui Su
· 6 years ago
86062af
Refactor code about first pass of partition search
by Hui Su
· 6 years ago
63d01af
Refactor code about encoder delta-q setup
by Hui Su
· 6 years ago
e23a7fd
Cosmetic changes in encode_rd_sb_row()
by Hui Su
· 6 years ago
77d14cf
Cosmetic changes in av1_encode_sb_row()
by Hui Su
· 6 years ago
cf64444
Mark unexposed functions as static
by Sarah Parker
· 6 years ago
e12eaac
Add ML partition search breakout in rd_pick_sqr_partition
by Grant Hsu
· 6 years ago
c5e7469
Add sync_read and sync_write for enc row-mt
by Ravi Chaudhary
· 6 years ago
57a041d
Update cpi->row_mt conditionally
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
b1de4a9
Initialize pc_tree_stats in reset_partition
by Ravi Chaudhary
· 6 years ago
7cae98f
Add temporal dependency model and rdmult modulation to AV1
by Yue Chen
· 7 years ago
df71310
Disable superres if screen content tools allowed
by Debargha Mukherjee
· 6 years ago
c3b84c5
Add encoder speedup feature prune_ref_mode_for_partitions
by Zoe Liu
· 7 years ago
84a280a
Add context update for enc row-mt
by Ravi Chaudhary
· 7 years ago
431e113
Account for partition rd cost in rd square partition
by Cherma Rajan A
· 7 years ago
39248c3
Extend blk_skip to support chroma planes
by Grant Hsu
· 7 years ago
9b5fb2c
Add ML-based rectangular partition pruning
by Alexander Bokov
· 7 years ago
02b5d1b
Account for partition rd cost in partition none search
by Cherma Rajan A
· 7 years ago
7d2577f
Account for partition rd cost in sqr and rect partition search
by Cherma Rajan A
· 7 years ago
3b7ed9a
Account for partition rd cost in partition search
by Cherma Rajan A
· 7 years ago
0d2f934
handle_inter_mode: Reduce stack usage.
by Urvang Joshi
· 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
3721a32
Fix two compiling problems with MSVC 2013
by Yaowu Xu
· 7 years ago
0a4cfad
decodeframe and reconinter_enc: Reduce stack use.
by Urvang Joshi
· 7 years ago
2806e92
Bugfix:Clear pc_tree_stats for all nodes in pctree
by Peng Bin
· 7 years ago
e393f1e
Fix signed and unsigned integer comparison issue
by Yunqing Wang
· 7 years ago
55080ef
[dist-8x8] Fix missing if condition in previous commit
by Yushin Cho
· 7 years ago
2c6fc5e
Use ref_type as skip_ref_frame_mask's index
by Peng Bin
· 7 years ago
73cf15b
Facilitate row-level multi-threading of encoder
by Ravi Chaudhary
· 7 years ago
5d96b94
Fix the model for 4-partition pruning
by Hui Su
· 7 years ago
bdedd98
[dist-8x8] Enforce partition and tx size 8x8 or larger
by Yushin Cho
· 7 years ago
783d6a3
Fix enc multi-threading mismatch in screen content
by Ravi Chaudhary
· 7 years ago
f867389
Correctly set partition block source variance
by Hui Su
· 7 years ago
6095729
Add CONFIG_GLOBAL_MOTION_SEARCH flag
by Angie Chiang
· 7 years ago
0ec03a4
Add unittest for encoder row based multi-threading
by Ravi Chaudhary
· 7 years ago
a2a035f
Add an ML based partition search breakout feature
by Hui Su
· 7 years ago
d27fc34
Fix the misuse of source_variance
by Hui Su
· 7 years ago
a9ad750
Rework the less_rectangular_check speed feature
by Hui Su
· 7 years ago
7157216
Move inter mode rd data into TileDataEnc
by Angie Chiang
· 7 years ago
1bc5804
Correct outdated variable names, n8_w and n8_h
by Yushin Cho
· 7 years ago
c81f7b4
Remove repeated code in encode_rd_sb_row
by chiyotsai
· 7 years ago
b53dd5d
Fix spelling mistake: partiton => partition.
by Wan-Teh Chang
· 7 years ago
7500f80
reconinter: Separate files for encoder-only funcs
by Urvang Joshi
· 7 years ago
1f59017
Remove INTER_MODE_RD_TEST and other unused code
by Angie Chiang
· 7 years ago
8105bf4
Optimize filter search if luma MV is full-pel
by Ranjit Kumar Tulabandu
· 7 years ago
e405291
Fix encoder multi thread test failures
by Hui Su
· 7 years ago
a6be153
Add const to input parameters of update_state()
by Hui Su
· 7 years ago
a71c275
Code cleanup in rd_pick_partition()
by Hui Su
· 7 years ago
3f00323
Fix include order
by Yaowu Xu
· 7 years ago
e410c4a
code cleanup in encode_rd_sb_row()
by Hui Su
· 7 years ago
924c2a6
Add prune_ref_frame_for_rect_partitions feature
by Hui Su
· 7 years ago
bebb59d
Fix bug introduced in 7e384835e8
by Hui Su
· 7 years ago
2a7b28a
new aq variance
by Jim Bankoski
· 7 years ago
0e4a098
Enable tile-row based multi-threading in Encoder
by Ravi Chaudhary
· 7 years ago
74c260b
Add a ML model to prune horz4 and vert4 partitions
by Hui Su
· 7 years ago
20cf30e
Move profile and color config to SequenceHeader.
by Urvang Joshi
· 7 years ago
89da67f
Disable global_motion for disabled ref_frames
by Peng Bin
· 7 years ago
Next »