HomeSort by relevance Sort by last modified time
    Searched refs:relativeBitsEl (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACenc/src/
channel_map.cpp 352 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits;
360 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits;
363 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits;
364 hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].relativeBits;
377 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits;
378 hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].relativeBits;
379 hQC->elementBits[2]->relativeBitsEl = cm->elInfo[2].relativeBits;
395 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits;
396 hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].relativeBits;
397 hQC->elementBits[2]->relativeBitsEl = cm->elInfo[2].relativeBits
    [all...]
qc_data.h 243 FIXP_DBL relativeBitsEl; /* Bits relative to total Bits*/
qc_main.cpp 520 qcElement[i]->grantedDynBits = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)codeBits);
771 hQC->elementBits[i]->bitResLevelEl = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)(totalBitreservoir<<sc_bitResTot))>>sc_bitResTot;
774 hQC->elementBits[i]->maxBitResBitsEl = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)(totalBitreservoirMax<<sc_bitResTotMax))>>sc_bitResTotMax;
    [all...]

Completed in 27 milliseconds