Lines Matching defs:end
472 uint8_t *end = avctx->extradata + avctx->extradata_size;
487 start = find_next_marker(start, end); // in WVC1 extradata first byte is its size, but can be 0 in mkv
489 for (; next < end; start = next) {
490 next = find_next_marker(start + 4, end);
671 const uint8_t *start, *end, *next;
675 for (start = buf, end = buf + buf_size; next < end; start = next) {
676 next = find_next_marker(start + 4, end);
870 goto end;
875 goto end;
1091 av_log(v->s.avctx, AV_LOG_ERROR, "end mb y %d %d invalid\n", s->end_mb_y, s->start_mb_y);
1138 goto end;
1167 end: