Searched refs:start_xy (Results 1 – 1 of 1) sorted by relevance
835 const int start_xy = s->mb_index2xy[start_i]; in ff_er_add_slice() local842 if (start_i > end_i || start_xy > end_xy) { in ff_er_add_slice()871 memset(&s->error_status_table[start_xy], 0, in ff_er_add_slice()872 (end_xy - start_xy) * sizeof(uint8_t)); in ff_er_add_slice()875 for (i = start_xy; i < end_xy; i++) in ff_er_add_slice()886 s->error_status_table[start_xy] |= VP_START; in ff_er_add_slice()888 if (start_xy > 0 && !(s->avctx->active_thread_type & FF_THREAD_SLICE) && in ff_er_add_slice()