Home
last modified time | relevance | path

Searched refs:nbCompressedBytes (Results 1 – 2 of 2) sorted by relevance

/external/libopus/celt/
Dcelt_encoder.c1408 …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()
[all …]
Dcelt.h138 …st opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc…