Searched refs:lpc_body (Results 1 – 1 of 1) sorted by relevance
516 float lpc_leadin[16], lpc_body[16], residual[SILK_MAX_LAG + SILK_HISTORY]; in silk_decode_frame() local592 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()