Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/amrwb/dec/src/
Doversamp_12k8_to_16k.cpp282 const int16 *pt_fir = fir; in AmrWbInterpol() local
292 L_sum = fxp_mac_16by16(tmp1, *(pt_fir++), 0x00002000L); in AmrWbInterpol()
293 L_sum = fxp_mac_16by16(tmp2, *(pt_fir++), L_sum); in AmrWbInterpol()
294 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum); in AmrWbInterpol()
295 L_sum = fxp_mac_16by16(tmp4, *(pt_fir++), L_sum); in AmrWbInterpol()
300 L_sum = fxp_mac_16by16(tmp1, *(pt_fir++), L_sum); in AmrWbInterpol()
301 L_sum = fxp_mac_16by16(tmp2, *(pt_fir++), L_sum); in AmrWbInterpol()
302 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum); in AmrWbInterpol()
303 L_sum = fxp_mac_16by16(tmp4, *(pt_fir++), L_sum); in AmrWbInterpol()
308 L_sum = fxp_mac_16by16(tmp1, *(pt_fir++), L_sum); in AmrWbInterpol()
[all …]