rockbox/lib/rbcodec/codecs/libopus/silk
Frederik M J Vestre 1b8e3801b2 Initial opus codec support
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>
2012-09-20 20:47:44 +02:00
..
API.h
bwexpander.c
bwexpander_32.c
CNG.c
code_signs.c
control.h
dec_API.c
decode_core.c
decode_frame.c Initial opus codec support 2012-09-20 20:47:44 +02:00
decode_indices.c
decode_parameters.c
decode_pitch.c
decode_pulses.c
decoder_set_fs.c
define.h
errors.h
gain_quant.c Initial opus codec support 2012-09-20 20:47:44 +02:00
init_decoder.c
Inlines.h
lin2log.c
log2lin.c
LPC_analysis_filter.c
LPC_inv_pred_gain.c
MacroCount.h Initial opus codec support 2012-09-20 20:47:44 +02:00
MacroDebug.h
macros.h
main.h
NLSF2A.c
NLSF_decode.c
NLSF_stabilize.c
NLSF_unpack.c
NLSF_VQ_weights_laroia.c
pitch_est_defines.h
pitch_est_tables.c
PLC.c
PLC.h Initial opus codec support 2012-09-20 20:47:44 +02:00
resampler.c
resampler_private.h
resampler_private_AR2.c
resampler_private_down_FIR.c
resampler_private_IIR_FIR.c
resampler_private_up2_HQ.c
resampler_rom.c
resampler_rom.h Initial opus codec support 2012-09-20 20:47:44 +02:00
resampler_structs.h
shell_coder.c
SigProc_FIX.h
sort.c
stereo_decode_pred.c
stereo_MS_to_LR.c
structs.h
sum_sqr_shift.c
table_LSF_cos.c
tables.h
tables_gain.c
tables_LTP.c
tables_NLSF_CB_NB_MB.c
tables_NLSF_CB_WB.c
tables_other.c
tables_pitch_lag.c
tables_pulses_per_block.c
typedef.h