Home
last modified time | relevance | path

Searched refs:GET_TOK (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dtruemotion2.c400 static inline int GET_TOK(TM2Context *ctx,int type) in GET_TOK() function
512 deltas[i] = GET_TOK(ctx, TM2_C_HI); in tm2_hi_res_block()
513 deltas[i + 4] = GET_TOK(ctx, TM2_C_HI); in tm2_hi_res_block()
520 deltas[i] = GET_TOK(ctx, TM2_L_HI); in tm2_hi_res_block()
532 deltas[0] = GET_TOK(ctx, TM2_C_LO); in tm2_med_res_block()
536 deltas[0] = GET_TOK(ctx, TM2_C_LO); in tm2_med_res_block()
542 deltas[i] = GET_TOK(ctx, TM2_L_HI); in tm2_med_res_block()
555 deltas[0] = GET_TOK(ctx, TM2_C_LO); in tm2_low_res_block()
559 deltas[0] = GET_TOK(ctx, TM2_C_LO); in tm2_low_res_block()
567 deltas[ 0] = GET_TOK(ctx, TM2_L_LO); in tm2_low_res_block()
[all …]