Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdec_drc.cpp315 int bottomQmf, topQmf; in sbrDecoder_drcApplySlot() local
325 topQmf = fMultIfloor((FIXP_DBL)0x4444445, topMdct); in sbrDecoder_drcApplySlot()
327 topMdct = 30 * topQmf; in sbrDecoder_drcApplySlot()
333 topQmf = topMdct >> 5; in sbrDecoder_drcApplySlot()
337 topQmf = (64); in sbrDecoder_drcApplySlot()
340 for (bin = bottomQmf; bin < topQmf; bin++) { in sbrDecoder_drcApplySlot()
414 topQmf = fMultIfloor(invFrameSizeDiv8, in sbrDecoder_drcApplySlot()
419 topQmf = (64); in sbrDecoder_drcApplySlot()
424 if (topQmf == 0) { in sbrDecoder_drcApplySlot()
433 topQmf = (64); in sbrDecoder_drcApplySlot()
[all …]