Searched refs:VERSION_PACKED (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/config/arm/
H A Dvpx_version.h5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/arm-neon/
H A Dvpx_version.h5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/arm64/
H A Dvpx_version.h5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/generic/
H A Dvpx_version.h5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/mips32/
H A Dvpx_version.h5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/mips32-dspr2/
H A Dvpx_version.h5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/mips64/
H A Dvpx_version.h5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/x86/
H A Dvpx_version.h5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/config/x86_64/
H A Dvpx_version.h5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) macro
/external/libvpx/libvpx/vpx/src/
H A Dvpx_codec.c25 return VERSION_PACKED;

Completed in 1340 milliseconds