MPEG CDVA Experimentation Model (CXM)  1.0
Compact Descriptors for Visual Analisys
Macros
version.h File Reference

Go to the source code of this file.

Macros

#define EVX_VERSION_MAJOR   1
 
#define EVX_VERSION_MINOR   29
 
#define EVX_VERSION_CHANGELIST   30
 
#define EVX_VERSION_WORD(major, minor)   ((((major) & 0xFF) << 8) | ((minor) & 0xFF))
 
#define EVX_MAJOR_VERSION(x)   (((x) >> 8) & 0xFF)
 
#define EVX_MINOR_VERSION(x)   ((x) & 0xFF)
 

Macro Definition Documentation

◆ EVX_MAJOR_VERSION

#define EVX_MAJOR_VERSION (   x)    (((x) >> 8) & 0xFF)

◆ EVX_MINOR_VERSION

#define EVX_MINOR_VERSION (   x)    ((x) & 0xFF)

◆ EVX_VERSION_CHANGELIST

#define EVX_VERSION_CHANGELIST   30

◆ EVX_VERSION_MAJOR

#define EVX_VERSION_MAJOR   1

◆ EVX_VERSION_MINOR

#define EVX_VERSION_MINOR   29

◆ EVX_VERSION_WORD

#define EVX_VERSION_WORD (   major,
  minor 
)    ((((major) & 0xFF) << 8) | ((minor) & 0xFF))