Searched refs:nbCompressedBytes (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_encoder.c1248 int celt_encode_with_ec(CELTEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc) argument
1320 if (nbCompressedBytes<2 || pcm==NULL)
1372 nbCompressedBytes--;
1379 nbCompressedBytes = IMIN(nbCompressedBytes,1275);
1380 nbAvailableBytes = nbCompressedBytes - nbFilledBytes;
1398 nbCompressedBytes = IMAX(2, IMIN(nbCompressedBytes,
1400 effectiveBytes = nbCompressedBytes;
1407 ec_enc_init(&_enc, compressed, nbCompressedBytes);
2109 opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) argument
2115 opus_custom_encode_float(CELTEncoder * OPUS_RESTRICT st, const float * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) argument
2142 opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) argument
2167 opus_custom_encode_float(CELTEncoder * OPUS_RESTRICT st, const float * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) argument
[all...]
H A Dcelt.h123 int celt_encode_with_ec(OpusCustomEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc);
/external/libopus/celt/
H A Dcelt_encoder.c1248 int celt_encode_with_ec(CELTEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc) argument
1320 if (nbCompressedBytes<2 || pcm==NULL)
1372 nbCompressedBytes--;
1379 nbCompressedBytes = IMIN(nbCompressedBytes,1275);
1380 nbAvailableBytes = nbCompressedBytes - nbFilledBytes;
1398 nbCompressedBytes = IMAX(2, IMIN(nbCompressedBytes,
1400 effectiveBytes = nbCompressedBytes;
1407 ec_enc_init(&_enc, compressed, nbCompressedBytes);
2109 opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) argument
2115 opus_custom_encode_float(CELTEncoder * OPUS_RESTRICT st, const float * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) argument
2142 opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) argument
2167 opus_custom_encode_float(CELTEncoder * OPUS_RESTRICT st, const float * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) argument
[all...]
H A Dcelt.h123 int celt_encode_with_ec(OpusCustomEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc);

Completed in 97 milliseconds