Home
last modified time | relevance | path

Searched defs:IS_INTER (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegutils.h72 #define IS_INTER(a) ((a) & (MB_TYPE_16x16 | MB_TYPE_16x8 | \ macro
/third_party/openh264/codec/common/inc/
Dwels_common_defs.h306 #define IS_INTER(type) ( (type)&MB_TYPE_INTER ) macro