Remove commented-out VP6 code from vp8_finalize_mmaps
Change-Id: I48642c380353043bed96026f56de5908fcee270a
This commit is contained in:
parent
8431e768c9
commit
de5182eef3
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user