Home
last modified time | relevance | path

Searched refs:OBMC_FILTER4 (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_motion.c418 #define OBMC_FILTER4(x, t, l, m, r, b)\ in put_obmc() macro
427 OBMC_FILTER4(x + 2, 2, 1, 5, 0, 0); in put_obmc()
428 OBMC_FILTER4(x + 4, 2, 0, 5, 1, 0); in put_obmc()
437 OBMC_FILTER4(x , 1, 2, 5, 0, 0); in put_obmc()
438 OBMC_FILTER4(x + 2, 1, 1, 6, 0, 0); in put_obmc()
439 OBMC_FILTER4(x + 4, 1, 0, 6, 1, 0); in put_obmc()
440 OBMC_FILTER4(x + 6, 1, 0, 5, 2, 0); in put_obmc()
442 OBMC_FILTER4(x , 0, 2, 5, 0, 1); in put_obmc()
443 OBMC_FILTER4(x + 2, 0, 1, 6, 0, 1); in put_obmc()
444 OBMC_FILTER4( in put_obmc()
[all...]

Completed in 2 milliseconds