Lines Matching refs:start
471 const uint8_t *start = avctx->extradata;
487 start = find_next_marker(start, end); // in WVC1 extradata first byte is its size, but can be 0 in mkv
488 next = start;
489 for (; next < end; start = next) {
490 next = find_next_marker(start + 4, end);
491 size = next - start - 4;
494 buf2_size = v->vc1dsp.vc1_unescape_buffer(start + 4, size, buf2);
496 switch (AV_RB32(start)) {
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);
677 size = next - start - 4;
679 switch (AV_RB32(start)) {
682 buf_start = start;
683 buf_size2 = v->vc1dsp.vc1_unescape_buffer(start + 4, size, buf2);
688 buf_start_second_field = start;
700 buf_size3 = v->vc1dsp.vc1_unescape_buffer(start + 4, size,
705 slices[n_slices].rawbuf = start;
712 buf_size2 = v->vc1dsp.vc1_unescape_buffer(start + 4, size, buf2);
729 buf_size3 = v->vc1dsp.vc1_unescape_buffer(start + 4, size,
734 slices[n_slices].rawbuf = start;