/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
round.h | 41 Description: Changed round function name to pv_round to avoid conflict with 53 needed by the pv_round function. 106 Word16 pv_round(Word32 L_var1, Flag *pOverflow);
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
round.cpp | 54 Description: Changed function name to pv_round to avoid conflict with 96 FUNCTION NAME: pv_round 124 pv_round(L_var1) = extract_h(L_add(L_var1,32768)) 140 Word16 pv_round (Word32 L_var1) 187 Word16 pv_round(Word32 L_var1, Flag *pOverflow) function
|
gc_pred.cpp | 293 ener_code = L_mult (pv_round (ener_code), 26214); // Q9 * Q20 -> Q30 524 ener_code = ((Word32)(pv_round(ener_code, pOverflow) * 26214)) << 1; [all...] |
vad1.cpp | 49 Description: Changed round function name to pv_round to avoid conflict with [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
lsp_avg.cpp | 66 Description: Changed round function name to pv_round to avoid conflict with 264 st->lsp_meanSave[i] = pv_round(L_tmp); // Q15 313 st->lsp_meanSave[i] = pv_round(L_tmp, pOverflow); /* Q15 */
|
a_refl.cpp | 45 Description: Changed function name to pv_round to avoid conflict with 174 normProd = pv_round(L_acc); 183 temp = pv_round(L_acc); 278 normProd = pv_round(L_acc, pOverflow); 287 temp = pv_round(L_acc, pOverflow);
|
agc.cpp | 666 gain_out = pv_round (L_shl (s, exp)); 678 gain_in = pv_round (L_shl (s, i)); 690 i = pv_round (L_shl (s, 9)); 771 gain_out = pv_round(L_temp, pOverflow); 787 gain_in = pv_round(L_temp, pOverflow); 904 gain_out = pv_round (L_shl (s, exp)); 916 gain_in = pv_round (L_shl (s, i)); 928 g0 = pv_round (L_shl (s, 9)); 989 gain_out = pv_round(L_temp, pOverflow); 1002 gain_in = pv_round(L_temp, pOverflow) [all...] |
c_g_aver.cpp | 62 Description: Changed round function name to pv_round to avoid conflict with 413 cbGainMean = pv_round(L_sum); // Q1 426 cbGainMean = pv_round(L_sum); // Q1 433 cbGainMix = pv_round(L_shl(L_sum, 2)); // Q1 618 cbGainMean = pv_round(L_sum, pOverflow); /* Q1 */ 633 cbGainMean = pv_round(L_sum, pOverflow); /* Q1 */ 641 cbGainMix = pv_round(L_shl(L_sum, 2, pOverflow), pOverflow); /* Q1 */
|
ph_disp.cpp | 80 Description: Changed round function name to pv_round to avoid conflict with 488 tmp1 = pv_round(L_shl(L_mult(state->prevCbGain, ONFACTPLUS1), 2)); 625 x[i] = pv_round (L_temp); 740 tmp1 = pv_round(L_temp, pOverflow); 894 *(p_x++) = pv_round(L_temp, pOverflow);
|
dec_gain.cpp | 53 Description: Changed round function name to pv_round to avoid conflict with 252 qua_ener = pv_round(L_tmp, pOverflow);
|
post_pro.cpp | 82 Description: Changed round function name to pv_round to avoid conflict with 311 signal[i] = pv_round(L_shl(L_tmp, 1)); 384 *(p_signal++) = pv_round(L_shl(L_tmp, 1, pOverflow), pOverflow);
|
dec_amr.cpp | 1061 excp[i] = pv_round (L_temp); [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
g_pitch.cpp | 65 Description: Changed round function name to pv_round to avoid conflict with 199 yy = pv_round (L_shl (s, exp_yy)); 209 yy = pv_round (L_shl (s, exp_yy)); 225 xy = pv_round (L_shl (s, exp_xy)); 235 xy = pv_round (L_shl (s, exp_xy)); 345 yy = pv_round(L_temp, pOverflow); 364 yy = pv_round(L_temp, pOverflow); 399 xy = pv_round(L_temp, pOverflow); 423 xy = pv_round(L_temp, pOverflow);
|
cor_h_x2.cpp | 54 Description: Changed round function name to pv_round to avoid conflict with 201 dn[i] = pv_round (L_shl (y32[i], j)); 278 dn[i] = pv_round(L_shl(y32[i], j, pOverflow), pOverflow);
|
calc_en.cpp | 204 tmp = sub(res[i], pv_round(L_temp)); // LTP residual, Q0 232 *ltpg = pv_round (L_shl (L_temp, 13)); // Q13 316 tmp2 = sub(tmp1, pv_round(L_temp, pOverflow), pOverflow); 384 *ltpg = pv_round(L_shl(L_temp, 13, pOverflow), pOverflow); /* Q13 */
|
p_ol_wgh.cpp | 52 Description: Changed round function name to pv_round to avoid conflict with 541 *gain_flg = pv_round(L_msu(t0, pv_round(t1), 13107)); 656 temp = pv_round(t1, pOverflow); 658 *gain_flg = pv_round(t1, pOverflow);
|
set_sign.cpp | 71 Description: Changed round function name to pv_round to avoid conflict with 398 cor = pv_round (L_shl (L_mac (L_mult (k_cn, cn[i]), k_dn, val), 10)); 546 cor = pv_round(L_temp, pOverflow);
|
c2_11pf.cpp | 53 Description: Changed function name to pv_round to avoid conflict with 498 /* alp_16 = pv_round(alp1, pOverflow); */ 833 pv_round(
|
c2_9pf.cpp | 68 Description: Changed function name to pv_round to avoid conflict with 535 alp_16 = pv_round(alp1); 689 /* alp_16 = pv_round(alp1, pOverflow); */ [all...] |
c8_31pf.cpp | 48 Description: Changed round function name to pv_round to avoid conflict with 364 pv_round(
|
levinson.cpp | 493 rc[0] = pv_round (t0); 541 rc[i - 1] = pv_round (t2); 603 st->old_A[i] = A[i] = pv_round (L_shl (t0, 1)); 682 *rc = pv_round(t0, pOverflow);
|
c3_14pf.cpp | 50 Description: Changed round function name to pv_round to avoid conflict with 483 /* alp_16 = pv_round(alp1, pOverflow); */ 541 /* alp_16 = pv_round(alp1, pOverflow); */ 804 pv_round(
|
c4_17pf.cpp | 49 Description: Changed round function name to pv_round to avoid conflict with 493 /* alp_16 = pv_round(alp1, pOverflow); */ 551 /* alp_16 = pv_round(alp1, pOverflow); */ 606 /* alp_16 = pv_round(alp1, pOverflow); */ 879 pv_round(
|
qgain475.cpp | 446 qua_ener = pv_round (L_shl (L_tmp, 13)); // Q12 * Q0 = Q13 -> Q10 661 qua_ener = pv_round (L_shl (L_tmp, 13)); 773 qua_ener = pv_round(L_tmp, pOverflow); [all...] |
qgain795.cpp | 57 Description: Changed round function name to pv_round to avoid conflict with 674 tmp = pv_round(L_sub(L_tmp, L_t0, pOverflow), pOverflow); [all...] |