Searched refs:nbCompressedBytes (Results 1 – 2 of 2) sorted by relevance
/external/libopus/celt/ |
D | celt_encoder.c | 1248 …st opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc) in celt_encode_with_ec() argument 1320 if (nbCompressedBytes<2 || pcm==NULL) in celt_encode_with_ec() 1372 nbCompressedBytes--; in celt_encode_with_ec() 1379 nbCompressedBytes = IMIN(nbCompressedBytes,1275); in celt_encode_with_ec() 1380 nbAvailableBytes = nbCompressedBytes - nbFilledBytes; in celt_encode_with_ec() 1398 nbCompressedBytes = IMAX(2, IMIN(nbCompressedBytes, in celt_encode_with_ec() 1400 effectiveBytes = nbCompressedBytes; in celt_encode_with_ec() 1407 ec_enc_init(&_enc, compressed, nbCompressedBytes); in celt_encode_with_ec() 1431 nbCompressedBytes = nbFilledBytes+max_allowed; in celt_encode_with_ec() 1433 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…
|