Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp547 UCHAR smooth_length = 0; in calculateSbrEnvelope() local
642 smooth_length = 0; /* No smoothing on attacks! */ in calculateSbrEnvelope()
647smooth_length = (1 - hHeaderData->bs_data.smoothingLength) << 2; /* can become either 0 or 4 */ in calculateSbrEnvelope()
1000 if (j-start_pos < smooth_length) in calculateSbrEnvelope()