Searched refs:celt_decode_with_ec (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libopus/celt/ |
H A D | celt_decoder.c | 1371 int celt_decode_with_ec(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, function 1386 return celt_decode_with_ec(st, data, len, pcm, frame_size, NULL, 0); 1403 ret=celt_decode_with_ec(st, data, len, out, frame_size, NULL, 0); 1417 return celt_decode_with_ec(st, data, len, pcm, frame_size, NULL, 0); 1433 ret=celt_decode_with_ec(st, data, len, out, frame_size, NULL, 0);
|
H A D | celt.h | 163 int celt_decode_with_ec(OpusCustomDecoder * OPUS_RESTRICT st, const unsigned char *data,
|
/aosp_15_r20/external/libopus/ |
H A D | libopus_blocklist.txt | 3 fun:celt_decode_with_ec
|
/aosp_15_r20/external/libopus/src/ |
H A D | opus_decoder.c | 540 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes, in opus_decode_frame() 573 celt_decode_with_ec(celt_dec, silence, 2, pcm, F2_5, NULL, celt_accum); in opus_decode_frame() 600 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes, redundant_audio, F5, NULL, 0); in opus_decode_frame()
|
/aosp_15_r20/out/soong/.intermediates/external/libopus/libopus/android_arm64_armv8-2a_cortex-a55_shared_apex31/ |
D | libopus.so.toc | 236 231: FUNC GLOBAL DEFAULT 15 celt_decode_with_ec
|