Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/amrwb/dec/src/
H A Dwb_syn_filt.cpp280 int64 sig_tmp; in Syn_filt_32() local
281 sig_tmp = (int64)L_tmp1 + (int32)(exc[(i<<1)] << a0); in Syn_filt_32()
282 L_tmp1 = (int32)(sig_tmp - (L_tmp2 << 1)); in Syn_filt_32()
298 sig_tmp = (int64)L_tmp3 + (int32)(exc[(i<<1)+1] << a0); in Syn_filt_32()
299 L_tmp3 = (int32)(sig_tmp - (L_tmp4 << 1)); in Syn_filt_32()