Home
last modified time | relevance | path

Searched refs:scaled_noiseVal_pos (Results 1 – 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
Dblock.cpp863 FIXP_DBL scaled_noiseVal_pos = in CBlock_ApplyNoise() local
865 FIXP_DBL scaled_noiseVal_neg = -scaled_noiseVal_pos; in CBlock_ApplyNoise()
874 (seed & 0x10000) ? scaled_noiseVal_neg : scaled_noiseVal_pos; in CBlock_ApplyNoise()
885 : scaled_noiseVal_pos; in CBlock_ApplyNoise()