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 359 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 = cm->elInfo[2].relativeBits
    [all...]
qc_data.h 245 FIXP_DBL relativeBitsEl; /* Bits relative to total Bits*/
qc_main.cpp 522 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;
    [all...]

Completed in 62 milliseconds