Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dusacdec_acelp.cpp406 FIXP_DBL fac, L_tmp, gc_thres; in noise_enhancer() local
408 gc_thres = *p_gc_threshold; in noise_enhancer()
411 if (L_tmp < gc_thres) { in noise_enhancer()
414 if (L_tmp > gc_thres) { in noise_enhancer()
415 L_tmp = gc_thres; in noise_enhancer()
420 if (L_tmp < gc_thres) { in noise_enhancer()
421 L_tmp = gc_thres; in noise_enhancer()