Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdec_drc.cpp330 int bottomQmf, topQmf; in sbrDecoder_drcApplySlot() local
340 topQmf = fMultIfloor((FIXP_DBL)0x4444445, topMdct); in sbrDecoder_drcApplySlot()
342 topMdct = 30 * topQmf; in sbrDecoder_drcApplySlot()
348 topQmf = topMdct >> 5; in sbrDecoder_drcApplySlot()
352 topQmf = (64); in sbrDecoder_drcApplySlot()
355 for (bin = bottomQmf; bin < topQmf; bin++) { in sbrDecoder_drcApplySlot()
429 topQmf = fMultIfloor(invFrameSizeDiv8, in sbrDecoder_drcApplySlot()
434 topQmf = (64); in sbrDecoder_drcApplySlot()
439 if (topQmf == 0) { in sbrDecoder_drcApplySlot()
448 topQmf = (64); in sbrDecoder_drcApplySlot()
[all …]