Home
last modified time | relevance | path

Searched defs:VERSION_PACKED (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/config/mips32-dspr2/
Dvpx_version.h5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/arm-neon/
Dvpx_version.h5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/mips64/
Dvpx_version.h5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/arm64/
Dvpx_version.h5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/x86_64/
Dvpx_version.h5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/generic/
Dvpx_version.h5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/mips32/
Dvpx_version.h5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/x86/
Dvpx_version.h5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/arm/
Dvpx_version.h5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro