Home
last modified time | relevance | path

Searched refs:VERSION_PACKED (Results 1 – 8 of 8) sorted by relevance

/external/libaom/config/config/
Daom_version.h16 #define VERSION_PACKED \ macro
/external/libvpx/config/arm64/
Dvpx_version.h6 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/x86/
Dvpx_version.h6 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/generic/
Dvpx_version.h6 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/x86_64/
Dvpx_version.h6 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/arm-neon/
Dvpx_version.h6 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/vpx/src/
Dvpx_codec.c23 int vpx_codec_version(void) { return VERSION_PACKED; } in vpx_codec_version()
/external/libaom/aom/src/
Daom_codec.c25 int aom_codec_version(void) { return VERSION_PACKED; } in aom_codec_version()