Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmathops.h115 #ifndef median4
116 #define median4 median4 macro
117 static inline av_const int median4(int a, int b, int c, int d) in median4() function
Dvc1_mc.c121 *tx = median4(s->mv[dir][0][0], s->mv[dir][1][0], s->mv[dir][2][0], s->mv[dir][3][0]); in get_luma_mv()
122 *ty = median4(s->mv[dir][0][1], s->mv[dir][1][1], s->mv[dir][2][1], s->mv[dir][3][1]); in get_luma_mv()
152 *tx = median4(s->mv[dir][0][0], s->mv[dir][1][0], s->mv[dir][2][0], s->mv[dir][3][0]); in get_chroma_mv()
153 *ty = median4(s->mv[dir][0][1], s->mv[dir][1][1], s->mv[dir][2][1], s->mv[dir][3][1]); in get_chroma_mv()