Searched refs:n_slices1 (Results 1 – 1 of 1) sorted by relevance
633 int mb_height, n_slices1=-1; in vc1_decode_frame() local705 n_slices1 = n_slices - 1; // index of the last slice of the first field in vc1_decode_frame()768 n_slices1 = n_slices - 1; in vc1_decode_frame()911 if (n_slices1 == -1) { in vc1_decode_frame()919 for (i = 0 ; i < n_slices1 + 1; i++) { in vc1_decode_frame()943 s->gb = slices[n_slices1 + 1].gb; in vc1_decode_frame()944 s->mb_y = slices[n_slices1 + 1].mby_start; in vc1_decode_frame()958 if (n_slices - n_slices1 == 2) { in vc1_decode_frame()963 …et = avctx->hwaccel->decode_slice(avctx, buf_start_second_field, slices[n_slices1 + 2].rawbuf - bu… in vc1_decode_frame()966 for (i = n_slices1 + 2; i < n_slices; i++) { in vc1_decode_frame()[all …]