Lines Matching refs:relativeBits
232 elInfo->relativeBits = relBits; in FDKaacEnc_initElement()
359 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()
372 FIXP_DBL sceRate = cm->elInfo[0].relativeBits; in FDKaacEnc_InitElementBits()
373 FIXP_DBL cpeRate = 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()
387 FIXP_DBL sce1Rate = cm->elInfo[0].relativeBits; in FDKaacEnc_InitElementBits()
388 FIXP_DBL cpeRate = cm->elInfo[1].relativeBits; in FDKaacEnc_InitElementBits()
389 FIXP_DBL sce2Rate = 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()
405 FIXP_DBL sceRate = cm->elInfo[0].relativeBits; in FDKaacEnc_InitElementBits()
406 FIXP_DBL cpe1Rate = cm->elInfo[1].relativeBits; in FDKaacEnc_InitElementBits()
407 FIXP_DBL cpe2Rate = cm->elInfo[2].relativeBits; in FDKaacEnc_InitElementBits()
421 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits; in FDKaacEnc_InitElementBits()
422 hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].relativeBits; in FDKaacEnc_InitElementBits()
423 hQC->elementBits[2]->relativeBitsEl = cm->elInfo[2].relativeBits; in FDKaacEnc_InitElementBits()
424 hQC->elementBits[3]->relativeBitsEl = cm->elInfo[3].relativeBits; in FDKaacEnc_InitElementBits()
425 FIXP_DBL sceRate = cm->elInfo[0].relativeBits; in FDKaacEnc_InitElementBits()
426 FIXP_DBL cpe1Rate = cm->elInfo[1].relativeBits; in FDKaacEnc_InitElementBits()
427 FIXP_DBL cpe2Rate = cm->elInfo[2].relativeBits; in FDKaacEnc_InitElementBits()
428 FIXP_DBL lfeRate = cm->elInfo[3].relativeBits; in FDKaacEnc_InitElementBits()
459 FIXP_DBL sceRate = hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits; in FDKaacEnc_InitElementBits()
460 FIXP_DBL cpe1Rate = hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].relativeBits; in FDKaacEnc_InitElementBits()
461 FIXP_DBL cpe2Rate = hQC->elementBits[2]->relativeBitsEl = cm->elInfo[2].relativeBits; in FDKaacEnc_InitElementBits()
462 … FIXP_DBL cpe3Rate = hQC->elementBits[cpe3Idx]->relativeBitsEl = cm->elInfo[cpe3Idx].relativeBits; in FDKaacEnc_InitElementBits()
463 FIXP_DBL lfeRate = hQC->elementBits[lfeIdx]->relativeBitsEl = cm->elInfo[lfeIdx].relativeBits; in FDKaacEnc_InitElementBits()