Home
last modified time | relevance | path

Searched refs:QCELP_LSP_OCTAVE_PREDICTOR (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dqcelpdec.c129 predictors[i] * QCELP_LSP_OCTAVE_PREDICTOR + in decode_lspf()
130 (i + 1) * ((1 - QCELP_LSP_OCTAVE_PREDICTOR) / 11); in decode_lspf()
134 erasure_coeff = QCELP_LSP_OCTAVE_PREDICTOR; in decode_lspf()
Dqcelpdata.h541 #define QCELP_LSP_OCTAVE_PREDICTOR 29.0/32 macro