Lines Matching refs:dynBitsUsed
695 *sumDynBitsConsumed += qcElement[i]->dynBitsUsed;
739 dataBits += qcElement[c][i]->dynBitsUsed + qcElement[c][i]->staticBitsUsed + qcElement[c][i]->extBitsUsed;
1048 qcElement[c][i]->dynBitsUsed = 0 ; /* reset dynamic bits */
1073 qcElement[c][i]->dynBitsUsed += chDynBits;
1076 /* save dynBitsUsed for correction of bits2pe relation */
1078 hQC->hAdjThr->adjThrStateElem[i]->dynBitsLast = qcElement[c][i]->dynBitsUsed;
1202 if (qcOutElement->dynBitsUsed==0) {
1207 if ( (bitsToSave = fixMax((qcOutElement->dynBitsUsed + 8) - (elBits->bitResLevelEl + qcOutElement->grantedDynBits),
1208 dynBitsUsed + qcOutElement->staticBitsUsed + 8) - (elBits->maxBitsEl))) > 0 )