Searched refs:noise3 (Results 1 – 15 of 15) sorted by relevance
/external/libvorbis/lib/modes/ |
D | psych_44.h | 189 static const noise3 _psy_noisebias_trans[12]={ 272 static const noise3 _psy_noisebias_long[12]={ 347 static const noise3 _psy_noisebias_impulse[12]={ 416 static const noise3 _psy_noisebias_padding[12]={
|
D | psych_16.h | 58 static const noise3 _psy_noisebias_16_short[4]={ 77 static const noise3 _psy_noisebias_16_impulse[4]={ 96 static const noise3 _psy_noisebias_16[4]={
|
D | psych_11.h | 35 static const noise3 _psy_noisebias_11[3]={
|
D | psych_8.h | 33 static const noise3 _psy_noisebias_8[3]={
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
D | frameless2.ll | 3 %struct.noise3 = type { [3 x [17 x i32]] } 6 …re %vi.0.7.val, double %s, i32 %block, i32* nocapture %suppress, %struct.noise3* nocapture %in, %s…
|
/external/llvm/test/CodeGen/Thumb2/ |
D | frameless2.ll | 3 %struct.noise3 = type { [3 x [17 x i32]] } 6 …re %vi.0.7.val, double %s, i32 %block, i32* nocapture %suppress, %struct.noise3* nocapture %in, %s…
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_noise.hpp | 76 GLM_FUNC_DECL detail::tvec3<typename genType::value_type, defaultp> noise3(genType const & x);
|
D | func_noise.inl | 61 GLM_FUNC_QUALIFIER detail::tvec3<T, defaultp> noise3(T const & x) function 327 GLM_FUNC_QUALIFIER detail::tvec3<T, P> noise3(detail::tvec2<T, P> const & x) function 336 GLM_FUNC_QUALIFIER detail::tvec3<T, P> noise3(detail::tvec3<T, P> const & x) function 345 GLM_FUNC_QUALIFIER detail::tvec3<T, P> noise3(detail::tvec4<T, P> const & x) function
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_mips.c | 90 float noise2, noise3, noise4; in WebRtcAec_ComfortNoise_mips() local 140 [noise3] "=&f" (noise3), [noise4] "=&f" (noise4), in WebRtcAec_ComfortNoise_mips()
|
/external/mesa3d/src/glsl/builtins/profiles/ |
D | 110.glsl | 324 vec3 noise3(float x); 325 vec3 noise3(vec2 x); 326 vec3 noise3(vec3 x); 327 vec3 noise3(vec4 x);
|
D | 120.glsl | 356 vec3 noise3(float x); 357 vec3 noise3(vec2 x); 358 vec3 noise3(vec3 x); 359 vec3 noise3(vec4 x);
|
D | 130.glsl | 896 vec3 noise3(float x); 897 vec3 noise3(vec2 x); 898 vec3 noise3(vec3 x); 899 vec3 noise3(vec4 x);
|
D | 140.glsl | 981 vec3 noise3(float x); 982 vec3 noise3(vec2 x); 983 vec3 noise3(vec3 x); 984 vec3 noise3(vec4 x);
|
/external/libvorbis/lib/ |
D | vorbisenc.c | 90 } noise3; typedef 113 const noise3 *psy_noise_bias_impulse; 114 const noise3 *psy_noise_bias_padding; 115 const noise3 *psy_noise_bias_trans; 116 const noise3 *psy_noise_bias_long; 395 const noise3 *in, in vorbis_encode_noisebias_setup()
|
/external/mesa3d/src/glsl/builtins/ir/ |
D | noise3.ir | 1 ((function noise3
|