Searched refs:sampleMa (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ilbcdec.c | 533 int16_t *sampleMa = &sampleMaVec[LPC_FILTERORDER]; in state_construct() local 585 filter_mafq12(sampleVal, sampleMa, numerator, LPC_FILTERORDER + 1, len + LPC_FILTERORDER); in state_construct() 586 memset(&sampleMa[len + LPC_FILTERORDER], 0, (len - LPC_FILTERORDER) * 2); in state_construct() 587 filter_arfq12(sampleMa, sampleAr, synt_denum, LPC_FILTERORDER + 1, 2 * len); in state_construct()
|