summaryrefslogtreecommitdiff
path: root/vp8/vp8_dx_iface.c
diff options
context:
space:
mode:
authorFritz Koenig <frkoenig@google.com>2010-07-22 09:46:54 -0400
committerJohn Koleszar <jkoleszar@google.com>2010-07-22 19:00:21 -0400
commit08eed049d4f08943079483cdd5d5d9f865457a67 (patch)
tree634b0ea10fb394f5816673a3be31c8b2fc723642 /vp8/vp8_dx_iface.c
parentb791dca979d4fb26c6d3814e4375b676518bc5f2 (diff)
downloadlibvpx-08eed049d4f08943079483cdd5d5d9f865457a67.tar
libvpx-08eed049d4f08943079483cdd5d5d9f865457a67.tar.gz
libvpx-08eed049d4f08943079483cdd5d5d9f865457a67.tar.bz2
libvpx-08eed049d4f08943079483cdd5d5d9f865457a67.zip
Remove CONFIG_NEW_TOKENS files.
These files were out of date and no longer maintained. Token decoding has implemented the no-crash code which is incompatible with this arm assembly code. Change-Id: Ibf729886c56fca48181af60b44bda896c30023fc
Diffstat (limited to 'vp8/vp8_dx_iface.c')
-rw-r--r--vp8/vp8_dx_iface.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/vp8/vp8_dx_iface.c b/vp8/vp8_dx_iface.c
index ea75529cd..e0e1103f0 100644
--- a/vp8/vp8_dx_iface.c
+++ b/vp8/vp8_dx_iface.c
@@ -196,9 +196,6 @@ static void vp8_finalize_mmaps(vpx_codec_alg_priv_t *ctx)
ctx->pbi->fb_storage_ptr[0] = mmap_lkup(ctx, VP6_SEG_IMG0_STRG);
ctx->pbi->fb_storage_ptr[1] = mmap_lkup(ctx, VP6_SEG_IMG1_STRG);
ctx->pbi->fb_storage_ptr[2] = mmap_lkup(ctx, VP6_SEG_IMG2_STRG);
- #if CONFIG_NEW_TOKENS
- ctx->pbi->token_graph = mmap_lkup(ctx, VP6_SEG_TOKEN_GRAPH);
- #endif
#if CONFIG_POSTPROC
ctx->pbi->postproc.deblock.fragment_variances = mmap_lkup(ctx, VP6_SEG_DEBLOCKER);
ctx->pbi->fb_storage_ptr[3] = mmap_lkup(ctx, VP6_SEG_PP_IMG_STRG);