Home | History | Annotate | Download | only in decoder

Lines Matching refs:corrupted

535         ref_fb_corrupted[i] = this_fb->corrupted;
639 xd->corrupted |= ref_fb_corrupted[xd->mode_info_context->mbmi.ref_frame];
647 xd->corrupted |= vp8dx_bool_error(xd->current_bc);
963 xd->corrupted = 0; /* init without corruption */
988 xd->corrupted = 0;
989 yv12_fb_new->corrupted = 0;
1219 xd->corrupted |= vp8dx_bool_error(bc);
1220 if (pbi->ec_active && xd->corrupted)
1227 xd->corrupted |= vp8dx_bool_error(bc);
1228 if (pbi->ec_active && xd->corrupted)
1240 xd->corrupted |= vp8dx_bool_error(bc);
1241 if (pbi->ec_active && xd->corrupted)
1252 xd->corrupted |= vp8dx_bool_error(bc);
1253 if (pbi->ec_active && xd->corrupted)
1266 xd->corrupted |= vp8dx_bool_error(bc);
1267 if (pbi->ec_active && xd->corrupted)
1279 xd->corrupted |= vp8dx_bool_error(bc);
1280 if (pbi->ec_active && xd->corrupted)
1345 corrupt_tokens |= pbi->mb_row_di[thread].mbd.corrupted;
1351 corrupt_tokens |= xd->corrupted;
1356 yv12_fb_new->corrupted = vp8dx_bool_error(bc);
1358 yv12_fb_new->corrupted |= corrupt_tokens;
1363 !yv12_fb_new->corrupted)