Sign in
aomedia
/
avm
/
9be592283088e0ee93ee37a90375018c625ed1f3
/
av1
/
encoder
c949506
Cleanup unused y4m reference in rdopt
by elliottk
· 6 years ago
e45fa2d
Check the return value of the worker threads.
by Wan-Teh Chang
· 6 years ago
789f53f
Add a separate boost factor for forward key frames
by Sarah Parker
· 7 years ago
4a8c004
Move the assertion back to get_free_fb().
by Wan-Teh Chang
· 6 years ago
6bc6d34
Cosmetic changes in rd_pick_partition()
by Hui Su
· 6 years ago
a9e1905
Correct show_existing_frame LAST_FRAME refresh
by Sarah Parker
· 6 years ago
35be78d
Add edge detector to rdopt
by elliottk
· 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
5336b9c
Cleanup encode_show_existing_frame logic
by Sarah Parker
· 6 years ago
7629c38
Optimize highbd fwd_txfm modules
by Aniket Dhok
· 6 years ago
0252600
Optimize highbd fwd_txfm modules
by Satish Kumar Suman
· 6 years ago
22d8ab3
refine memory in av1_rd_pick_inter_mode_sb()
by wenyao.liu
· 6 years ago
fff06fb
Use sharp interpolation filter in temporal filtering
by Yunqing Wang
· 6 years ago
29147cf
Refresh LAST_FRAME with error_resilient show_existing_frame
by Sarah Parker
· 6 years ago
7f492af
Adjust altref filter strength based on noise level
by Debargha Mukherjee
· 6 years ago
5dc7620
TX Raw data: Get small random sample.
by Urvang Joshi
· 6 years ago
07f8a18
Revert "add edge detector to rdopt"
by Debargha Mukherjee
· 6 years ago
bb6a3d2
Reduce the cpi->scaled_ref_idx array size by 1.
by Wan-Teh Chang
· 6 years ago
850a7e0
Remove redundant line in handle_inter_mode()
by Zoe Liu
· 6 years ago
8906fbd
Fix alloc and dealloc in enc row-mt for superres
by Ravi Chaudhary
· 6 years ago
427e3b1
Cleanup functions that should be marked static
by Sarah Parker
· 6 years ago
8f66a9b
try to enable raw video features
by Larisa Markeeva
· 6 years ago
cf64444
Mark unexposed functions as static
by Sarah Parker
· 6 years ago
7a9bb78
Properly handle show existing internal ALTREF
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
e12eaac
Add ML partition search breakout in rd_pick_sqr_partition
by Grant Hsu
· 6 years ago
3539bf2
add edge detector to rdopt
by elliottk
· 7 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
1c6c5ad
SSE4.1 and AVX2 highbd_pixel_proj_error
by David Turner
· 7 years ago
fff9bf1
Fix and cleanup lowbd SIMD pixel_proj_error
by David Turner
· 6 years ago
955242e
prune_comp_search_by_single_result - more aggressive pruning
by Grant Hsu
· 7 years ago
f307300
Fix disabling of speed feature for 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
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
eaf3eb9
Simplify highbd txfm modules
by Satish Kumar Suman
· 6 years ago
5c88156
Document the indexes of the scaled_ref_idx array.
by Wan-Teh Chang
· 7 years ago
87175af
Fix spelling errors.
by Wan-Teh Chang
· 7 years ago
7df9d48
Move the assertion in get_free_fb() to its callers
by Wan-Teh Chang
· 7 years ago
168ce2a
Set joint_comp speed 2 feature
by Yunqing Wang
· 7 years ago
1c8c131
Restrict tx_size search for intra in speed 0
by Debargha Mukherjee
· 7 years ago
b1de4a9
Initialize pc_tree_stats in reset_partition
by Ravi Chaudhary
· 7 years ago
252a0a2
Add a speed feature to turn off dual_filter
by Debargha Mukherjee
· 7 years ago
d05e033
Correct a for loop in init_ref_frame_bufs.
by Wan-Teh Chang
· 7 years ago
5853371
VBR: Improve bit re-allocation per pyramid level.
by Urvang Joshi
· 7 years ago
41d286f
Release reference to the new frame buffer on error
by Wan-Teh Chang
· 7 years ago
af00aec
Integerized SGR subspace projection
by David Turner
· 7 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
· 7 years ago
ffffc56
Remove obsolete comments
by Debargha Mukherjee
· 7 years ago
7d9bd2b
Use fast_interpolation filter search in speed 0
by Debargha Mukherjee
· 7 years ago
cfb5250
SSE4.1 & AVX2 wiener compute_stats_highbd
by David Turner
· 7 years ago
c3b84c5
Add encoder speedup feature prune_ref_mode_for_partitions
by Zoe Liu
· 7 years ago
563a0d1
For keyframe-only coding do not boost in q mode
by Debargha Mukherjee
· 7 years ago
5819105
Remove approx rd based gating in tx_type search
by Satish Kumar Suman
· 7 years ago
e085277
Fix Visual Studio warning C4244.
by Wan-Teh Chang
· 7 years ago
46fdae4
Optimize highbd fwd_txfm modules
by Satish Kumar Suman
· 7 years ago
ce649f8
Move highbd scaling outside of tight loop
by David Turner
· 7 years ago
8a3400a
Change labs() to llabs().
by Wan-Teh Chang
· 7 years ago
9042a3c
Integerized Wiener filter encoder
by David Turner
· 7 years ago
8adee10
Correct setting droppable frames
by Debargha Mukherjee
· 7 years ago
5d970f4
Make InterModesInfo tile-independent for enc row-mt
by Ravi Chaudhary
· 7 years ago
e3600cd
Multi-thread support for bitmask
by Cheng Chen
· 7 years ago
54fa62e
clang-format v6.0.1
by Johann
· 7 years ago
543588d
Favor chroma skip
by Grant Hsu
· 7 years ago
c051478
use_jnt_comp_avg should be 0 in motion search
by Yunqing Wang
· 7 years ago
e5250a9
Change in-place modification of MB_MODE_INFO in OBMC
by Ravi Chaudhary
· 7 years ago
84a280a
Add context update for enc row-mt
by Ravi Chaudhary
· 7 years ago
b2d5d86
Optimize highbd 32x8 and 8x32 fwd_txfm
by Satish Kumar Suman
· 7 years ago
d0076f5
Pass in use_accurate_subpel_search to sub-pel search
by Yunqing Wang
· 7 years ago
1f7f0d0
Tune vbr bit-allocation among various pyr levels
by Debargha Mukherjee
· 7 years ago
5737825
Set intraonly / s- / er- frame flags from encoder
by Debargha Mukherjee
· 7 years ago
e846e2b
Refactor subpel motion estimation
by Venkat
· 7 years ago
3b16e00
Simplify the ransac termination logic
by Debargha Mukherjee
· 7 years ago
35012f9
Optimize highbd 32x16 and 16x32 fwd_txfm
by Satish Kumar Suman
· 7 years ago
bc0f0a5
Bugfix: Add missing flag initialization
by Peng Bin
· 7 years ago
9d928b1
Modify strategy for bit-allocation in VBR mode
by Debargha Mukherjee
· 7 years ago
84b0993
Turn on loop filter bitmask
by Cheng Chen
· 7 years ago
4d29ee8
Set thread names to help debugging.
by Wan-Teh Chang
· 7 years ago
2fc59df
Disable speed features temporarily for enc row-mt
by Ravi Chaudhary
· 7 years ago
91c9b2e
Modify use_accurate_subpel_search for better coding performance
by Yunqing Wang
· 7 years ago
431e113
Account for partition rd cost in rd square partition
by Cherma Rajan A
· 7 years ago
525e2da
Add prune_single_motion_modes_by_simple_trans
by Peng Bin
· 7 years ago
39248c3
Extend blk_skip to support chroma planes
by Grant Hsu
· 7 years ago
d13a4eb
Fix sending repeated random_seed in film grain
by Andrey Norkin
· 7 years ago
146b72c
Bitmask patch 2: Applying filtering once bitmask is built
by Cheng Chen
· 7 years ago
fd5aae4
Optimize highbd 64x64 fwd_txfm
by Satish Kumar Suman
· 7 years ago
9b5fb2c
Add ML-based rectangular partition pruning
by Alexander Bokov
· 7 years ago
731b5cf
Add speed feature skip_repeated_newmv
by Grant Hsu
· 7 years ago
cdb083e
Define the maximum GOP size for the 4-layer structure
by Wei-Ting Lin
· 7 years ago
02b5d1b
Account for partition rd cost in partition none search
by Cherma Rajan A
· 7 years ago
84b3e44
Clean up some unnecessary variables
by Wei-Ting Lin
· 7 years ago
7d2577f
Account for partition rd cost in sqr and rect partition search
by Cherma Rajan A
· 7 years ago
fa29a1c
Refine mode rd based gating
by Venkat
· 7 years ago
Next »