Lines Matching defs:last
1116 int level, i, last, run, qmul, qadd;
1209 last = SHOW_UBITS(re, &s->gb, 1);
1236 if (last)
1249 last = SHOW_UBITS(re, &s->gb, 1);
1284 const int run1= run - rl->max_run[last][abs_level] - 1;
1285 if (abs_level <= rl->max_level[last][run]) {
1290 if (abs_level <= rl->max_level[last][run]*2) {
1294 if (run1 >= 0 && abs_level <= rl->max_level[last][run1]) {
1320 if (last)
1637 s->mb_skipped = s->next_picture.mbskip_table[s->mb_y * s->mb_stride + s->mb_x]; // Note, skiptab=0 if last was GMC
2558 int last = 0;
2569 last = v;
2571 s->intra_matrix[j] = last;
2572 s->chroma_intra_matrix[j] = last;
2575 /* replicate last value */
2578 s->intra_matrix[j] = last;
2579 s->chroma_intra_matrix[j] = last;
2585 int last = 0;
2596 last = v;
2602 /* replicate last value */
2605 s->inter_matrix[j] = last;
2606 s->chroma_inter_matrix[j] = last;
2756 char last;
2766 e = sscanf(buf, "DivX%dBuild%d%c", &ver, &build, &last);
2768 e = sscanf(buf, "DivX%db%d%c", &ver, &build, &last);
2772 s->divx_packed = e == 3 && last == 'p';