Lines Matching defs:index
446 /* no change bits specified for a keyframe; only index bytes */
533 index = s->index_stream[index_stream_index++] * 4; \
538 if (index >= 1023) { \
539 av_log(s->avctx, AV_LOG_ERROR, "Invalid index value.\n"); \
542 index++; \
546 predictor_pair = s->c_predictor_table[index]; \
550 if (!index) { \
552 predictor_pair = s->c_predictor_table[index]; \
563 predictor_pair = s->c_predictor_table[index]; \
567 if (!index) { \
569 predictor_pair = s->fat_c_predictor_table[index]; \
581 predictor_pair = s->y_predictor_table[index]; \
585 if (!index) { \
587 predictor_pair = s->y_predictor_table[index]; \
598 predictor_pair = s->y_predictor_table[index]; \
602 if (!index) { \
604 predictor_pair = s->fat_y_predictor_table[index]; \
635 /* these variables are for managing the main index stream */
636 int index_stream_index = 0; /* yes, the index into the index stream */
637 int index;
762 /* these variables are for managing the main index stream */
763 int index_stream_index = 0; /* yes, the index into the index stream */
764 int index;