Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dusacdec_lpd.cpp886 INT pitch_e; in find_mpitch() local
902 pitch = fDivNorm((FIXP_DBL)lg << 1, (FIXP_DBL)n, &pitch_e); in find_mpitch()
903 pitch >>= fixMax(0, DFRACT_BITS - 1 - pitch_e - 16); in find_mpitch()