Searched refs:noise1 (Results 1 – 8 of 8) sorted by relevance
47 GLM_FUNC_QUALIFIER T noise1(T const & x) function49 return noise1(detail::tvec2<T, defaultp>(x, T(0)));56 noise1(x + T(0.0)),57 noise1(x + T(1.0)));64 noise1(x - T(1.0)),65 noise1(x + T(0.0)),66 noise1(x + T(1.0)));73 noise1(x - T(1.0)),74 noise1(x + T(0.0)),75 noise1(x + T(1.0)),[all …]
58 GLM_FUNC_DECL typename genType::value_type noise1(genType const & x);
273 int16_t noise1, rshift; in WebRtcIsacfix_DecodePlcImpl() local628 noise1 = (ISACdec_obj->plcstr_obj.seed >> 10) - 16; in WebRtcIsacfix_DecodePlcImpl()630 nLP = (int16_t)((int16_t)(noise1 * ISACdec_obj->plcstr_obj.std) * in WebRtcIsacfix_DecodePlcImpl()636 noise1 = (ISACdec_obj->plcstr_obj.seed >> 11) - 8; in WebRtcIsacfix_DecodePlcImpl()640 (int32_t)(noise1*(ISACdec_obj->plcstr_obj).std) ); in WebRtcIsacfix_DecodePlcImpl()
1 ((function noise1
314 float noise1(float x);315 float noise1(vec2 x);316 float noise1(vec3 x);317 float noise1(vec4 x);
346 float noise1(float x);347 float noise1(vec2 x);348 float noise1(vec3 x);349 float noise1(vec4 x);
886 float noise1(float x);887 float noise1(vec2 x);888 float noise1(vec3 x);889 float noise1(vec4 x);
971 float noise1(float x);972 float noise1(vec2 x);973 float noise1(vec3 x);974 float noise1(vec4 x);