HomeSort by relevance Sort by last modified time
    Searched refs:noise1 (Results 1 - 3 of 3) sorted by null

  /external/vulkan-validation-layers/libs/glm/detail/
func_noise.hpp 55 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/noise1.xml">GLSL noise1 man page</a>
58 GLM_FUNC_DECL typename genType::value_type noise1(genType const & x);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
decode_plc.c 273 int16_t noise1, rshift; local
628 noise1 = (ISACdec_obj->plcstr_obj.seed >> 10) - 16;
630 nLP = (int16_t)((int16_t)(noise1 * ISACdec_obj->plcstr_obj.std) *
636 noise1 = (ISACdec_obj->plcstr_obj.seed >> 11) - 8;
640 (int32_t)(noise1*(ISACdec_obj->plcstr_obj).std) );
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 815 B1(noise1);
    [all...]

Completed in 921 milliseconds