Home
last modified time | relevance | path

Searched refs:a_Q12 (Results 1 – 11 of 11) sorted by relevance

/external/libopus/silk/mips/
DNSQ_del_dec_mipsr1.h48 const opus_int16 a_Q12[], /* I Short term prediction coefs */ in silk_noise_shape_quantizer_del_dec() argument
97 a_Q12_0 = a_Q12[0]; in silk_noise_shape_quantizer_del_dec()
98 a_Q12_1 = a_Q12[1]; in silk_noise_shape_quantizer_del_dec()
99 a_Q12_2 = a_Q12[2]; in silk_noise_shape_quantizer_del_dec()
100 a_Q12_3 = a_Q12[3]; in silk_noise_shape_quantizer_del_dec()
101 a_Q12_4 = a_Q12[4]; in silk_noise_shape_quantizer_del_dec()
102 a_Q12_5 = a_Q12[5]; in silk_noise_shape_quantizer_del_dec()
103 a_Q12_6 = a_Q12[6]; in silk_noise_shape_quantizer_del_dec()
104 a_Q12_7 = a_Q12[7]; in silk_noise_shape_quantizer_del_dec()
105 a_Q12_8 = a_Q12[8]; in silk_noise_shape_quantizer_del_dec()
[all …]
/external/libopus/silk/
DNLSF2A.c67 …opus_int16 *a_Q12, /* O monic whitening filter coefficients in Q12… in silk_NLSF2A() argument
130 silk_LPC_fit( a_Q12, a32_QA1, 12, QA + 1, d ); in silk_NLSF2A()
132 …for( i = 0; silk_LPC_inverse_pred_gain( a_Q12, d, arch ) == 0 && i < MAX_LPC_STABILIZE_ITERATIONS;… in silk_NLSF2A()
137a_Q12[ k ] = (opus_int16)silk_RSHIFT_ROUND( a32_QA1[ k ], QA + 1 - 12 ); /* QA+1 -> Q12… in silk_NLSF2A()
DNSQ.c59 const opus_int16 a_Q12[], /* I Short term prediction coefs */
190 const opus_int16 a_Q12[], /* I Short term prediction coefs */ in silk_noise_shape_quantizer() argument
224 silk_short_prediction_create_arch_coef(a_Q12_arch, a_Q12, predictLPCOrder); in silk_noise_shape_quantizer()
232 …LPC_pred_Q10 = silk_noise_shape_quantizer_short_prediction(psLPC_Q14, a_Q12, a_Q12_arch, predictLP… in silk_noise_shape_quantizer()
DNSQ_del_dec.c96 const opus_int16 a_Q12[], /* I Short term prediction coefs */
327 const opus_int16 a_Q12[], /* I Short term prediction coefs */ in silk_noise_shape_quantizer_del_dec() argument
372 silk_short_prediction_create_arch_coef(a_Q12_arch, a_Q12, predictLPCOrder); in silk_noise_shape_quantizer_del_dec()
418 …LPC_pred_Q14 = silk_noise_shape_quantizer_short_prediction(psLPC_Q14, a_Q12, a_Q12_arch, predictLP… in silk_noise_shape_quantizer_del_dec()
DSigProc_FIX.h287 …opus_int16 *a_Q12, /* O monic whitening filter coefficients in Q12…
/external/libopus/silk/fixed/
Dresidual_energy_FIX.c41 …opus_int16 a_Q12[ 2 ][ MAX_LPC_ORDER ], /* I AR coefs for each frame … in silk_residual_energy_FIX()
64 …silk_LPC_analysis_filter( LPC_res, x_ptr, a_Q12[ i ], ( MAX_NB_SUBFR >> 1 ) * offset, LPC_order, a… in silk_residual_energy_FIX()
Dmain_FIX.h189 …opus_int16 a_Q12[ 2 ][ MAX_LPC_ORDER ], /* I AR coefs for each frame …
/external/libopus/silk/x86/
DNSQ_del_dec_sse4_1.c94 const opus_int16 a_Q12[], /* I Short term prediction coefs */
321 const opus_int16 a_Q12[], /* I Short term prediction coefs */ in silk_noise_shape_quantizer_del_dec_sse4_1() argument
363 a_Q12_0123 = OP_CVTEPI16_EPI32_M64( a_Q12 ); in silk_noise_shape_quantizer_del_dec_sse4_1()
364 a_Q12_4567 = OP_CVTEPI16_EPI32_M64( a_Q12 + 4 ); in silk_noise_shape_quantizer_del_dec_sse4_1()
367 a_Q12_89AB = OP_CVTEPI16_EPI32_M64( a_Q12 + 8 ); in silk_noise_shape_quantizer_del_dec_sse4_1()
368 a_Q12_CDEF = OP_CVTEPI16_EPI32_M64( a_Q12 + 12 ); in silk_noise_shape_quantizer_del_dec_sse4_1()
507 LPC_pred_Q14 = silk_SMLAWB( LPC_pred_Q14, psLPC_Q14[ -8 ], a_Q12[ 8 ] ); in silk_noise_shape_quantizer_del_dec_sse4_1()
508 LPC_pred_Q14 = silk_SMLAWB( LPC_pred_Q14, psLPC_Q14[ -9 ], a_Q12[ 9 ] ); in silk_noise_shape_quantizer_del_dec_sse4_1()
DNSQ_sse4_1.c60 const opus_int16 a_Q12[], /* I Short term prediction coefs */
251 const opus_int16 a_Q12[], /* I Short term prediction coefs */ in silk_noise_shape_quantizer_10_16_sse4_1() argument
297 a_Q12_01234567 = _mm_loadu_si128( (__m128i *)(&a_Q12[ 0 ] ) ); in silk_noise_shape_quantizer_10_16_sse4_1()
299 a_Q12_89ABCDEF = _mm_loadu_si128( (__m128i *)(&a_Q12[ 8 ] ) ); in silk_noise_shape_quantizer_10_16_sse4_1()
Dmain_sse.h202 const opus_int16 a_Q12[], /* I Short term prediction coefs */
/external/libopus/silk/arm/
DNSQ_del_dec_neon_intr.c96 const opus_int16 a_Q12[], /* I Short term prediction coefs */
551 const opus_int16 a_Q12[], /* I Short term prediction coefs */ in silk_noise_shape_quantizer_del_dec_neon() argument
605 silk_short_prediction_create_arch_coef_neon_local( a_Q12_arch, a_Q12, predictLPCOrder ); in silk_noise_shape_quantizer_del_dec_neon()