Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegutils.h75 #define IS_INTRA4x4(a) ((a) & MB_TYPE_INTRA4x4) macro
/third_party/openh264/codec/common/inc/
Dwels_common_defs.h301 #define IS_INTRA4x4(type) ( MB_TYPE_INTRA4x4 == (type) ) macro