Home | History | Annotate | Download | only in src

Lines Matching full:relativebits

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