Searched refs:sampleMa (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ilbcdec.c | 535 int16_t *sampleMa = &sampleMaVec[LPC_FILTERORDER]; in state_construct() local 587 filter_mafq12(sampleVal, sampleMa, numerator, LPC_FILTERORDER + 1, len + LPC_FILTERORDER); in state_construct() 588 memset(&sampleMa[len + LPC_FILTERORDER], 0, (len - LPC_FILTERORDER) * 2); in state_construct() 589 filter_arfq12(sampleMa, sampleAr, synt_denum, LPC_FILTERORDER + 1, 2 * len); in state_construct()
|
Completed in 3 milliseconds