Searched refs:tok_lens (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | truemotion2.c | 75 int tok_lens[TM2_NUM_STREAMS]; member 352 ctx->tok_lens[stream_id] = 0; in tm2_read_stream() 355 ctx->tok_lens[stream_id] = toks; in tm2_read_stream() 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() 777 if (ctx->tok_lens[TM2_TYPE]<bw*bh) { in tm2_decode_blocks() 778 av_log(ctx->avctx,AV_LOG_ERROR,"Got %i tokens for %i blocks\n",ctx->tok_lens[TM2_TYPE],bw*bh); in tm2_decode_blocks() 927 if (l->tok_lens[j]) in decode_frame() 928 memset(l->tokens[j], 0, sizeof(**l->tokens) * l->tok_lens[j]); in decode_frame()
|
Completed in 3 milliseconds