Searched refs:vpx_codec_version (Results 1 – 3 of 3) sorted by relevance
227 int vpx_codec_version(void);233 #define vpx_codec_version_major() ((vpx_codec_version()>>16)&0xff)236 #define vpx_codec_version_minor() ((vpx_codec_version()>>8)&0xff)239 #define vpx_codec_version_patch() ((vpx_codec_version()>>0)&0xff)
9 text vpx_codec_version
23 int vpx_codec_version(void) in vpx_codec_version() function