Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dopus_silk.c307 int *lpc_order, int *has_lpc_leadin, int voiced) in silk_decode_lpc() argument
374 *has_lpc_leadin = 0; in silk_decode_lpc()
378 *has_lpc_leadin = 1; in silk_decode_lpc()
517 int has_lpc_leadin; in silk_decode_frame() local
592 silk_decode_lpc(s, frame, rc, lpc_leadin, lpc_body, &order, &has_lpc_leadin, voiced); in silk_decode_frame()
676 const float * lpc_coeff = (i < 2 && has_lpc_leadin) ? lpc_leadin : lpc_body; in silk_decode_frame()