HomeSort by relevance Sort by last modified time
    Searched refs:L_tmp3 (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
wb_syn_filt.cpp 140 int32 L_tmp3;
155 L_tmp3 = -((int32)x[(i<<2)+2] << 11);
172 L_tmp3 = fxp_mac_16by16(yy[(i<<2)+1 - j], a[j+1], L_tmp3);
174 L_tmp3 = fxp_mac_16by16(yy[(i<<2)+2 - j], a[j ], L_tmp3);
180 L_tmp3 = fxp_mac_16by16(yy[(i<<2)+2 - j], a[j], L_tmp3);
193 L_tmp3 = fxp_mac_16by16(yy[(i<<2) - 1], a[3], L_tmp3);
    [all...]
band_pass_6k_7k.cpp 159 int32 L_tmp3;
177 L_tmp3 = 0x00004000;
182 L_tmp3 -= ((int32)x[(i<<2)+L_FIR+2] << 5);
187 L_tmp3 -= ((int32)x[(i<<2)+2] << 5);
201 L_tmp3 = fxp_mac_16by16(tmp3, fir_6k_7k[j ], L_tmp3);
209 L_tmp3 = fxp_mac_16by16(tmp1, fir_6k_7k[j+1], L_tmp3);
213 L_tmp3 = fxp_mac_16by16(tmp2, fir_6k_7k[j+2], L_tmp3);
    [all...]
low_pass_filt_7k.cpp 152 int32 L_tmp3;
166 L_tmp3 = fxp_mac_16by16(x[(i<<2)+2] + signal[(i<<2)+2], fir_7k[0], 0x00004000);
181 L_tmp3 = fxp_mac_16by16(tmp3, fir_7k[j ], L_tmp3);
189 L_tmp3 = fxp_mac_16by16(tmp1, fir_7k[j+1], L_tmp3);
193 L_tmp3 = fxp_mac_16by16(tmp2, fir_7k[j+2], L_tmp3);
199 L_tmp3 = fxp_mac_16by16(tmp1, fir_7k[j+3], L_tmp3);
    [all...]

Completed in 109 milliseconds