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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpeg12decdata.h35 #define MB_TYPE_ZERO_MV 0x20000000 macro
36 #define IS_ZERO_MV(a) ((a)&MB_TYPE_ZERO_MV)
50 MB_TYPE_L0 | MB_TYPE_CBP | MB_TYPE_ZERO_MV | MB_TYPE_16x16,
54 MB_TYPE_QUANT | MB_TYPE_L0 | MB_TYPE_CBP | MB_TYPE_ZERO_MV | MB_TYPE_16x16,
H A Dmpeg12.c858 if (mb_type & MB_TYPE_ZERO_MV) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg12dec.c69 #define MB_TYPE_ZERO_MV 0x20000000 macro
73 MB_TYPE_L0 | MB_TYPE_CBP | MB_TYPE_ZERO_MV | MB_TYPE_16x16,
77 MB_TYPE_QUANT | MB_TYPE_L0 | MB_TYPE_CBP | MB_TYPE_ZERO_MV | MB_TYPE_16x16,
856 if (mb_type & MB_TYPE_ZERO_MV) {

Completed in 67 milliseconds