Further CQ, Key frame and ARF changes
This code fixes a bug in the calculation of the minimum Q for alt ref frames. It also allows an extended gf/arf interval for sections of clips that completely static (or nearly so). Change-Id: I1a21aaa16d4f0578e5f99b13bebd78d59403c73b
This commit is contained in:
@@ -710,9 +710,7 @@ void vp8_encode_frame(VP8_COMP *cpi)
|
||||
}
|
||||
|
||||
vp8_initialize_rd_consts(cpi, vp8_dc_quant(cm->base_qindex, cm->y1dc_delta_q));
|
||||
//vp8_initialize_rd_consts( cpi, vp8_dc_quant(cpi->avg_frame_qindex, cm->y1dc_delta_q) );
|
||||
vp8cx_initialize_me_consts(cpi, cm->base_qindex);
|
||||
//vp8cx_initialize_me_consts( cpi, cpi->avg_frame_qindex);
|
||||
|
||||
// Copy data over into macro block data sturctures.
|
||||
|
||||
|
Reference in New Issue
Block a user