summaryrefslogtreecommitdiff
path: root/vp8/encoder/encodeframe.c
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2011-01-18 15:19:05 +0000
committerPaul Wilkins <paulwilkins@google.com>2011-01-18 15:19:05 +0000
commit57136a268ab52d2874aa75859e43f663ca98e67c (patch)
tree9f47ab316c55c53c64589d8ddfc5b0bc8b4745eb /vp8/encoder/encodeframe.c
parent339c512762542995d51086e1990cf47967687bb5 (diff)
downloadlibvpx-57136a268ab52d2874aa75859e43f663ca98e67c.tar
libvpx-57136a268ab52d2874aa75859e43f663ca98e67c.tar.gz
libvpx-57136a268ab52d2874aa75859e43f663ca98e67c.tar.bz2
libvpx-57136a268ab52d2874aa75859e43f663ca98e67c.zip
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
Diffstat (limited to 'vp8/encoder/encodeframe.c')
-rw-r--r--vp8/encoder/encodeframe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp8/encoder/encodeframe.c b/vp8/encoder/encodeframe.c
index 2a89c59f4..4c95f28d6 100644
--- a/vp8/encoder/encodeframe.c
+++ b/vp8/encoder/encodeframe.c
@@ -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.