Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dtruemotion2.c401 static inline int GET_TOK(TM2Context *ctx,int type) in GET_TOK() function
513 deltas[i] = GET_TOK(ctx, TM2_C_HI); in tm2_hi_res_block()
514 deltas[i + 4] = GET_TOK(ctx, TM2_C_HI); in tm2_hi_res_block()
521 deltas[i] = GET_TOK(ctx, TM2_L_HI); in tm2_hi_res_block()
533 deltas[0] = GET_TOK(ctx, TM2_C_LO); in tm2_med_res_block()
537 deltas[0] = GET_TOK(ctx, TM2_C_LO); in tm2_med_res_block()
543 deltas[i] = GET_TOK(ctx, TM2_L_HI); in tm2_med_res_block()
556 deltas[0] = GET_TOK(ctx, TM2_C_LO); in tm2_low_res_block()
560 deltas[0] = GET_TOK(ctx, TM2_C_LO); in tm2_low_res_block()
568 deltas[ 0] = GET_TOK(ct in tm2_low_res_block()
[all...]

Completed in 2 milliseconds