Home
last modified time | relevance | path

Searched refs:L_shl (Results 1 – 25 of 57) sorted by relevance

123

/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
H A Dcalc_en.cpp299 L_temp = L_shl(L_temp, 1, pOverflow); in test_call_operator_forwarding()
324 frac_en[0] = (Word16)(L_shl(s1, exp, pOverflow) >> 16); in test_call_operator_forwarding()
335 frac_en[1] = (Word16)(L_shl(s2, exp, pOverflow) >> 16); in test_call_operator_forwarding()
340 frac_en[2] = (Word16)(L_shl(s3, exp, pOverflow) >> 16); in test_call_operator_forwarding()
344 ltp_res_en = (Word16)(L_shl(s4, exp, pOverflow) >> 16); in test_call_operator_forwarding()
368 *ltpg = pv_round(L_shl(L_temp, 13, pOverflow), pOverflow); /* Q13 */ in test_call_operator_forwarding()
621 frac_coeff[2] = (Word16)(L_shl(s1, exp, pOverflow) >> 16); in test_caller_accepts_nonconst()
625 frac_coeff[3] = negate((Word16)(L_shl(s2, exp, pOverflow) >> 16)); in test_caller_accepts_nonconst()
629 frac_coeff[4] = (Word16)(L_shl(s3, exp, pOverflow) >> 16); in test_caller_accepts_nonconst()
646 frac = (Word16)(L_shl(s1, exp, pOverflow) >> 16); in test_caller_accepts_nonconst()
[all …]
H A Dhp_max.cpp236 t0 = L_shl(corr[-i], 1, pOverflow); in main()
265 L_temp = L_shl(t0, 1, pOverflow); in main()
266 t1 = L_shl(t1, 1, pOverflow); in main()
279 L_temp = L_shl(max, shift1, pOverflow); in main()
283 L_temp = L_shl(t0, shift2, pOverflow); in main()
H A Dcor_h_x.cpp266 s = L_shl(*(p_y32++), j, pOverflow); in cor_h_x()
268 s = L_shl(*(p_y32++), j, pOverflow); in cor_h_x()
H A Dset_sign.cpp461 k_cn = (Word16)((L_shl(s, 5, pOverflow)) >> 16); in set_sign12k2()
475 L_temp = L_shl(s, 10, pOverflow); in set_sign12k2()
H A Dvad1.cpp454 l_temp2 = L_add(l_temp1, L_shl(*sub_level, sub(16, scale, pOverflow), pOverflow), pOverflow); in level_calculation()
455 *sub_level = (Word16)(L_shl(l_temp1, scale, pOverflow) >> 16); in level_calculation()
461 level = (Word16)(L_shl(l_temp2, scale, pOverflow) >> 16); in level_calculation()
1322 snr_sum = (Word16)(L_shl(L_temp, 6, pOverflow) >> 16); in vad_decision()
1332 noise_level = (Word16)(L_shl(L_temp, 13, pOverflow) >> 16); in vad_decision()
H A Ddiv_32.cpp169 result = L_shl(result, 2, pOverflow); in Div_32()
H A Dqgain795.cpp506 L_t1 = L_shl(L_t1, 1, pOverflow);
514 tmp = (Word16)(L_shl(L_mult(alpha, frac_en[2], pOverflow), 1, pOverflow) >> 16);
521 coeff[3] = (Word16)(L_shl(L_mult(alpha, frac_en[3], pOverflow), 1, pOverflow) >> 16);
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/amrwbenc/src/
H A Dq_pulse.c223 index = L_shl(quant_1p_N1(posA[0], n_1), tmp); in quant_4p_4N()
229 index = L_shl(quant_2p_2N1(posA[0], posA[1], n_1), tmp); in quant_4p_4N()
235 index = L_shl(quant_3p_3N1(posA[0], posA[1], posA[2], n_1), N); in quant_4p_4N()
246 index = vo_L_add(index, L_shl((L_deposit_l(i) & (3L)), tmp)); in quant_4p_4N()
281 index = L_shl(1L, tmp); /* index = 1 << ((5*N)-1); */ in quant_5p_5N()
283 tmp2 = L_shl(quant_3p_3N1(posB[0], posB[1], posB[2], n_1), tmp); in quant_5p_5N()
289 index = L_shl(1L, tmp); in quant_5p_5N()
291 tmp2 = L_shl(quant_3p_3N1(posB[0], posB[1], posB[2], n_1), tmp); in quant_5p_5N()
297 index = L_shl(1L, tmp); /* index = 1 << ((5*N)-1); */ in quant_5p_5N()
299 tmp2 = L_shl(quant_3p_3N1(posB[0], posB[1], posB[2], n_1), tmp); in quant_5p_5N()
[all …]
H A Dcor_h_x.c118 *p1++ = vo_round(L_shl(*p3++, j)); in cor_h_x()
119 *p1++ = vo_round(L_shl(*p3++, j)); in cor_h_x()
120 *p1++ = vo_round(L_shl(*p3++, j)); in cor_h_x()
121 *p1++ = vo_round(L_shl(*p3++, j)); in cor_h_x()
H A Dhp_wsp.c64 L_tmp = L_shl(L_tmp, exp); in scale_mem_Hp_wsp()
72 L_tmp = L_shl(L_tmp, exp); in scale_mem_Hp_wsp()
/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
H A Dpost_pro.cpp300 L_tmp = L_shl(L_tmp, 3, pOverflow); in Post_Process()
305 *(p_signal++) = pv_round(L_shl(L_tmp, 1, pOverflow), pOverflow); in Post_Process()
H A Dagc.cpp674 L_temp = L_shl(s, exp, pOverflow); in agc()
876 L_temp = L_shl(s, exp, pOverflow); in agc2()
889 L_temp = L_shl(s, i, pOverflow); in agc2()
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/G.722.1/G722-1/
H A Ddct4_s.c404 out_low_even = round(L_shl(sum,1)); in dct_type_iv_s()
410 out_high_even = round(L_shl(sum,1)); in dct_type_iv_s()
416 out_low_odd = round(L_shl(sum,1)); in dct_type_iv_s()
422 out_high_odd = round(L_shl(sum,1)); in dct_type_iv_s()
H A Dencoder.c293 accb = L_shl(accb,4); in bits_to_words()
313 acca = L_shl(acca,4); in bits_to_words()
384 acca = L_shl(acca,4); in bits_to_words()
388 accb = L_shl(accb,4); in bits_to_words()
417 acca = L_shl(acca,4); in bits_to_words()
475 acca = L_shl(*raw_mlt_ptr,16); in adjust_abs_region_power_index()
590 long_accumulator = L_shl(long_accumulator,1); in compute_region_powers()
604 acca = L_shl(acca,1); in compute_region_powers()
H A Dcoef2sam.c150 *out_ptr++ = round(L_shl(sum,2)); in rmlt_coefs_to_samples()
163 *out_ptr++ = round(L_shl(sum,2)); in rmlt_coefs_to_samples()
H A Dbasop32.c1414 Word32 L_shl (Word32 L_var1, Word16 var2) in L_shl() function
1451 multiCounter[currCounter].L_shl++; in L_shl()
1499 L_var_out = L_shl (L_var1, (Word16) -var2); in L_shr()
1501 multiCounter[currCounter].L_shl--; in L_shr()
2367 L_num = L_shl( L_num, (Word16)1); in div_l()
2370 multiCounter[currCounter].L_shl--; in div_l()
/dports/net/opal/opal-3.10.10/plugins/audio/G.722.1/G722-1/
H A Ddct4_s.c404 out_low_even = round16(L_shl(sum,1)); in dct_type_iv_s()
410 out_high_even = round16(L_shl(sum,1)); in dct_type_iv_s()
416 out_low_odd = round16(L_shl(sum,1)); in dct_type_iv_s()
422 out_high_odd = round16(L_shl(sum,1)); in dct_type_iv_s()
H A Dencoder.c293 accb = L_shl(accb,4); in bits_to_words()
313 acca = L_shl(acca,4); in bits_to_words()
384 acca = L_shl(acca,4); in bits_to_words()
388 accb = L_shl(accb,4); in bits_to_words()
417 acca = L_shl(acca,4); in bits_to_words()
475 acca = L_shl(*raw_mlt_ptr,16); in adjust_abs_region_power_index()
590 long_accumulator = L_shl(long_accumulator,1); in compute_region_powers()
604 acca = L_shl(acca,1); in compute_region_powers()
H A Dcoef2sam.c150 *out_ptr++ = round16(L_shl(sum,2)); in rmlt_coefs_to_samples()
163 *out_ptr++ = round16(L_shl(sum,2)); in rmlt_coefs_to_samples()
H A Dbasop32.c1414 Word32 L_shl (Word32 L_var1, Word16 var2) in L_shl() function
1451 multiCounter[currCounter].L_shl++; in L_shl()
1499 L_var_out = L_shl (L_var1, (Word16) -var2); in L_shr()
1501 multiCounter[currCounter].L_shl--; in L_shr()
2367 L_num = L_shl( L_num, (Word16)1); in div_l()
2370 multiCounter[currCounter].L_shl--; in div_l()
/dports/audio/vo-aacenc/vo-aacenc-0.1.3/aacenc/src/
H A Dquantize.c408 distSingle = L_shl((saShft * saShft), g2); in calcSfbDist()
414 distSingle = L_shl((diff * diff), g2); in calcSfbDist()
420 distSingle = L_shl((diff * diff), g2); in calcSfbDist()
426 distSingle = L_shl((diff * diff), g2); in calcSfbDist()
/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/
H A Dl_shl.h90 Word32 L_shl(Word32 L_var1, Word16 var2, Flag *pOverflow); in Java_GdaInputStream_initIDs()
/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/
H A Dsqrt_l.cpp209 L_x = L_shl(L_x, e, pOverflow); /* L_x is normalized to [0.25..1) */ in sqrt_l_exp()
H A Dvad1.cpp442 l_temp2 = L_add(l_temp1, L_shl(*sub_level, sub(16, scale, pOverflow), pOverflow), pOverflow); in level_calculation()
443 *sub_level = extract_h(L_shl(l_temp1, scale, pOverflow)); in level_calculation()
449 level = extract_h(L_shl(l_temp2, scale, pOverflow)); in level_calculation()
1310 snr_sum = extract_h(L_shl(L_temp, 6, pOverflow)); in vad_decision()
1320 noise_level = extract_h(L_shl(L_temp, 13, pOverflow)); in vad_decision()
H A Ddiv_32.cpp168 result = L_shl(result, 2, pOverflow); in Div_32()

123