Lines Matching defs:index
50 int index;
110 if (offset < 0 || pc->index - 13 < offset)
146 pc->index - pc->overread_index);
147 pc->index -= pc->overread_index;
151 *buf_size = pc->index;
160 pc->index + (*buf_size - pc->sync_offset));
164 memcpy(pc->buffer + pc->index, (*buf + pc->sync_offset),
166 pc->index += *buf_size - pc->sync_offset;
172 pc->index + next);
176 memcpy(pc->buffer + pc->index, *buf, next);
177 pc->index += next;
185 if (!unpack_parse_unit(&pu1, pc, pc->index - 13) ||
186 !unpack_parse_unit(&pu, pc, pc->index - 13 - pu1.prev_pu_offset) ||
188 pc->index < pc->dirac_unit_size + 13LL + pu1.prev_pu_offset
190 pc->index -= 9;
200 pc->dirac_unit = pc->buffer + pc->index - 13 -
214 pc->index - 13 - pu1.prev_pu_offset;
232 pc->overread_index = pc->index - 13;