Sign in
aomedia
/
avm
/
25daf5d22dce34b7c0597612cb14b2669531e79a
/
av1
/
encoder
/
encoder.h
25daf5d
Option to turn off MV cost update
by Fyodor Kyslov
· 5 years ago
1973f11
Adaptive overlay encoding
by Yunqing Wang
· 5 years ago
bf3ca36
Revert "add config file options support"
by James Zern
· 5 years ago
ce71fd7
Remove source_kf_buffer allocation and copying
by Yunqing Wang
· 5 years ago
a70e67a
add config file options support
by Ryan
· 5 years ago
d759fac
Remove remaining code
by Hui Su
· 5 years ago
52b7ddc
Store tx type in frame level buffer
by Hui Su
· 5 years ago
0fcf6f8
Add encoder control to turn on/off keyframe filter
by Cheng Chen
· 5 years ago
05fc9fa
Disable tpl based deltaq for image-only coding
by Urvang Joshi
· 5 years ago
86e672d
Remove unused variables from tpl stats
by Jingning Han
· 5 years ago
3057318
Move functions used only by encoder out of common
by Hui Su
· 5 years ago
60a00de
Consolidate computations needed in the tpl synthesizer
by Jingning Han
· 5 years ago
40e870f
Introduce rate propagation factor
by Jingning Han
· 5 years ago
57bba23
Rework tpl model kernel
by Jingning Han
· 5 years ago
fdd0ab4
TPL propagation model kernel
by Jingning Han
· 5 years ago
5e98d3b
Add reconstruction frame buffer to tpl model
by Jingning Han
· 5 years ago
e8baf83
Rework the tpl model construction
by Jingning Han
· 5 years ago
628efce
Code cleanup related to winner mode speed feature
by Cherma Rajan A
· 5 years ago
33f1ab7
Introduce ref frame pruning in tpl
by Deepa K G
· 5 years ago
c7a5217
Refactor gop structure data access
by Jingning Han
· 5 years ago
4097a3a
Remove unnecessary calls
by Hui Su
· 6 years ago
8d27341
Update MV cdf stats per superblock
by Debargha Mukherjee
· 6 years ago
cc914b4
Make get_frame_update_type only depend on gf_group struct
by Jingning Han
· 6 years ago
44a573b
Localize gop data structure for tpl model control
by Jingning Han
· 6 years ago
a2074dd
Add option to disable overlay frames completely
by Debargha Mukherjee
· 6 years ago
6397132
rtc: Spatial layers for RTC
by Marco Paniconi
· 6 years ago
db70bf4
Prune tx type search using previous stats
by Yunqing Wang
· 6 years ago
f46a106
Hierarchical lambda scaling within a SB using TPL
by sdeng
· 6 years ago
0cce44c
Modify frame level structure for mbmi_ext_base
by Remya
· 6 years ago
a7091f1
Allocate mbmi on BLOCK_8X8 level for 4K+ videos
by chiyotsai
· 6 years ago
5b1e473
rtc: Layered CBR rate control for SVC
by Marco Paniconi
· 6 years ago
52af439
Remove dependency on refresh flag in frame_is_kf_gf_arf()
by Jingning Han
· 6 years ago
591e51c
Deprecate refresh_alt2_ref_frame flag
by Jingning Han
· 6 years ago
fc1404d
Release previous hash-me memory when encoding new frame
by chiyotsai
· 6 years ago
b4c93f0
Increase tpl stats storage granularity for high resolution
by Yue Chen
· 6 years ago
2a9ac43
Add a control to force video mode
by Yaowu Xu
· 6 years ago
d8574e3
Extend encoder control for refreshing buffer slots.
by Marco Paniconi
· 6 years ago
426c066
Allocate mbmi_ext at BLOCK_8X8 level for 4k+ videos
by chiyotsai
· 6 years ago
6f4c621
Move local-only variables out of global tpl stats buffers
by Yue Chen
· 6 years ago
bd93423
Allocate mc_count and mc_saved conditionally to save memory
by Yue Chen
· 6 years ago
0e8b6ed
Recode loops for both superres and fullres.
by Urvang Joshi
· 6 years ago
6714211
Add encoder support for layers for RTC
by Marco Paniconi
· 6 years ago
8254434
Remove pack_bitstream flag in AV1_COMP
by Hui Su
· 6 years ago
6c2c0f9
Modify datatype of ref_relative_dist
by Lokeshwar Reddy B
· 6 years ago
895efa7
Improve reduce_inter_modes speed feature
by Lokeshwar Reddy B
· 6 years ago
5738e03
Deprecate cpi->preserve_alt_as_gld flag
by Jingning Han
· 6 years ago
31a0ee9
Integrate the arf stack buffer control with tpl
by Jingning Han
· 6 years ago
81d6fbb
Rework tpl model strcture
by Jingning Han
· 6 years ago
c5806c2
Add an encoding option "--enable-chroma-deltaq"
by Yue Chen
· 6 years ago
ce8b759
Improve the alt_ref_search_fp speed feature
by Lokeshwar Reddy B
· 6 years ago
42266ca
Make ref frame buffer control functions public
by Jingning Han
· 6 years ago
0a2af4e
Enable arf stack based reference frame selection
by Jingning Han
· 6 years ago
f58175c
Use arf stacks to monitor the reference frame map
by Jingning Han
· 6 years ago
cf6d325
Add ARF stack buffer operations
by Jingning Han
· 6 years ago
824f9db
Enable R-D optimization of qcoeff for winner mode
by Ranjit Kumar Tulabandu
· 6 years ago
2202ba0
Remove mi_grid_visible
by chiyotsai
· 6 years ago
b61cdea
Make adaptive_rd_thresh row-mt friendly
by Ravi Chaudhary
· 6 years ago
7abe313
Apply temporal filtering on key frames.
by Cheng Chen
· 6 years ago
c23c7f1
Add functions to build SSIM scaling factors
by sdeng
· 6 years ago
fdc35f2
AV1 levels: assign a frame info buffer for each OP
by Hui Su
· 6 years ago
38711e7
Allocate buffers for comp search on sequence level
by Hui Su
· 6 years ago
e1b2201
Move members common to 1 and 2 pass from TWO_PASS struct
by Sarah Parker
· 6 years ago
4e585cc
Implement tpl model based delta quantization for key frames
by Yue Chen
· 6 years ago
d0c0b77
Adjust gf_boost based on temporal stats
by Debargha Mukherjee
· 6 years ago
c87d749
Fix thread issue caused by datarace of deltaq_used
by Yue Chen
· 6 years ago
c3a8d37
Dynamically allocate memory for level stats
by Hui Su
· 6 years ago
72ff048
Use bit mask to mark whether to keep level stats
by Hui Su
· 6 years ago
ef139e1
Add encoder API for minimum compression ratio
by Hui Su
· 6 years ago
e082e1e
Remove first partition search pass
by Yunqing Wang
· 6 years ago
347c64d
Add parsing code for 2-pass tpl stats generation
by Debargha Mukherjee
· 6 years ago
9b70d1f
Add plumbing for 2-pass tpl model
by Debargha Mukherjee
· 6 years ago
e377839
Misc tpl_model cleanups + prepare for 2-pass
by Debargha Mukherjee
· 6 years ago
3542a89
Reduce tpl_model stats storage
by Debargha Mukherjee
· 6 years ago
88ff738
Add alternative mbtree analysis models
by Debargha Mukherjee
· 6 years ago
472df41
Disable delta_q frame level if not used in frame
by Debargha Mukherjee
· 6 years ago
bbae5af
remove timing code for handle-inter-mode
by elliottk
· 6 years ago
c9b23e0
Support parsing multi-layer gf group and 7 ref frame in tpl tool
by Yue Chen
· 6 years ago
c79fd24
Reformat doxygen style comments to regular style
by Yue Chen
· 6 years ago
1bc5be6
Fix overflow caused by large timestamps
by Yue Chen
· 7 years ago
4fef7a5
Split delta_lf from delta_q mode and refactor
by Debargha Mukherjee
· 6 years ago
81a59f1
Add data structure to store frame info.
by Hui Su
· 6 years ago
4fd1176
Allow encoder to count the number of frame headers
by Hui Su
· 6 years ago
f70375a
Old structure misc cleanup.
by Urvang Joshi
· 6 years ago
6ce7fbc
Remove code from old GOP structure.
by Urvang Joshi
· 6 years ago
c8da531
Bug fixes for 2-pass tx-search
by elliottk
· 6 years ago
82d0a04
add control parameter to set transform block size search method
by Ryan Lei
· 6 years ago
9543c70
add new control flags for coding tools
by Ryan Lei
· 6 years ago
2aa492c
target level API: specify per operating point
by Hui Su
· 6 years ago
a1ff3f8
Keep level info. for every operating point
by Hui Su
· 6 years ago
dd132d2
Move ref_frame_flag_list to encoder.h
by chiyotsai
· 6 years ago
e222dd6
target level API: remove the "Not enabled" option
by Hui Su
· 6 years ago
e542a34
Move level enum definition to common
by Hui Su
· 6 years ago
d909c2c
Add encoder API to specify tiers
by Hui Su
· 6 years ago
9c484b3
Collect time taken to encode each prediction partition
by chiyotsai
· 6 years ago
3638d96
Remove CONFIG_FP_MB_STATS experiment
by Yunqing Wang
· 6 years ago
abeeb7c
Add infrastructure to calculate level statistics
by kyslov
· 6 years ago
d16a257
Add structs to store stats and specs of av1 level
by chiyotsai
· 6 years ago
fad3856
Add encoder API for target sequence level index
by Hui Su
· 6 years ago
b8becb2
Augment est-rd structure to also true-rd info
by elliottk
· 6 years ago
9613f95
Remove unused variable of structure TplDepStats
by Satish Kumar Suman
· 6 years ago
Next »