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

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dadj_thr.h54 const Word16 dynBitsUsed);
H A Dqc_data.h94 Word16 dynBitsUsed; /* for verification purposes */ member in struct:__anon597
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dqc_main.c326 qcOutElement->dynBitsUsed = 0;
375 qcOutElement->dynBitsUsed = qcOutElement->dynBitsUsed + chDynBits;
382 /* save dynBitsUsed for correction of bits2pe relation */
383 AdjThrUpdate(adjThrStateElement, qcOutElement->dynBitsUsed);
389 qcOutElement->dynBitsUsed + qcOutElement->ancBitsUsed);
456 bitsUsed = (qcOut->qcElement.staticBitsUsed + qcOut->qcElement.dynBitsUsed) +
486 qcOut->totDynBitsUsed = qcOut->qcElement.dynBitsUsed;
H A Dadj_thr.c1216 * description: save dynBitsUsed for correction of bits2pe relation
1220 const Word16 dynBitsUsed)
1222 AdjThrStateElement->dynBitsLast = dynBitsUsed;
1219 AdjThrUpdate(ATS_ELEMENT *AdjThrStateElement, const Word16 dynBitsUsed) argument

Completed in 350 milliseconds