Searched defs:avx (Results 1 – 8 of 8) sorted by relevance
22 BASE64_ENC_FUNCTION(avx) in BASE64_ENC_FUNCTION() argument33 BASE64_DEC_FUNCTION(avx) in BASE64_DEC_FUNCTION() argument
4 pub(crate) mod avx; module
1 pub(crate) mod avx; module
28 avx: Option<bool>, field70 pub fn avx(&mut self, yes: Option<bool>) -> &mut Builder { in avx() method91 let avx = if self.avx == Some(true) { in build_imp() localVariable
36 pub fn avx(&mut self, _: Option<bool>) -> &mut Builder { in avx() method
86 DOWNMIX_FUNCS(avx) in DOWNMIX_FUNCS() argument
86 IDCT_FUNCS(avx) in IDCT_FUNCS() argument
6 mod avx; module