Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
de5182ee
Commit
de5182ee
authored
Mar 16, 2011
by
Ralph Giles
Browse files
Remove commented-out VP6 code from vp8_finalize_mmaps
Change-Id: I48642c380353043bed96026f56de5908fcee270a
parent
8431e768
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/vp8_dx_iface.c
View file @
de5182ee
...
...
@@ -176,25 +176,7 @@ static void *mmap_lkup(vpx_codec_alg_priv_t *ctx, unsigned int id)
}
static
void
vp8_finalize_mmaps
(
vpx_codec_alg_priv_t
*
ctx
)
{
/*
ctx->pbi = mmap_lkup(ctx, VP6_SEG_PB_INSTANCE);
ctx->pbi->mbi.block_dx_info[0].idct_output_ptr = mmap_lkup(ctx, VP6_SEG_IDCT_BUFFER);
ctx->pbi->loop_filtered_block = mmap_lkup(ctx, VP6_SEG_LF_BLOCK);
ctx->pbi->huff = mmap_lkup(ctx, VP6_SEG_HUFF);
ctx->pbi->mbi.coeffs_base_ptr = mmap_lkup(ctx, VP6_SEG_COEFFS);
ctx->pbi->fc.above_y = mmap_lkup(ctx, VP6_SEG_ABOVEY);
ctx->pbi->fc.above_u = mmap_lkup(ctx, VP6_SEG_ABOVEU);
ctx->pbi->fc.above_v = mmap_lkup(ctx, VP6_SEG_ABOVEV);
ctx->pbi->prediction_mode = mmap_lkup(ctx, VP6_SEG_PRED_MODES);
ctx->pbi->mbmotion_vector = mmap_lkup(ctx, VP6_SEG_MV_FIELD);
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_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);
#endif
*/
/* nothing to clean up */
}
static
vpx_codec_err_t
vp8_init
(
vpx_codec_ctx_t
*
ctx
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment