Home
last modified time | relevance | path

Searched refs:n_slices1 (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvc1dec.c635 int mb_height, n_slices1=-1; in vc1_decode_frame() local
707 n_slices1 = n_slices - 1; // index of the last slice of the first field in vc1_decode_frame()
770 n_slices1 = n_slices - 1; in vc1_decode_frame()
909 if (n_slices1 == -1) { in vc1_decode_frame()
917 for (i = 0 ; i < n_slices1 + 1; i++) { in vc1_decode_frame()
941 s->gb = slices[n_slices1 + 1].gb; in vc1_decode_frame()
942 s->mb_y = slices[n_slices1 + 1].mby_start; in vc1_decode_frame()
956 if (n_slices - n_slices1 == 2) { in vc1_decode_frame()
961 …et = avctx->hwaccel->decode_slice(avctx, buf_start_second_field, slices[n_slices1 + 2].rawbuf - bu… in vc1_decode_frame()
964 for (i = n_slices1 + 2; i < n_slices; i++) { in vc1_decode_frame()
[all …]