Searched refs:nbCompressedBytes (Results 1 – 2 of 2) sorted by relevance
/external/libopus/celt/ |
D | celt_encoder.c | 1314 …st opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc) in celt_encode_with_ec() argument 1390 if (nbCompressedBytes<2 || pcm==NULL) in celt_encode_with_ec() 1442 nbCompressedBytes--; in celt_encode_with_ec() 1449 nbCompressedBytes = IMIN(nbCompressedBytes,1275); in celt_encode_with_ec() 1450 nbAvailableBytes = nbCompressedBytes - nbFilledBytes; in celt_encode_with_ec() 1468 nbCompressedBytes = IMAX(2, IMIN(nbCompressedBytes, in celt_encode_with_ec() 1470 effectiveBytes = nbCompressedBytes; in celt_encode_with_ec() 1477 ec_enc_init(&_enc, compressed, nbCompressedBytes); in celt_encode_with_ec() 1501 nbCompressedBytes = nbFilledBytes+max_allowed; in celt_encode_with_ec() 1503 ec_enc_shrink(enc, nbCompressedBytes); in celt_encode_with_ec() [all …]
|
D | celt.h | 123 …st opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc…
|