Lines Matching defs:toks
289 int len, toks, pos;
311 toks = bytestream2_get_be32(&gb);
312 if (toks & 1) {
343 toks >>= 1;
345 if ((toks < 0) || (toks > 0xFFFFFF)) {
346 av_log(ctx->avctx, AV_LOG_ERROR, "Incorrect number of tokens: %i\n", toks);
350 ret = av_reallocp_array(&ctx->tokens[stream_id], toks, sizeof(int));
355 ctx->tok_lens[stream_id] = toks;
364 for (i = 0; i < toks; i++) {
366 av_log(ctx->avctx, AV_LOG_ERROR, "Incorrect number of tokens: %i\n", toks);
383 for (i = 0; i < toks; i++) {