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

/external/aac/libAACenc/src/
H A Dchannel_map.cpp359 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits;
367 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits;
370 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits;
371 hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].relativeBits;
384 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits;
385 hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].relativeBits;
386 hQC->elementBits[2]->relativeBitsEl = cm->elInfo[2].relativeBits;
402 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits;
403 hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].relativeBits;
404 hQC->elementBits[2]->relativeBitsEl
[all...]
H A Dqc_data.h245 FIXP_DBL relativeBitsEl; /* Bits relative to total Bits*/ member in struct:__anon304
H A Dqc_main.cpp522 qcElement[i]->grantedDynBits = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)codeBits);
773 hQC->elementBits[i]->bitResLevelEl = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)(totalBitreservoir<<sc_bitResTot))>>sc_bitResTot;
776 hQC->elementBits[i]->maxBitResBitsEl = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)(totalBitreservoirMax<<sc_bitResTotMax))>>sc_bitResTotMax;

Completed in 135 milliseconds