Home | History | Annotate | Download | only in src

Lines Matching defs:L_tmp

142     int32 L_tmp;
192 L_tmp = mul_16by16_to_int32(mean_isf[i], 8192);
195 L_tmp = mac_16by16_to_int32(L_tmp, isf_buf[j * M + i], 8192);
197 ref_isf[i] = amr_wb_round(L_tmp);
238 int32 L_tmp;
286 L_tmp = mul_16by16_to_int32(mean_isf[i], 8192);
289 L_tmp = mac_16by16_to_int32(L_tmp, isf_buf[j * M + i], 8192);
292 ref_isf[i] = amr_wb_round(L_tmp);