Lines Matching refs:nBits
99 opus_int32 seed_copy, nBits, nBits_lower, nBits_upper, gainMult_lower, gainMult_upper; in silk_encode_frame_FLP() local
180 nBits = nBits_lower; in silk_encode_frame_FLP()
182 nBits = nBits_upper; in silk_encode_frame_FLP()
213 nBits = ec_tell( psRangeEnc ); in silk_encode_frame_FLP()
216 if ( iter == maxIter && !found_lower && nBits > maxBits ) { in silk_encode_frame_FLP()
239 nBits = ec_tell( psRangeEnc ); in silk_encode_frame_FLP()
242 if( useCBR == 0 && iter == 0 && nBits <= maxBits ) { in silk_encode_frame_FLP()
248 if( found_lower && ( gainsID == gainsID_lower || nBits > maxBits ) ) { in silk_encode_frame_FLP()
259 if( nBits > maxBits ) { in silk_encode_frame_FLP()
269 nBits_upper = nBits; in silk_encode_frame_FLP()
273 } else if( nBits < maxBits - 5 ) { in silk_encode_frame_FLP()
275 nBits_lower = nBits; in silk_encode_frame_FLP()
291 if ( !found_lower && nBits > maxBits ) { in silk_encode_frame_FLP()
308 if( nBits > maxBits ) { in silk_encode_frame_FLP()
316 …gain_factor_Q16 = silk_log2lin( silk_LSHIFT( nBits - maxBits, 7 ) / psEnc->sCmn.frame_length + SIL… in silk_encode_frame_FLP()