Sign in
aomedia
/
aom
/
11b34f1e19528831c2e970c4af5a6670e6608177
/
vp9
/
encoder
/
vp9_ratectrl.c
11b34f1
Adjust arf Q limits with multi-arf.
by Paul Wilkins
· 11 years ago
2611022
Clean out old CONFIG_MULTIPLE_ARF code.
by Paul Wilkins
· 11 years ago
2e430cb
Experiment for mid group second arf.
by Paul Wilkins
· 11 years ago
bcfbd2f
Replacing RC_MODE with vpx_rc_mode.
by Dmitry Kovalev
· 11 years ago
86583b2
Adding is_altref_enabled() function.
by Dmitry Kovalev
· 11 years ago
e219622
Fixes qindex for first frame in 1-pass cq/q modes
by Deb Mukherjee
· 11 years ago
4a26b24
Using 2 instead of 3 elements for avg_frame_qindex array.
by Dmitry Kovalev
· 11 years ago
1cdc238
Adding buffer levels to RATE_CONTROL struct.
by Dmitry Kovalev
· 11 years ago
d009c23
Merge "Re-factor some duplicate code."
by Paul Wilkins
· 11 years ago
39c91d8
Re-factor some duplicate code.
by Paul Wilkins
· 11 years ago
edccfce
Using 2 instead of 3 elements for last_q array.
by Dmitry Kovalev
· 11 years ago
701d907
Fix for missing initialization of ratectrl vars
by Deb Mukherjee
· 11 years ago
4205b51
vp9_ratectrl.c: Fix MSVC warnings.
by Tom Finegan
· 11 years ago
53f1452
Adjust cq_level in constrained quality mode
by Deb Mukherjee
· 11 years ago
9a2749f
Merge "vp9_ratectrl.c: cleanup -wextra warning"
by Yaowu Xu
· 11 years ago
6f35081
vp9_ratectrl.c: cleanup -wextra warning
by Yaowu Xu
· 11 years ago
3f96081
Tune minq index table for P frames in one_pass_cbr coding mode
by Jingning Han
· 11 years ago
09d947e
Allow speed 5 lossless
by Alex Converse
· 11 years ago
ed30c8e
Remove separate arf and gf minq tables.
by Paul Wilkins
· 11 years ago
38ff3e3
Rate control adjustment.
by Paul Wilkins
· 11 years ago
e9f46eb
Merge "[spatial svc] No need to code full width and height for non key frame"
by Minghai Shang
· 11 years ago
bb50587
[spatial svc] No need to code full width and height for non key frame
by Minghai Shang
· 11 years ago
5388803
Merge "Moving #defines to *.c from *.h."
by Dmitry Kovalev
· 11 years ago
f916a3e
[svc rc] RC improvement for key frames in upper layers for spatial svc.
by Minghai Shang
· 11 years ago
0422747
Moving #defines to *.c from *.h.
by Dmitry Kovalev
· 11 years ago
1aa2d1a
Remove key_frame_frequency variable from VP9_COMP
by Adrian Grange
· 11 years ago
4c7af85
Change naming of end_usage parameter.
by Paul Wilkins
· 11 years ago
a7ecad5
Merge "Merge two new VBR adjustment schemes."
by Yaowu Xu
· 11 years ago
3a5b7dd
Merge "Add experimental VBR adaptation method."
by Yaowu Xu
· 11 years ago
07f86d0
Renaming VP9_CONFIG to VP9EncoderConfig.
by Dmitry Kovalev
· 11 years ago
53dbc7f
Removing cq_target_quality from VP9_COMP.
by Dmitry Kovalev
· 11 years ago
02e5bde
Merge two new VBR adjustment schemes.
by Paul Wilkins
· 11 years ago
085f76e
Add experimental VBR adaptation method.
by Paul Wilkins
· 11 years ago
18072d2
Merge "Fix rate control bug."
by Paul Wilkins
· 11 years ago
658daf3
Fix rate control bug.
by Paul Wilkins
· 11 years ago
4e9529c
Renaming av_per_frame_bandwidth to avg_frame_bandwidth.
by Dmitry Kovalev
· 11 years ago
0391790
Merge "Cleaning up vp9_rc_compute_frame_size_bounds()."
by Dmitry Kovalev
· 11 years ago
55977e4
Merge "Moving frame_frags field from VP9Common to VP9_COMP."
by Dmitry Kovalev
· 11 years ago
335a18a
Adding vp9_rc_update_framerate() function.
by Dmitry Kovalev
· 11 years ago
93169f8
vp9_rc_postencode_update() cleanup.
by Dmitry Kovalev
· 11 years ago
1d97554
Adjust active minQ calculation for normal frames.
by Paul Wilkins
· 11 years ago
d83f6f0
Change Qlimit for arf kf.
by Paul Wilkins
· 11 years ago
a286ff8
Moving last_frame_type update out from vp9_rc_postencode_update.
by Dmitry Kovalev
· 11 years ago
a39b201
Remove the unneeded output_framerate from svc.
by Marco Paniconi
· 11 years ago
72fbccb
Cleaning up vp9_rc_compute_frame_size_bounds().
by Dmitry Kovalev
· 11 years ago
1d5ed02
Moving frame_frags field from VP9Common to VP9_COMP.
by Dmitry Kovalev
· 11 years ago
2255085
Fix coding format in vp9_rc_regulate_q
by Jingning Han
· 11 years ago
e8e380f
Merge "Cleaning up vp9_ratectrl.c file."
by Dmitry Kovalev
· 11 years ago
e9fb970
Merge "Moving init_rate_control() to vp9_ratectrl.{c, h}."
by Dmitry Kovalev
· 11 years ago
9238069
Cleaning up vp9_ratectrl.c file.
by Dmitry Kovalev
· 11 years ago
e2ab65a
Merge "vp9_ratectrl: change ARF overlays rate correction factor"
by Yaowu Xu
· 11 years ago
8f68468
Merge "Replace imprecise 32 bits calculations by 64 bits calculations"
by Yaowu Xu
· 11 years ago
2914bcf
Merge "vp9_firstpass: Get rid of magic number in bits per MB calculation"
by Yaowu Xu
· 11 years ago
91dbac1
Moving compute_qdelta functions into vp9_ratectrl.{h, c}.
by Dmitry Kovalev
· 11 years ago
e7e426b
Moving init_rate_control() to vp9_ratectrl.{c, h}.
by Dmitry Kovalev
· 11 years ago
22580c4
Moving {restore, save}_coding_context to vp9_onyx_if.c
by Dmitry Kovalev
· 11 years ago
4664b21
vp9_ratectrl: change ARF overlays rate correction factor
by Guillaume Martres
· 11 years ago
0ec5919
Replace imprecise 32 bits calculations by 64 bits calculations
by Guillaume Martres
· 11 years ago
ded9e19
vp9_firstpass: Get rid of magic number in bits per MB calculation
by Guillaume Martres
· 11 years ago
0eb88c9
Add codec control function for enabling frame_periodic_boost.
by Marco Paniconi
· 11 years ago
d6f7bfc
Merge "Rate ctrl changes to track target bitrates closer"
by Deb Mukherjee
· 11 years ago
c42e8f1
Merge "Make frame level quantization change a parameter"
by Jingning Han
· 11 years ago
409f48e
Merge "Adjust rate allocation in non-RD coding mode"
by Jingning Han
· 11 years ago
32eb8c7
Merge "Add speed feature for recode tolerance."
by Paul Wilkins
· 11 years ago
97f4fb7
Rate ctrl changes to track target bitrates closer
by Deb Mukherjee
· 11 years ago
67304d1
Merge "Adding local pointer variables referencing REATE_CONTROL struct."
by Dmitry Kovalev
· 11 years ago
eb0ab20
Merge "Remove the q division by 3 for first frame."
by Marco Paniconi
· 11 years ago
d8b8d87
Make frame level quantization change a parameter
by Jingning Han
· 11 years ago
751d002
Adjust rate allocation in non-RD coding mode
by Jingning Han
· 11 years ago
769cd78
Add speed feature for recode tolerance.
by Paul Wilkins
· 11 years ago
8869047
Merge "Speed setting correction to max q estimate."
by Paul Wilkins
· 11 years ago
21b8fc4
Adding local pointer variables referencing REATE_CONTROL struct.
by Dmitry Kovalev
· 11 years ago
939f0e7
Remove the q division by 3 for first frame.
by Marco Paniconi
· 11 years ago
992c41d
Speed setting correction to max q estimate.
by Paul Wilkins
· 11 years ago
99893f2
Apply finer quantizer to partition search frames in non-RD flow
by Jingning Han
· 11 years ago
9ee6087
[svc] Finalize first version of 2nd pass rc
by Minghai Shang
· 11 years ago
94800ae
Merge "Moving setup_{key, inter}_frame() to vp9_onyx_if.c."
by Dmitry Kovalev
· 11 years ago
5b8c834
Initialization code cleanup.
by Dmitry Kovalev
· 11 years ago
20a40bd
Moving setup_{key, inter}_frame() to vp9_onyx_if.c.
by Dmitry Kovalev
· 11 years ago
39f95de
Merge "Removed several unused functions."
by Yaowu Xu
· 11 years ago
d3df208
Merge "Cleaning up calc_active_worst_quality_one_pass_vbr()."
by Dmitry Kovalev
· 11 years ago
645cb98
Cleaning up calc_active_worst_quality_one_pass_vbr().
by Dmitry Kovalev
· 11 years ago
5511968
Removed several unused functions.
by Yaowu Xu
· 11 years ago
8228ead
Moving defines from vp9_onyx_int.h to suitable *.c files.
by Dmitry Kovalev
· 11 years ago
02b8baf
Avoid gf/altref boost in pick_q under svc cbr mode.
by Marco Paniconi
· 11 years ago
4b7addc
Fixing include order in vp9_ratectrl.c.
by Dmitry Kovalev
· 11 years ago
8b33c64
Merge "Using clamp() for active_{best, worst}_quality."
by Dmitry Kovalev
· 11 years ago
8d80c26
Using clamp() for active_{best, worst}_quality.
by Dmitry Kovalev
· 11 years ago
10bae82
Adds variance based fixed size partitioning
by Deb Mukherjee
· 11 years ago
9b9c33a
Remove comment from calls to vp9_clear_system_state.
by Adrian Grange
· 11 years ago
12ae6ea
Enforce max-intra-pct in one-pass cbr mode
by Deb Mukherjee
· 11 years ago
fb4f10a
vp9_ratectrl - convert buffers to int64 to avoid casting
by Jim Bankoski
· 11 years ago
e590e08
Fix target frame size setting, for 1pass cbr.
by Marco Paniconi
· 11 years ago
7336dfe
Merge "static analysis warning in vp9_ratectrl.c"
by Jim Bankoski
· 11 years ago
eb5889f
static analysis warning in vp9_ratectrl.c
by Jim Bankoski
· 11 years ago
cf479ba
Merge "Removes active_worst_quality feedback"
by Deb Mukherjee
· 11 years ago
d23e339
Removes active_worst_quality feedback
by Deb Mukherjee
· 11 years ago
220e9a9
Merge "Use more meaningful names for speed features"
by Jingning Han
· 11 years ago
734938d
Use more meaningful names for speed features
by Jingning Han
· 11 years ago
15fb551
Further one-pass vbr rate control changes
by Deb Mukherjee
· 11 years ago
Next »