Searched refs:VERSION_PACKED (Results 1 – 8 of 8) sorted by relevance
16 #define VERSION_PACKED \ macro
6 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
23 int vpx_codec_version(void) { return VERSION_PACKED; } in vpx_codec_version()
25 int aom_codec_version(void) { return VERSION_PACKED; } in aom_codec_version()