Home
last modified time | relevance | path

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

/external/aac/libFDK/src/arm/
Dqmf_arm.cpp592 const FIXP_DBL max_neg = (FIXP_DBL) 0xFFFF8001 << scale; in qmfSynPrototypeFirSlot2() local
596 const FIXP_DBL max_neg = (FIXP_DBL) 0x80000001 >> scale; in qmfSynPrototypeFirSlot2() local
619 if (result1 < max_neg) result1 = max_neg; in qmfSynPrototypeFirSlot2()
630 if (result2 < max_neg) result2 = max_neg; in qmfSynPrototypeFirSlot2()
644 if (result1 < max_neg) result1 = max_neg; in qmfSynPrototypeFirSlot2()
655 if (result2 < max_neg) result2 = max_neg; in qmfSynPrototypeFirSlot2()
673 if (result1 < max_neg) result1 = max_neg; in qmfSynPrototypeFirSlot2()
683 if (result2 < max_neg) result2 = max_neg; in qmfSynPrototypeFirSlot2()
695 if (result1 < max_neg) result1 = max_neg; in qmfSynPrototypeFirSlot2()
705 if (result2 < max_neg) result2 = max_neg; in qmfSynPrototypeFirSlot2()