Searched refs:celt_encode_with_ec (Results 1 – 4 of 4) sorted by relevance
/external/libopus/ |
D | libopus_blacklist.txt | 5 fun:celt_encode_with_ec
|
/external/libopus/celt/ |
D | celt.h | 138 int celt_encode_with_ec(OpusCustomEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_siz…
|
D | celt_encoder.c | 1408 int celt_encode_with_ec(CELTEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, uns… in celt_encode_with_ec() function 2344 return celt_encode_with_ec(st, pcm, frame_size, compressed, nbCompressedBytes, NULL); in opus_custom_encode() 2364 ret=celt_encode_with_ec(st,in,frame_size,compressed,nbCompressedBytes, NULL); in opus_custom_encode_float() 2391 ret = celt_encode_with_ec(st,in,frame_size,compressed,nbCompressedBytes, NULL); in opus_custom_encode() 2402 return celt_encode_with_ec(st, pcm, frame_size, compressed, nbCompressedBytes, NULL); in opus_custom_encode_float()
|
/external/libopus/src/ |
D | opus_encoder.c | 2048 …err = celt_encode_with_ec(celt_enc, pcm_buf, st->Fs/200, data+nb_compr_bytes, redundancy_bytes, NU… in opus_encode_native() 2068 celt_encode_with_ec(celt_enc, tmp_prefill, st->Fs/400, dummy, 2, NULL); in opus_encode_native() 2078 ret = celt_encode_with_ec(celt_enc, pcm_buf, frame_size, NULL, nb_compr_bytes, &enc); in opus_encode_native() 2115 celt_encode_with_ec(celt_enc, pcm_buf+st->channels*(frame_size-N2-N4), N4, dummy, 2, NULL); in opus_encode_native() 2117 …err = celt_encode_with_ec(celt_enc, pcm_buf+st->channels*(frame_size-N2), N2, data+nb_compr_bytes,… in opus_encode_native()
|