Merge "vp9: aq-mode=3: On key frame reset cr->reduce_refresh to 0."
This commit is contained in:
commit
0acc270830
@ -531,6 +531,7 @@ void vp9_cyclic_refresh_setup(VP9_COMP *const cpi) {
|
||||
memset(cr->last_coded_q_map, MAXQ,
|
||||
cm->mi_rows * cm->mi_cols * sizeof(*cr->last_coded_q_map));
|
||||
cr->sb_index = 0;
|
||||
cr->reduce_refresh = 0;
|
||||
}
|
||||
return;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user