Home
last modified time | relevance | path

Searched defs:IS_INTRA (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/processing/src/common/
Dutil.h70 #define IS_INTRA(type) ((type)&MB_TYPE_INTRA) macro
/third_party/ffmpeg/libavcodec/
Dmpegutils.h71 #define IS_INTRA(a) ((a) & 7) macro
Dhevcpred_template.c39 #define IS_INTRA(x, y) \ in FUNC() macro
/third_party/openh264/codec/common/inc/
Dwels_common_defs.h305 #define IS_INTRA(type) ( (type)&MB_TYPE_INTRA ) macro