Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dqcelpdec.c111 static int decode_lspf(QCELPContext *q, float *lspf) in decode_lspf() function
754 if (decode_lspf(q, quantized_lspf) < 0) { in qcelp_decode_frame()
767 decode_lspf(q, quantized_lspf); in qcelp_decode_frame()
Devrcdec.c282 static int decode_lspf(EVRCContext *e) in decode_lspf() function
788 if (decode_lspf(e) < 0) in evrc_decode_frame()