Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dchannel_map.cpp359 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits; in FDKaacEnc_InitElementBits()
367 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits; in FDKaacEnc_InitElementBits()
370 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits; in FDKaacEnc_InitElementBits()
371 hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].relativeBits; in FDKaacEnc_InitElementBits()
384 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits; in FDKaacEnc_InitElementBits()
385 hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].relativeBits; in FDKaacEnc_InitElementBits()
386 hQC->elementBits[2]->relativeBitsEl = cm->elInfo[2].relativeBits; in FDKaacEnc_InitElementBits()
402 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits; in FDKaacEnc_InitElementBits()
403 hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].relativeBits; in FDKaacEnc_InitElementBits()
404 hQC->elementBits[2]->relativeBitsEl = cm->elInfo[2].relativeBits; in FDKaacEnc_InitElementBits()
[all …]
Dqc_data.h245 FIXP_DBL relativeBitsEl; /* Bits relative to total Bits*/ member
Dqc_main.cpp526 …qcElement[i]->grantedDynBits = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)codeBits… in FDKaacEnc_distributeElementDynBits()
777 …hQC->elementBits[i]->bitResLevelEl = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)(to… in FDKaacEnc_BitResRedistribution()
780 …hQC->elementBits[i]->maxBitResBitsEl = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)(… in FDKaacEnc_BitResRedistribution()