Lines Matching defs:last
1019 int64_t last = s->user_specified_pts;
1021 if (pts <= last) {
1023 "Invalid pts (%"PRId64") <= last (%"PRId64")\n",
1024 pts, last);
1029 s->dts_delta = pts - last;
2784 /* init last dc values */
3343 // RAL: Update last macroblock type
4282 run2= run_tab[rle_index++]; //FIXME ! maybe after last
4441 * @param last the last non zero coefficient in scantable order, used to
4448 const uint8_t *scantable, int last)
4453 if (last <= 0)
4459 for (i = 0; i <= last; i++) {
4465 for (i = 0; i <= last; i++) {