Home
last modified time | relevance | path

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

/dports/net/asterisk-g72x/asterisk-g72x-1.4.3/ipp/
H A Ddecg729.c1048 Ipp16s tmp, g0Val, temp, ACFval0, ACFval1; in Post_G729Base() local
1071 ACFval0 = (Ipp16s)(irACF[0]>>16); in Post_G729Base()
1073 if( ACFval0 < Abs_16s(ACFval1) || status) { in Post_G729Base()
1076 tmp = (Ipp16s)((Abs_16s(ACFval1)<<15)/ACFval0); in Post_G729Base()
1188 Ipp16s tmp, g0Val, temp, ACFval0, ACFval1; in Post_G729I() local
1209 ACFval0 = (Ipp16s)(irACF[0]>>16); in Post_G729I()
1211 if( ACFval0 < Abs_16s(ACFval1) || status) { in Post_G729I()
1214 tmp = (Ipp16s)((Abs_16s(ACFval1)<<15)/ACFval0); in Post_G729I()