Searched refs:h1_sf0 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcod_amr.cpp841 Word16 h1_sf0[L_SUBFR]; // The impulse response of sf0
1065 Copy (st->h1, h1_sf0, L_SUBFR);
1145 Convolve(&st->exc[i_subfr_sf0], h1_sf0, y1, L_SUBFR);
1244 Word16 h1_sf0[L_SUBFR]; /* The impulse response of sf0 */ local
1475 memcpy(h1_sf0, st->h1, L_SUBFR*sizeof(Word16));
1561 Convolve(&st->exc[i_subfr_sf0], h1_sf0, y1, L_SUBFR);

Completed in 41 milliseconds