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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo_common.h395 #define OBMC_FILTER4(x, t, l, m, r, b)\ macro
404 OBMC_FILTER4(x+2, 2, 1, 5, 0, 0);
405 OBMC_FILTER4(x+4, 2, 0, 5, 1, 0);
414 OBMC_FILTER4(x , 1, 2, 5, 0, 0);
415 OBMC_FILTER4(x+2, 1, 1, 6, 0, 0);
416 OBMC_FILTER4(x+4, 1, 0, 6, 1, 0);
417 OBMC_FILTER4(x+6, 1, 0, 5, 2, 0);
419 OBMC_FILTER4(x , 0, 2, 5, 0, 1);
420 OBMC_FILTER4(x+2, 0, 1, 6, 0, 1);
421 OBMC_FILTER4(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideo_motion.c419 #define OBMC_FILTER4(x, t, l, m, r, b)\ macro
428 OBMC_FILTER4(x + 2, 2, 1, 5, 0, 0);
429 OBMC_FILTER4(x + 4, 2, 0, 5, 1, 0);
438 OBMC_FILTER4(x , 1, 2, 5, 0, 0);
439 OBMC_FILTER4(x + 2, 1, 1, 6, 0, 0);
440 OBMC_FILTER4(x + 4, 1, 0, 6, 1, 0);
441 OBMC_FILTER4(x + 6, 1, 0, 5, 2, 0);
443 OBMC_FILTER4(x , 0, 2, 5, 0, 1);
444 OBMC_FILTER4(x + 2, 0, 1, 6, 0, 1);
445 OBMC_FILTER4(
[all...]

Completed in 373 milliseconds