Searched refs:relativeBits (Results 1 - 4 of 4) sorted by relevance

/external/aac/libAACenc/src/
H A Dchannel_map.cpp194 elInfo->relativeBits = relBits;
388 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits;
396 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits;
399 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits;
400 hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].relativeBits;
401 FIXP_DBL sceRate = cm->elInfo[0].relativeBits;
402 FIXP_DBL cpeRate = cm->elInfo[1].relativeBits;
415 hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits;
416 hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].relativeBits;
417 hQC->elementBits[2]->relativeBitsEl = cm->elInfo[2].relativeBits;
[all...]
H A Dqc_data.h132 FIXP_DBL relativeBits; member in struct:__anon322
H A Daacenc_lib.cpp698 fMultIfloor(channelMapping->elInfo[el].relativeBits, bitRate);
776 cm.elInfo[e].relativeBits));
783 cm.elInfo[e].relativeBits));
H A Dadj_thr.cpp2534 const FIXP_DBL relativeBits = channelMapping->elInfo[i].relativeBits; local
2537 (relativeBits != (FIXP_DBL)MAXVAL_DBL)
2538 ? (INT)fMultNorm(relativeBits, (FIXP_DBL)totalBitrate)

Completed in 364 milliseconds