Home
last modified time | relevance | path

Searched refs:tok_ptrs (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dtruemotion2.c76 int tok_ptrs[TM2_NUM_STREAMS]; member
403 if (ctx->tok_ptrs[type] >= ctx->tok_lens[type]) { in GET_TOK()
404 av_log(ctx->avctx, AV_LOG_ERROR, "Read token from stream %i out of bounds (%i>=%i)\n", type, ctx->tok_ptrs[type], ctx->tok_lens[type]); in GET_TOK()
409 if (ctx->tokens[type][ctx->tok_ptrs[type]] >= TM2_DELTAS) { in GET_TOK()
410 av_log(ctx->avctx, AV_LOG_ERROR, "token %d is too large\n", ctx->tokens[type][ctx->tok_ptrs[type]]); in GET_TOK()
413 return ctx->deltas[type][ctx->tokens[type][ctx->tok_ptrs[type]++]]; in GET_TOK()
415 return ctx->tokens[type][ctx->tok_ptrs[type]++]; in GET_TOK()
775 ctx->tok_ptrs[i] = 0; in tm2_decode_blocks()

Completed in 2 milliseconds