Searched refs:tm2_high_chroma (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | truemotion2.c | 473 static inline void tm2_high_chroma(int *data, int stride, int *last, unsigned *CD, int *deltas) in tm2_high_chroma() function 502 tm2_high_chroma(data, stride, clast, CD, deltas); in tm2_low_chroma() 516 tm2_high_chroma(U, Ustride, clast, ctx->CD, deltas); in tm2_hi_res_block() 517 tm2_high_chroma(V, Vstride, clast + 2, ctx->CD + 2, deltas + 4); in tm2_hi_res_block()
|
Completed in 2 milliseconds