1b8e3801b2
Synchronised with opus repo on github (https://github.com/freqmod/rockbox-opus) Status: * Seeking ported from speex, but fails on some cases (e.g. seek to granule 0) * ReplayGain parsing needs to be reworked, we do vorbis-style replaygain now. http://wiki.xiph.org/OggOpus#Comment_Header explicitly forbids these in favour of R128_TRACK_GAIN tag. * No optimisation yet, source files still nearly identical to opus upstream * Multi-stream opus files may not be parsed correctly Change-Id: Ia66f1027dc1d288083e3c57b2816700078376f9a Reviewed-on: http://gerrit.rockbox.org/300 Reviewed-by: Bertrik Sikken <bertrik@sikken.nl> Tested-by: Bertrik Sikken <bertrik@sikken.nl>
70 lines
1.3 KiB
Text
70 lines
1.3 KiB
Text
/* CELT sources */
|
|
celt/bands.c
|
|
celt/celt.c
|
|
celt/celt_lpc.c
|
|
celt/cwrs.c
|
|
celt/entcode.c
|
|
celt/entdec.c
|
|
celt/entenc.c
|
|
celt/kiss_fft.c
|
|
celt/laplace.c
|
|
celt/mathops.c
|
|
celt/mdct.c
|
|
celt/modes.c
|
|
celt/pitch.c
|
|
celt/quant_bands.c
|
|
celt/rate.c
|
|
celt/vq.c
|
|
|
|
/* SILK sources */
|
|
silk/bwexpander_32.c
|
|
silk/bwexpander.c
|
|
silk/CNG.c
|
|
silk/code_signs.c
|
|
silk/dec_API.c
|
|
silk/decode_core.c
|
|
silk/decode_frame.c
|
|
silk/decode_indices.c
|
|
silk/decode_parameters.c
|
|
silk/decode_pitch.c
|
|
silk/decode_pulses.c
|
|
silk/decoder_set_fs.c
|
|
silk/gain_quant.c
|
|
silk/init_decoder.c
|
|
silk/lin2log.c
|
|
silk/log2lin.c
|
|
silk/LPC_analysis_filter.c
|
|
silk/LPC_inv_pred_gain.c
|
|
silk/NLSF2A.c
|
|
silk/NLSF_decode.c
|
|
silk/NLSF_stabilize.c
|
|
silk/NLSF_unpack.c
|
|
silk/NLSF_VQ_weights_laroia.c
|
|
silk/pitch_est_tables.c
|
|
silk/PLC.c
|
|
silk/resampler.c
|
|
silk/resampler_private_AR2.c
|
|
silk/resampler_private_down_FIR.c
|
|
silk/resampler_private_IIR_FIR.c
|
|
silk/resampler_private_up2_HQ.c
|
|
silk/resampler_rom.c
|
|
silk/shell_coder.c
|
|
silk/sort.c
|
|
silk/stereo_decode_pred.c
|
|
silk/stereo_MS_to_LR.c
|
|
silk/sum_sqr_shift.c
|
|
silk/table_LSF_cos.c
|
|
silk/tables_gain.c
|
|
silk/tables_LTP.c
|
|
silk/tables_NLSF_CB_NB_MB.c
|
|
silk/tables_NLSF_CB_WB.c
|
|
silk/tables_other.c
|
|
silk/tables_pitch_lag.c
|
|
silk/tables_pulses_per_block.c
|
|
|
|
/* OPUS sources */
|
|
opus_decoder.c
|
|
opus_header.c
|
|
|
|
/* OGG sources */
|
|
ogg/framing.c
|