Sign in
aomedia
/
avm
/
0b7e59002dba536a2417d9ca7282823782274408
/
av1
/
encoder
/
encoder.h
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
16ea6ba
Enc options for jnt, masked, interintra compound
by Debargha Mukherjee
· 6 years ago
d2e53ca
Add encoder options for global and local warp
by Debargha Mukherjee
· 6 years ago
99e990e
Clean-up fb_of_context_type/frame_context_idx
by David Turner
· 6 years ago
996b2c1
Refactor refresh_frame_flags/refresh_frame_mask
by David Turner
· 6 years ago
a21966b
Remove frame_refs: de-duplicate ref frame refs
by David Turner
· 6 years ago
e7ebf90
Change buffer references from indices to pointers
by David Turner
· 6 years ago
b757ce0
Remove unused variables from AV1_COMMON & AV1_COMP
by David Turner
· 6 years ago
6924f4a
Refine early exit during compound type selection
by Remya
· 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
03d8ebe
Clarify indexing in [lr]shift_bdw_ref_frames().
by Urvang Joshi
· 6 years ago
3958582
Use get_ref_frame_map_idx() wherever possible.
by Urvang Joshi
· 6 years ago
4058217
Change MV_REFERENCE_FRAME type back to int8_t.
by Urvang Joshi
· 6 years ago
a130dcc
Remove LAST_REF_FRAMES enum value.
by Urvang Joshi
· 6 years ago
df802ee
Cleanup regarding buffer pool ref counts.
by Urvang Joshi
· 6 years ago
4d9f15f
Reference related code: Better naming and comments
by Urvang Joshi
· 6 years ago
06b3765
Doc for refresh_*_frame and new_bwdref_update_rule
by Urvang Joshi
· 6 years ago
3005854
Introduce an enum for reference types.
by Urvang Joshi
· 6 years ago
00525ef
Fix issues in multithreading for screen content
by Ravi Chaudhary
· 6 years ago
0c6f5fd
reduce memory usage in PICK__MODE_CONTEXT
by wenyao.liu
· 6 years ago
bb6a3d2
Reduce the cpi->scaled_ref_idx array size by 1.
by Wan-Teh Chang
· 6 years ago
90a15f4
Implement row based multi-threading of encoder
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
5c88156
Document the indexes of the scaled_ref_idx array.
by Wan-Teh Chang
· 6 years ago
7cae98f
Add temporal dependency model and rdmult modulation to AV1
by Yue Chen
· 7 years ago
5d970f4
Make InterModesInfo tile-independent for enc row-mt
by Ravi Chaudhary
· 6 years ago
84a280a
Add context update for enc row-mt
by Ravi Chaudhary
· 6 years ago
5737825
Set intraonly / s- / er- frame flags from encoder
by Debargha Mukherjee
· 6 years ago
0a4cfad
decodeframe and reconinter_enc: Reduce stack use.
by Urvang Joshi
· 7 years ago
e1cbb13
cosmetics: normalize include guards
by James Zern
· 7 years ago
73cf15b
Facilitate row-level multi-threading of encoder
by Ravi Chaudhary
· 7 years ago
ca1e28f
Clarify aom_codec_get_global_headers() comments.
by Tom Finegan
· 7 years ago
f8d6a16
Implement aom_codec_get_global_headers for AV1.
by Tom Finegan
· 7 years ago
02b2a84
Add API hooks for setting chroma subsampling values.
by Tom Finegan
· 7 years ago
783d6a3
Fix enc multi-threading mismatch in screen content
by Ravi Chaudhary
· 7 years ago
199f3d4
Do per-superblock inter rd model update
by Angie Chiang
· 7 years ago
0ec03a4
Add unittest for encoder row based multi-threading
by Ravi Chaudhary
· 7 years ago
a8c0245
Preserve previous ARF as GOLDEN frames for the next GOP
by Wei-Ting Lin
· 7 years ago
e6961e7
Deprecate an unsupported setting of auto-alt-ref > 1
by Wei-Ting Lin
· 7 years ago
106fa48
Generate inter_mode_rd_models without using arrays
by Angie Chiang
· 7 years ago
9685f31
Remove unused inter_mode_data_all_cost
by Angie Chiang
· 7 years ago
7157216
Move inter mode rd data into TileDataEnc
by Angie Chiang
· 7 years ago
3cac454
Remove the init_done local variable.
by Wan-Teh Chang
· 7 years ago
3300552
Correct reference updates in error resilient mode
by Sarah Parker
· 7 years ago
8105bf4
Optimize filter search if luma MV is full-pel
by Ranjit Kumar Tulabandu
· 7 years ago
6fdaba7
Remove code about dev speed features
by Hui Su
· 7 years ago
a2893ab
Add denoiser & noise estimation in the encoder.
by Neil Birkbeck
· 7 years ago
bafa11c
Add a new backward reference update rule
by Wei-Ting Lin
· 7 years ago
b72453f
Remove an unused variable arf_map
by Wei-Ting Lin
· 7 years ago
af32a7b
Some cosmetic fixes for fwd_kf
by Sarah Parker
· 7 years ago
f64b3bc
Make decoder_model_info match the spec better.
by Wan-Teh Chang
· 7 years ago
b904161
Initial encoder implementation for fwd kf
by Sarah Parker
· 7 years ago
e76041e
Merge two flags to one for hierarchical structure
by Zoe Liu
· 7 years ago
2649551
[NORMATIVE] Update of decoder model syntax
by Andrey Norkin
· 7 years ago
93b18f3
[NORMATIVE] ext_tile: set external references at the tile level
by Yunqing Wang
· 7 years ago
c56f6ec
Decoder model changes.
by Adrian Grange
· 7 years ago
ff9bfca
Implement AV1_COPY_NEW_FRAME_IMAGE API in the encoder
by Yunqing Wang
· 7 years ago
09c83a5
Refactor:rename functions to avoid double negation
by Cheng Chen
· 7 years ago
e2aa401
Implement Loop restoration multi-threading
by Ravi Chaudhary
· 7 years ago
ce0f5fc
Facilitate loop-restoration multi-threading
by Ravi Chaudhary
· 7 years ago
93c0314
Add flag to enable forward keyframes
by Sarah Parker
· 7 years ago
f250f48
Remove the CONFIG_BUFFER_MODEL experiment flag.
by Wan-Teh Chang
· 7 years ago
60e653d
cmake: Output aom_config in config sub dir.
by Tom Finegan
· 7 years ago
cc6a6ef
Move FRAME_COUNTS to encoder side completely
by Yue Chen
· 7 years ago
964e72e
Add multi-thread support for loop-filtering
by Deepa K G
· 7 years ago
1d90ceb
Encoder solution on refs short signaling
by Zoe Liu
· 7 years ago
4835dc0
Add command line option for trellis optimization
by Yue Chen
· 7 years ago
9e3ffc5
Revert "Add multi-thread support for loop-filtering"
by Yunqing Wang
· 7 years ago
360390e
Clean up GF structure
by Zoe Liu
· 7 years ago
9ad9ac9
Add multi-thread support for loop-filtering
by Deepa K G
· 7 years ago
c25c92a
Add the STAT_ prefix to the StatType enumerators.
by Wan-Teh Chang
· 7 years ago
727ffdb
Remove unused first pass parameter
by Zoe Liu
· 7 years ago
50b6d6e
Add flag to set primary_ref_frame to PRIMARY_REF_NONE
by Sarah Parker
· 7 years ago
ef6e2df
Remove av1_full_sad_search
by Kyle Siefring
· 7 years ago
795ba87
[NORMATIVE] Decoder buffer model implementation
by Andrey Norkin
· 7 years ago
9713ccb
Add --full_still_picture_hdr cmdline option to aomenc
by Debargha Mukherjee
· 7 years ago
c6f24c2
[NORMATIVE] Reduced header still picture option
by Debargha Mukherjee
· 7 years ago
d023b5b
Avoid negative indexing in an array
by Yaowu Xu
· 7 years ago
9806fed
Add flag to code an s_frame
by sarahparker
· 7 years ago
27d686a
Add flag to enable error resilience
by sarahparker
· 7 years ago
21dbca4
Add flag to turn off ref frame mvs
by sarahparker
· 7 years ago
8ac0c98
Don't allocate token buffers for tx coefficients
by Hui Su
· 7 years ago
5989a72
Unify the ref frame map indexes
by Zoe Liu
· 7 years ago
52fb047
Add an encoder control for setting S-frames
by Debargha Mukherjee
· 7 years ago
29c46fb
[NORMATIVE-DECODING] option of annex-b/non-annex-b bitstreams
by Soo-Chul Han
· 7 years ago
45295c3
Remove CONFIG_AMVR
by Yaowu Xu
· 7 years ago
c7119a7
Remove CONFIG_FILM_GRAIN and CONFIG_FILM_GRAINEX
by Yaowu Xu
· 7 years ago
274f828
Remove CONFIG_HASH_ME
by Yaowu Xu
· 7 years ago
9ec6fe4
Remove CONFIG_EXT_DELTA_Q
by Yaowu Xu
· 7 years ago
27deb38
Remove TOTAL_REFS_PER_FRAME
by Zoe Liu
· 7 years ago
66663f7
Remove CONFIG_CDF_UPDATE_MODE
by Yaowu Xu
· 7 years ago
3b54633
Remove CONFIG_AOM_QM_EXT
by Yaowu Xu
· 7 years ago
f2e5bb3
Make sure that seq params are changed only once
by Debargha Mukherjee
· 7 years ago
37df916
[NORMATIVE] Add seq level flag for warped motion
by Debargha Mukherjee
· 7 years ago
0d8368a
Change polarity of control DISABLE_TEMPMV
by Debargha Mukherjee
· 7 years ago
0187d7c
[NORMATIVE] Seq level flag to control mfmv usage
by Debargha Mukherjee
· 7 years ago
Next »