Home
last modified time | relevance | path

Searched defs:noise2 (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_noise.inl53 GLM_FUNC_QUALIFIER detail::tvec2<T, defaultp> noise2(T const & x) function
303 GLM_FUNC_QUALIFIER detail::tvec2<T, P> noise2(detail::tvec2<T, P> const & x) function
311 GLM_FUNC_QUALIFIER detail::tvec2<T, P> noise2(detail::tvec3<T, P> const & x) function
319 GLM_FUNC_QUALIFIER detail::tvec2<T, P> noise2(detail::tvec4<T, P> const & x) function
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_mips.c90 float noise2, noise3, noise4; in WebRtcAec_ComfortNoise_mips() local