OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noise1
(Results
1 - 2
of
2
) 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) );
Completed in 1333 milliseconds