Lines Matching defs:bitsBandT
71 int bitsBandT[BANDS]; ///< how many bits per codeword in band
536 chctx->bitsBandT[j] = cwlen;
557 chctx->CWlengthT[j] = chctx->bitsBandT[i];
562 workT[i] = (chctx->bitsBandT[i] == 6) ? -1.e20
563 : (chctx->bitsBandT[i] * -2 + chctx->flcoeffs4[i] - 0.415);
584 if (++chctx->bitsBandT[found_indx] == 6)
596 workT[i] = chctx->bitsBandT[i] ? (chctx->bitsBandT[i] * -2 + chctx->flcoeffs4[i] + 1.585)
618 if (!--chctx->bitsBandT[low_indx])
698 workT[i] = (chctx->bitsBandT[i] == 6) ? -1.e20
699 : (chctx->bitsBandT[i] * -2 + chctx->flcoeffs4[i] - 0.415);
717 if (++(chctx->bitsBandT[found_indx]) == 6)
959 chctx->bitsBandT[0] = 5;
968 chctx->bitsBandT[i] = bits;