Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
631d2162
Commit
631d2162
authored
Oct 17, 2013
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Oct 17, 2013
Browse files
Merge "Removing last_kf_gf_q member from VP9Common structure."
parents
e05412fc
01993f7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_onyxc_int.h
View file @
631d2162
...
...
@@ -146,8 +146,6 @@ typedef struct VP9Common {
TX_MODE
tx_mode
;
int
base_qindex
;
int
last_kf_gf_q
;
/* Q used on the last GF or KF */
int
y_dc_delta_q
;
int
uv_dc_delta_q
;
int
uv_ac_delta_q
;
...
...
vp9/encoder/vp9_onyx_if.c
View file @
631d2162
...
...
@@ -3386,11 +3386,6 @@ static void encode_frame_to_data_rate(VP9_COMP *cpi,
#if 0
output_frame_level_debug_stats(cpi);
#endif
// If this was a kf or Gf note the Q
if
((
cm
->
frame_type
==
KEY_FRAME
)
||
cpi
->
refresh_golden_frame
||
cpi
->
refresh_alt_ref_frame
)
cm
->
last_kf_gf_q
=
cm
->
base_qindex
;
if
(
cpi
->
refresh_golden_frame
==
1
)
cm
->
frame_flags
=
cm
->
frame_flags
|
FRAMEFLAGS_GOLDEN
;
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment