Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp1764 int tone_count = 0; in adjustTimeSlot_EldGrid() local
1807 if (k > 0 && k < noSubbands - 1 && tone_count < 16) { in adjustTimeSlot_EldGrid()
1811 if (k == noSubbands - 1 && tone_count < 16) { in adjustTimeSlot_EldGrid()
1821 tone_count++; in adjustTimeSlot_EldGrid()
1856 int tone_count = 0; in adjustTimeSlotLC() local
1877 if (sineLevel!=FL2FXCONST_DBL(0.0f)) tone_count++; in adjustTimeSlotLC()
1947 if (*pSineLevel++!=FL2FXCONST_DBL(0.0f)) tone_count++; in adjustTimeSlotLC()
1956 if (tone_count <= 16) { in adjustTimeSlotLC()
1974 if (pSineLevel[0]!=FL2FXCONST_DBL(0.0f)) tone_count++; in adjustTimeSlotLC()
1987 if(tone_count <= 16){ in adjustTimeSlotLC()