Lines Matching defs:n_slices1
635 int mb_height, n_slices1=-1;
707 n_slices1 = n_slices - 1; // index of the last slice of the first field
770 n_slices1 = n_slices - 1;
909 if (n_slices1 == -1) {
917 for (i = 0 ; i < n_slices1 + 1; i++) {
941 s->gb = slices[n_slices1 + 1].gb;
942 s->mb_y = slices[n_slices1 + 1].mby_start;
956 if (n_slices - n_slices1 == 2) {
961 if ((ret = avctx->hwaccel->decode_slice(avctx, buf_start_second_field, slices[n_slices1 + 2].rawbuf - buf_start_second_field)) < 0)
964 for (i = n_slices1 + 2; i < n_slices; i++) {
1059 if (v->field_mode && i == n_slices1 + 2) {
1088 s->end_mb_y = (i == n_slices1 + 1) ? mb_height : FFMIN(mb_height, slices[i].mby_start % mb_height);