Lines Matching refs:nbCompressedBytes

1408 …st opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc)  in celt_encode_with_ec()  argument
1490 if (nbCompressedBytes<2 || pcm==NULL) in celt_encode_with_ec()
1544 nbCompressedBytes--; in celt_encode_with_ec()
1551 nbCompressedBytes = IMIN(nbCompressedBytes,1275); in celt_encode_with_ec()
1552 nbAvailableBytes = nbCompressedBytes - nbFilledBytes; in celt_encode_with_ec()
1570 nbCompressedBytes = IMAX(2, IMIN(nbCompressedBytes, in celt_encode_with_ec()
1572 effectiveBytes = nbCompressedBytes - nbFilledBytes; in celt_encode_with_ec()
1574 equiv_rate = ((opus_int32)nbCompressedBytes*8*50 >> (3-LM)) - (40*C+20)*((400>>LM) - 50); in celt_encode_with_ec()
1580 ec_enc_init(&_enc, compressed, nbCompressedBytes); in celt_encode_with_ec()
1604 nbCompressedBytes = nbFilledBytes+max_allowed; in celt_encode_with_ec()
1606 ec_enc_shrink(enc, nbCompressedBytes); in celt_encode_with_ec()
1610 total_bits = nbCompressedBytes*8; in celt_encode_with_ec()
1639 effectiveBytes=nbCompressedBytes=IMIN(nbCompressedBytes, nbFilledBytes+2); in celt_encode_with_ec()
1640 total_bits=nbCompressedBytes*8; in celt_encode_with_ec()
1642 ec_enc_shrink(enc, nbCompressedBytes); in celt_encode_with_ec()
1646 tell = nbCompressedBytes*8; in celt_encode_with_ec()
2065 nbCompressedBytes = IMIN(nbCompressedBytes,1275>>(3-LM)); in celt_encode_with_ec()
2112 nbAvailableBytes = IMIN(nbCompressedBytes,nbAvailableBytes); in celt_encode_with_ec()
2159 nbCompressedBytes = IMIN(nbCompressedBytes,nbAvailableBytes); in celt_encode_with_ec()
2162 ec_enc_shrink(enc, nbCompressedBytes); in celt_encode_with_ec()
2171 bits = (((opus_int32)nbCompressedBytes*8)<<BITRES) - ec_tell_frac(enc) - 1; in celt_encode_with_ec()
2208 dual_stereo, st->intensity, tf_res, nbCompressedBytes*(8<<BITRES)-anti_collapse_rsv, in celt_encode_with_ec()
2219 …alise(mode, start, end, oldBandE, error, fine_quant, fine_priority, nbCompressedBytes*8-ec_tell(en… in celt_encode_with_ec()
2328 nbCompressedBytes++; in celt_encode_with_ec()
2335 return nbCompressedBytes; in celt_encode_with_ec()
2342 …TRICT st, const opus_int16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) in opus_custom_encode() argument
2344 return celt_encode_with_ec(st, pcm, frame_size, compressed, nbCompressedBytes, NULL); in opus_custom_encode()
2348 …S_RESTRICT st, const float * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) in opus_custom_encode_float() argument
2364 ret=celt_encode_with_ec(st,in,frame_size,compressed,nbCompressedBytes, NULL); in opus_custom_encode_float()
2375 …TRICT st, const opus_int16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) in opus_custom_encode() argument
2391 ret = celt_encode_with_ec(st,in,frame_size,compressed,nbCompressedBytes, NULL); in opus_custom_encode()
2400 …S_RESTRICT st, const float * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) in opus_custom_encode_float() argument
2402 return celt_encode_with_ec(st, pcm, frame_size, compressed, nbCompressedBytes, NULL); in opus_custom_encode_float()