Home | History | Annotate | Download | only in decoder

Lines Matching refs:corrupted

470     ref_fb_corrupted[i] = this_fb->corrupted;
573 xd->corrupted |= ref_fb_corrupted[xd->mode_info_context->mbmi.ref_frame];
581 xd->corrupted |= vp8dx_bool_error(xd->current_bc);
863 xd->corrupted = 0; /* init without corruption */
886 xd->corrupted = 0;
887 yv12_fb_new->corrupted = 0;
1101 xd->corrupted |= vp8dx_bool_error(bc);
1102 if (pbi->ec_active && xd->corrupted) pc->refresh_golden_frame = 0;
1108 xd->corrupted |= vp8dx_bool_error(bc);
1109 if (pbi->ec_active && xd->corrupted) pc->refresh_alt_ref_frame = 0;
1121 xd->corrupted |= vp8dx_bool_error(bc);
1122 if (pbi->ec_active && xd->corrupted) pc->copy_buffer_to_gf = 0;
1133 xd->corrupted |= vp8dx_bool_error(bc);
1134 if (pbi->ec_active && xd->corrupted) pc->copy_buffer_to_arf = 0;
1145 xd->corrupted |= vp8dx_bool_error(bc);
1146 if (pbi->ec_active && xd->corrupted) pc->refresh_entropy_probs = 0;
1156 xd->corrupted |= vp8dx_bool_error(bc);
1157 if (pbi->ec_active && xd->corrupted) pc->refresh_last_frame = 1;
1214 corrupt_tokens |= pbi->mb_row_di[thread].mbd.corrupted;
1220 corrupt_tokens |= xd->corrupted;
1225 yv12_fb_new->corrupted = vp8dx_bool_error(bc);
1227 yv12_fb_new->corrupted |= corrupt_tokens;
1230 if (pc->frame_type == KEY_FRAME && !yv12_fb_new->corrupted) {