Newer
Older
pc->last_width = pc->width;
pc->last_height = pc->height;
new_fb->corrupted |= xd->corrupted;
if (keyframe && !new_fb->corrupted)
vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME,
if (!pc->error_resilient_mode && !pc->frame_parallel_decoding_mode) {
if (!keyframe && !pc->intra_only) {
vp9_adapt_mv_probs(pc, xd->allow_high_precision_mv);
if (pc->refresh_frame_context)
pc->frame_contexts[pc->frame_context_idx] = pc->fc;