Home
last modified time | relevance | path

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

/external/libopus/silk/
Dencode_pulses.c98 abs_pulses[i+0] = ( opus_int )silk_abs( pulses[ i + 0 ] ); in silk_encode_pulses()
99 abs_pulses[i+1] = ( opus_int )silk_abs( pulses[ i + 1 ] ); in silk_encode_pulses()
100 abs_pulses[i+2] = ( opus_int )silk_abs( pulses[ i + 2 ] ); in silk_encode_pulses()
101 abs_pulses[i+3] = ( opus_int )silk_abs( pulses[ i + 3 ] ); in silk_encode_pulses()
190 abs_q = (opus_int8)silk_abs( pulses_ptr[ k ] ); in silk_encode_pulses()
DInlines.h110 a_headrm = silk_CLZ32( silk_abs(a32) ) - 1; in silk_DIV32_varQ()
112 b_headrm = silk_CLZ32( silk_abs(b32) ) - 1; in silk_DIV32_varQ()
155 b_headrm = silk_CLZ32( silk_abs(b32) ) - 1; in silk_INVERSE32_varQ()
DSigProc_FIX.h511 …lk_NSHIFT_MUL_32_32(a, b) ( -(31- (32-silk_CLZ32(silk_abs(a)) + (32-silk_CLZ32(silk_abs(b)…
512 …lk_NSHIFT_MUL_16_16(a, b) ( -(15- (16-silk_CLZ16(silk_abs(a)) + (16-silk_CLZ16(silk_abs(b)…
564 #define silk_abs(a) (((a) > 0) ? (a) : -(a)) /* Be careful, si… macro
Dstereo_quant_pred.c53 err_Q13 = silk_abs( pred_Q13[ n ] - lvl_Q13 ); in silk_stereo_quant_pred()
Dstereo_find_predictor.c61 smooth_coef_Q16 = (opus_int)silk_max_int( smooth_coef_Q16, silk_abs( pred2_Q10 ) ); in silk_stereo_find_predictor()
DLPC_inv_pred_gain.c68 mult2Q = 32 - silk_CLZ32( silk_abs( rc_mult1_Q30 ) ); in LPC_inverse_pred_gain_QA()
DNLSF2A.c134 absval = silk_abs( a32_QA1[k] ); in silk_NLSF2A()
DA2NLSF.c203 if( silk_abs( ylo ) < 65536 ) { in silk_A2NLSF()
DMacroCount.h480 return silk_abs(a); in silk_abs_int32()
DMacroDebug.h896 return silk_abs(a); in silk_abs_int32_()
/external/libopus/silk/fixed/
Dresidual_energy16_FIX.c60 c_max = silk_max_32( c_max, silk_abs( (opus_int32)c[ i ] ) ); in silk_residual_energy16_covar_FIX()
69 … silk_assert( silk_abs(cn[i]) <= ( silk_int16_MAX + 1 ) ); /* Check that silk_SMLAWB can be used */ in silk_residual_energy16_covar_FIX()
Dburg_modified_FIX.c177 lz = silk_CLZ32( silk_abs( Atmp_QA ) ) - 1; in silk_burg_modified_c()
193 if( silk_abs( num ) < nrg ) { in silk_burg_modified_c()
Dfind_LTP_FIX.c180 max_abs_d_Q14 = silk_max_32( max_abs_d_Q14, silk_abs( d_Q14[ k ] ) ); in silk_find_LTP_FIX()
Dnoise_shape_analysis_FIX.c225 energy_variation_Q7 += silk_abs( log_energy_Q7 - log_energy_prev_Q7 ); in silk_noise_shape_analysis_FIX()
/external/libopus/silk/fixed/x86/
Dburg_modified_FIX_sse.c274 lz = silk_CLZ32( silk_abs( Atmp_QA ) ) - 1; in silk_burg_modified_sse4_1()
290 if( silk_abs( num ) < nrg ) { in silk_burg_modified_sse4_1()
/external/libopus/silk/fixed/mips/
Dnoise_shape_analysis_FIX_mipsr1.h110 energy_variation_Q7 += silk_abs( log_energy_Q7 - log_energy_prev_Q7 ); in silk_noise_shape_analysis_FIX()