Home | History | Annotate | Download | only in celt

Lines Matching defs:bits

987          /* For CBR and non-transient CVBR frames, limit dynalloc to 1/4 of the bits */
1086 /*This block is not gated by a total bits check only because
1139 /* The target rate in 8th bits per frame */
1170 /* Maximum fraction of the bits we can save if the signal is mono. */
1251 opus_int32 bits;
1416 correctly if we don't have enough bits. */
1471 /* Pretend we've filled all the remaining bits with zeros
1500 /*This block is not gated by a total bits check only because
1783 /* quanta is 6 bits, but no more than 1 bit/sample
1841 /* The target rate in 8th bits per frame */
1864 result in the encoder running out of bits.
1896 /* How many bits have we used in excess of what we're allowed */
1920 /* This moves the raw bits to take into account the new compressed size */
1929 /* bits = packet size - where we are - safety*/
1930 bits = (((opus_int32)nbCompressedBytes*8)<<BITRES) - ec_tell_frac(enc) - 1;
1931 anti_collapse_rsv = isTransient&&LM>=2&&bits>=((LM+2)<<BITRES) ? (1<<BITRES) : 0;
1932 bits -= anti_collapse_rsv;
1954 alloc_trim, &st->intensity, &dual_stereo, bits, &balance, pulses,