Searched refs:celt_encode_with_ec (Results 1 – 3 of 3) sorted by relevance
/external/libopus/celt/ |
D | celt.h | 123 int celt_encode_with_ec(OpusCustomEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_siz…
|
D | celt_encoder.c | 1248 int celt_encode_with_ec(CELTEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, uns… in celt_encode_with_ec() function 2111 return celt_encode_with_ec(st, pcm, frame_size, compressed, nbCompressedBytes, NULL); in opus_custom_encode() 2131 ret=celt_encode_with_ec(st,in,frame_size,compressed,nbCompressedBytes, NULL); in opus_custom_encode_float() 2158 ret = celt_encode_with_ec(st,in,frame_size,compressed,nbCompressedBytes, NULL); in opus_custom_encode() 2169 return celt_encode_with_ec(st, pcm, frame_size, compressed, nbCompressedBytes, NULL); in opus_custom_encode_float()
|
/external/libopus/src/ |
D | opus_encoder.c | 1819 …err = celt_encode_with_ec(celt_enc, pcm_buf, st->Fs/200, data+nb_compr_bytes, redundancy_bytes, NU… in opus_encode_native() 1839 celt_encode_with_ec(celt_enc, tmp_prefill, st->Fs/400, dummy, 2, NULL); in opus_encode_native() 1845 ret = celt_encode_with_ec(celt_enc, pcm_buf, frame_size, NULL, nb_compr_bytes, &enc); in opus_encode_native() 1868 celt_encode_with_ec(celt_enc, pcm_buf+st->channels*(frame_size-N2-N4), N4, dummy, 2, NULL); in opus_encode_native() 1870 …err = celt_encode_with_ec(celt_enc, pcm_buf+st->channels*(frame_size-N2), N2, data+nb_compr_bytes,… in opus_encode_native()
|