Searched refs:tm2_low_chroma (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | truemotion2.c | 486 static inline void tm2_low_chroma(int *data, int stride, int *clast, unsigned *CD, int *deltas, int bx) in tm2_low_chroma() function 535 tm2_low_chroma(U, Ustride, clast, ctx->CD, deltas, bx); in tm2_med_res_block() 539 tm2_low_chroma(V, Vstride, clast + 2, ctx->CD + 2, deltas, bx); in tm2_med_res_block() 558 tm2_low_chroma(U, Ustride, clast, ctx->CD, deltas, bx); in tm2_low_res_block() 562 tm2_low_chroma(V, Vstride, clast + 2, ctx->CD + 2, deltas, bx); in tm2_low_res_block() 600 tm2_low_chroma(U, Ustride, clast, ctx->CD, deltas, bx); in tm2_null_res_block() 603 tm2_low_chroma(V, Vstride, clast + 2, ctx->CD + 2, deltas, bx); in tm2_null_res_block()
|
Completed in 3 milliseconds