summaryrefslogtreecommitdiff
path: root/vp9
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2013-10-15 11:45:14 -0700
committerJingning Han <jingning@google.com>2013-10-15 11:45:38 -0700
commit96222710337900344fcf16ebdd29996b3e042a5d (patch)
treec5ef95bbc52b2ee7647fb34b5a99b9652eac1c6e /vp9
parent8e3ce1a9e3ee2139fea89d5508a1d268f20426b7 (diff)
downloadlibvpx-96222710337900344fcf16ebdd29996b3e042a5d.tar
libvpx-96222710337900344fcf16ebdd29996b3e042a5d.tar.gz
libvpx-96222710337900344fcf16ebdd29996b3e042a5d.tar.bz2
libvpx-96222710337900344fcf16ebdd29996b3e042a5d.zip
Remove unused comment
Change-Id: I2d96940fae4c7a16661a43c2bf6907d8b1c1a127
Diffstat (limited to 'vp9')
-rw-r--r--vp9/encoder/vp9_encodeframe.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/vp9/encoder/vp9_encodeframe.c b/vp9/encoder/vp9_encodeframe.c
index 631a27688..b74609bc2 100644
--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -399,14 +399,6 @@ static void update_state(VP9_COMP *cpi, PICK_MODE_CONTEXT *ctx,
}
if (cm->frame_type == KEY_FRAME) {
- // Restore the coding modes to that held in the coding context
- // if (mb_mode == I4X4_PRED)
- // for (i = 0; i < 16; i++)
- // {
- // xd->block[i].bmi.as_mode =
- // xd->mode_info_context->bmi[i].as_mode;
- // assert(xd->mode_info_context->bmi[i].as_mode < MB_MODE_COUNT);
- // }
#if CONFIG_INTERNAL_STATS
static const int kf_mode_index[] = {
THR_DC /*DC_PRED*/,