HomeSort by relevance Sort by last modified time
    Searched refs:b_Q14 (Results 1 - 10 of 10) sorted by null

  /external/libopus/silk/fixed/mips/
noise_shape_analysis_FIX_mipsr1.h 43 opus_int k, i, nSamples, Qnrg, b_Q14, warping_Q16, scale = 0;
275 b_Q14 = fs_kHz_inv + silk_DIV32_16( SILK_FIX_CONST( 3.0, 14 ), psEncCtrl->pitchL[ k ] );
277 psEncCtrl->LF_shp_Q14[ k ] = silk_LSHIFT( SILK_FIX_CONST( 1.0, 14 ) - b_Q14 - silk_SMULWB( strength_Q16, b_Q14 ), 16 );
278 psEncCtrl->LF_shp_Q14[ k ] |= (opus_uint16)( b_Q14 - SILK_FIX_CONST( 1.0, 14 ) );
285 b_Q14 = silk_DIV32_16( 21299, psEnc->sCmn.fs_kHz ); /* 1.3_Q0 = 21299_Q14*/
287 psEncCtrl->LF_shp_Q14[ 0 ] = silk_LSHIFT( SILK_FIX_CONST( 1.0, 14 ) - b_Q14 -
288 silk_SMULWB( strength_Q16, silk_SMULWB( SILK_FIX_CONST( 0.6, 16 ), b_Q14 ) ), 16 );
289 psEncCtrl->LF_shp_Q14[ 0 ] |= (opus_uint16)( b_Q14 - SILK_FIX_CONST( 1.0, 14 ) );
  /external/libopus/silk/
NSQ.c 60 const opus_int16 b_Q14[], /* I Long term prediction coefs */
96 const opus_int16 *A_Q12, *B_Q14, *AR_shp_Q13;
130 B_Q14 = &LTPCoef_Q14[ k * LTP_ORDER ];
159 silk_noise_shape_quantizer( NSQ, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, A_Q12, B_Q14,
193 const opus_int16 b_Q14[], /* I Long term prediction coefs */
241 LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ 0 ], b_Q14[ 0 ] );
242 LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -1 ], b_Q14[ 1 ] );
243 LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -2 ], b_Q14[ 2 ] );
244 LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -3 ], b_Q14[ 3 ] );
245 LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -4 ], b_Q14[ 4 ] )
    [all...]
NSQ_del_dec.c 95 const opus_int16 b_Q14[], /* I Long term prediction coefs */
135 const opus_int16 *A_Q12, *B_Q14, *AR_shp_Q13;
201 B_Q14 = &LTPCoef_Q14[ k * LTP_ORDER ];
264 delayedGain_Q10, A_Q12, B_Q14, AR_shp_Q13, lag, HarmShapeFIRPacked_Q14, Tilt_Q14[ k ], LF_shp_Q14[ k ],
323 const opus_int16 b_Q14[], /* I Long term prediction coefs */
378 LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ 0 ], b_Q14[ 0 ] );
379 LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ -1 ], b_Q14[ 1 ] );
380 LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ -2 ], b_Q14[ 2 ] );
381 LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ -3 ], b_Q14[ 3 ] );
382 LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ -4 ], b_Q14[ 4 ] )
    [all...]
  /external/libopus/silk/fixed/
noise_shape_analysis_FIX.c 158 opus_int k, i, nSamples, Qnrg, b_Q14, warping_Q16, scale = 0;
389 b_Q14 = fs_kHz_inv + silk_DIV32_16( SILK_FIX_CONST( 3.0, 14 ), psEncCtrl->pitchL[ k ] );
391 psEncCtrl->LF_shp_Q14[ k ] = silk_LSHIFT( SILK_FIX_CONST( 1.0, 14 ) - b_Q14 - silk_SMULWB( strength_Q16, b_Q14 ), 16 );
392 psEncCtrl->LF_shp_Q14[ k ] |= (opus_uint16)( b_Q14 - SILK_FIX_CONST( 1.0, 14 ) );
399 b_Q14 = silk_DIV32_16( 21299, psEnc->sCmn.fs_kHz ); /* 1.3_Q0 = 21299_Q14*/
401 psEncCtrl->LF_shp_Q14[ 0 ] = silk_LSHIFT( SILK_FIX_CONST( 1.0, 14 ) - b_Q14 -
402 silk_SMULWB( strength_Q16, silk_SMULWB( SILK_FIX_CONST( 0.6, 16 ), b_Q14 ) ), 16 );
403 psEncCtrl->LF_shp_Q14[ 0 ] |= (opus_uint16)( b_Q14 - SILK_FIX_CONST( 1.0, 14 ) );
find_LTP_FIX.c 44 opus_int16 b_Q14[ MAX_NB_SUBFR * LTP_ORDER ], /* O LTP coefs */
73 b_Q14_ptr = b_Q14;
165 b_Q14_ptr = b_Q14;
207 b_Q14_ptr = b_Q14;
main_FIX.h 171 opus_int16 b_Q14[ MAX_NB_SUBFR * LTP_ORDER ], /* O LTP coefs */
  /external/libopus/silk/mips/
NSQ_del_dec_mipsr1.h 49 const opus_int16 b_Q14[], /* I Long term prediction coefs */
89 //Intialize b_Q14 variables
90 b_Q14_0 = b_Q14[ 0 ];
91 b_Q14_1 = b_Q14[ 1 ];
92 b_Q14_2 = b_Q14[ 2 ];
93 b_Q14_3 = b_Q14[ 3 ];
94 b_Q14_4 = b_Q14[ 4 ];
  /external/libopus/silk/x86/
NSQ_del_dec_sse.c 95 const opus_int16 b_Q14[], /* I Long term prediction coefs */
134 const opus_int16 *A_Q12, *B_Q14, *AR_shp_Q13;
200 B_Q14 = &LTPCoef_Q14[ k * LTP_ORDER ];
263 delayedGain_Q10, A_Q12, B_Q14, AR_shp_Q13, lag, HarmShapeFIRPacked_Q14, Tilt_Q14[ k ], LF_shp_Q14[ k ],
321 const opus_int16 b_Q14[], /* I Long term prediction coefs */
371 b_Q12_0123 = OP_CVTEPI16_EPI32_M64( b_Q14 );
398 LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ -4 ], b_Q14[ 4 ] );
    [all...]
NSQ_sse.c 61 const opus_int16 b_Q14[], /* I Long term prediction coefs */
92 const opus_int16 *A_Q12, *B_Q14, *AR_shp_Q13;
185 B_Q14 = &LTPCoef_Q14[ k * LTP_ORDER ];
216 silk_noise_shape_quantizer_10_16_sse4_1( NSQ, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, A_Q12, B_Q14,
222 silk_noise_shape_quantizer( NSQ, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, A_Q12, B_Q14,
253 const opus_int16 b_Q14[], /* I Long term prediction coefs */
399 b_Q14_3210 = OP_CVTEPI16_EPI32_M64( b_Q14 );
422 LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -4 ], b_Q14[ 4 ] );
    [all...]
main_sse.h 199 const opus_int16 b_Q14[], /* I Long term prediction coefs */

Completed in 390 milliseconds