Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dalsdec.c521 static void parcor_to_lpc(unsigned int k, const int32_t *par, int32_t *cof) in parcor_to_lpc() function
957 parcor_to_lpc(smp, quant_cof, lpc_cof); in decode_var_block_data()
961 parcor_to_lpc(k, quant_cof, lpc_cof); in decode_var_block_data()