/external/libopus/silk/mips/ |
D | NSQ_del_dec_mipsr1.h | 48 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/ |
D | NLSF2A.c | 67 …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() 137 …a_Q12[ k ] = (opus_int16)silk_RSHIFT_ROUND( a32_QA1[ k ], QA + 1 - 12 ); /* QA+1 -> Q12… in silk_NLSF2A()
|
D | NSQ.c | 59 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()
|
D | NSQ_del_dec.c | 96 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()
|
D | SigProc_FIX.h | 287 …opus_int16 *a_Q12, /* O monic whitening filter coefficients in Q12…
|
/external/libopus/silk/fixed/ |
D | residual_energy_FIX.c | 41 …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()
|
D | main_FIX.h | 189 …opus_int16 a_Q12[ 2 ][ MAX_LPC_ORDER ], /* I AR coefs for each frame …
|
/external/libopus/silk/x86/ |
D | NSQ_del_dec_sse4_1.c | 94 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()
|
D | NSQ_sse4_1.c | 60 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()
|
D | main_sse.h | 202 const opus_int16 a_Q12[], /* I Short term prediction coefs */
|
/external/libopus/silk/arm/ |
D | NSQ_del_dec_neon_intr.c | 96 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()
|