Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dqcelpdec.c53 typedef struct QCELPContext { struct
78 } QCELPContext; argument
87 QCELPContext *q = avctx->priv_data; in qcelp_decode_init()
111 static int decode_lspf(QCELPContext *q, float *lspf) in decode_lspf()
195 static void decode_gain_and_index(QCELPContext *q, float *gain) in decode_gain_and_index()
309 static void compute_svector(QCELPContext *q, const float *gain, in compute_svector()
467 static void apply_pitch_filters(QCELPContext *q, float *cdn_vector) in apply_pitch_filters()
564 static void interpolate_lpc(QCELPContext *q, const float *curr_lspf, in interpolate_lpc()
621 QCELPContext *q = avctx->priv_data; in determine_bitrate()
654 static void postfilter(QCELPContext *q, float *samples, float *lpc) in postfilter()
[all …]