Home
last modified time | relevance | path

Searched defs:lsfq (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dg729dec.c114 int16_t lsfq[10]; ///< (2.13) quantized LSF coefficients from previous frame member
199 static void lsf_decode(int16_t* lsfq, int16_t* past_quantizer_outputs[MA_NP + 1], in lsf_decode()
240 static void lsf_restore_from_previous(int16_t* lsfq, in lsf_restore_from_previous()
Dlsp.c33 void ff_acelp_reorder_lsf(int16_t* lsfq, int lsfq_min_distance, int lsfq_min, int lsfq_max, int lp_… in ff_acelp_reorder_lsf()