Searched refs:OBMC_FILTER (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideo_motion.c | 416 #define OBMC_FILTER(x, t, l, m, r, b)\ in put_obmc() macro 419 OBMC_FILTER(x , t, l, m, r, b);\ in put_obmc() 420 OBMC_FILTER(x+1 , t, l, m, r, b);\ in put_obmc() 421 OBMC_FILTER(x +stride, t, l, m, r, b);\ in put_obmc() 422 OBMC_FILTER(x+1+stride, t, l, m, r, b); in put_obmc() 425 OBMC_FILTER (x , 2, 2, 4, 0, 0); in put_obmc() 426 OBMC_FILTER (x + 1, 2, 1, 5, 0, 0); in put_obmc() 429 OBMC_FILTER (x + 6, 2, 0, 5, 1, 0); in put_obmc() 430 OBMC_FILTER (x + 7, 2, 0, 4, 2, 0); in put_obmc() 432 OBMC_FILTER ( in put_obmc() [all...] |
Completed in 2 milliseconds