Searched refs:COPY3_IF_LT (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mathops.h | 147 #ifndef COPY3_IF_LT 148 #define COPY3_IF_LT(x, y, a, b, c, d)\ macro
|
H A D | motion_est_template.c | 47 COPY3_IF_LT(dmin, d, bx, hx, by, hy)\ 204 COPY3_IF_LT(dmin, d, bx, hx, by, hy)\ 374 COPY3_IF_LT(dmin, d, best[0], x, best[1], y)\
|
H A D | motion_est.c | 391 COPY3_IF_LT(dminh, d, dx, x, dy, y)\
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mathops.h | 102 #define COPY3_IF_LT(x, y, a, b, c, d)\ macro
|
Completed in 6 milliseconds