Searched refs:smpl_buf_idx (Results 1 – 4 of 4) sorted by relevance
/external/libopus/silk/mips/ |
D | NSQ_del_dec_mipsr1.h | 64 opus_int *smpl_buf_idx, /* I/O Index to newest samples in buffers */ in silk_noise_shape_quantizer_del_dec() 224 n_LF_Q14 = silk_SMULWB( psDD->Shape_Q14[ *smpl_buf_idx ], LF_shp_Q14 ); /* Q12 */ in silk_noise_shape_quantizer_del_dec() 326 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY; in silk_noise_shape_quantizer_del_dec() 327 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY; in silk_noise_shape_quantizer_del_dec() 328 last_smple_idx = ( *smpl_buf_idx + decisionDelay ) % DECISION_DELAY; in silk_noise_shape_quantizer_del_dec() 393 psDD->Xq_Q14[ *smpl_buf_idx ] = psSS->xq_Q14; in silk_noise_shape_quantizer_del_dec() 394 psDD->Q_Q10[ *smpl_buf_idx ] = psSS->Q_Q10; in silk_noise_shape_quantizer_del_dec() 395 psDD->Pred_Q15[ *smpl_buf_idx ] = silk_LSHIFT32( psSS->LPC_exc_Q14, 1 ); in silk_noise_shape_quantizer_del_dec() 396 psDD->Shape_Q14[ *smpl_buf_idx ] = psSS->sLTP_shp_Q14; in silk_noise_shape_quantizer_del_dec() 398 psDD->RandState[ *smpl_buf_idx ] = psDD->Seed; in silk_noise_shape_quantizer_del_dec() [all …]
|
/external/libopus/silk/ |
D | NSQ_del_dec.c | 112 opus_int *smpl_buf_idx, /* I/O Index to newest samples in buffers */ 136 opus_int last_smple_idx, smpl_buf_idx, decisionDelay; in silk_NSQ_del_dec_c() local 171 smpl_buf_idx = 0; /* index of oldest samples */ in silk_NSQ_del_dec_c() 238 last_smple_idx = smpl_buf_idx + decisionDelay; in silk_NSQ_del_dec_c() 269 …redictLPCOrder, psEncC->warping_Q16, psEncC->nStatesDelayedDecision, &smpl_buf_idx, decisionDelay,… in silk_NSQ_del_dec_c() 289 last_smple_idx = smpl_buf_idx + decisionDelay; in silk_NSQ_del_dec_c() 343 opus_int *smpl_buf_idx, /* I/O Index to newest samples in buffers */ in silk_noise_shape_quantizer_del_dec() 448 n_LF_Q14 = silk_SMULWB( psDD->Shape_Q14[ *smpl_buf_idx ], LF_shp_Q14 ); /* Q12 */ in silk_noise_shape_quantizer_del_dec() 564 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY; in silk_noise_shape_quantizer_del_dec() 565 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY; in silk_noise_shape_quantizer_del_dec() [all …]
|
/external/libopus/silk/x86/ |
D | NSQ_del_dec_sse4_1.c | 110 opus_int *smpl_buf_idx, /* I/O Index to newest samples in buffers */ 133 opus_int last_smple_idx, smpl_buf_idx, decisionDelay; in silk_NSQ_del_dec_sse4_1() local 167 smpl_buf_idx = 0; /* index of oldest samples */ in silk_NSQ_del_dec_sse4_1() 235 last_smple_idx = smpl_buf_idx + decisionDelay; in silk_NSQ_del_dec_sse4_1() 266 …redictLPCOrder, psEncC->warping_Q16, psEncC->nStatesDelayedDecision, &smpl_buf_idx, decisionDelay … in silk_NSQ_del_dec_sse4_1() 286 last_smple_idx = smpl_buf_idx + decisionDelay; in silk_NSQ_del_dec_sse4_1() 337 opus_int *smpl_buf_idx, /* I/O Index to newest samples in buffers */ in silk_noise_shape_quantizer_del_dec_sse4_1() 540 … n_LF_Q14 = silk_SMULWB( psDD->Shape_Q14[ *smpl_buf_idx ], LF_shp_Q14 ); /* Q12 */ in silk_noise_shape_quantizer_del_dec_sse4_1() 642 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY; in silk_noise_shape_quantizer_del_dec_sse4_1() 643 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY; in silk_noise_shape_quantizer_del_dec_sse4_1() [all …]
|
/external/libopus/silk/arm/ |
D | NSQ_del_dec_neon_intr.c | 112 opus_int *smpl_buf_idx, /* I/O Index to newest samples in buffers */ 177 const opus_int smpl_buf_idx, in copy_winner_state() argument 193 last_smple_idx = smpl_buf_idx + decisionDelay - 1 + DECISION_DELAY; in copy_winner_state() 261 opus_int smpl_buf_idx, decisionDelay; in silk_NSQ_del_dec_neon() local 300 smpl_buf_idx = 0; /* index of oldest samples */ in silk_NSQ_del_dec_neon() 367 …copy_winner_state( psDelDec, decisionDelay, smpl_buf_idx, Winner_ind, Gains_Q16[ 1 ], 14, pulses, … in silk_NSQ_del_dec_neon() 390 …redictLPCOrder, psEncC->warping_Q16, psEncC->nStatesDelayedDecision, &smpl_buf_idx, decisionDelay … in silk_NSQ_del_dec_neon() 410 …copy_winner_state( psDelDec, decisionDelay, smpl_buf_idx, Winner_ind, Gain_Q10, 8, pulses, pxq, NS… in silk_NSQ_del_dec_neon() 567 opus_int *smpl_buf_idx, /* I/O Index to newest samples in buffers */ in silk_noise_shape_quantizer_del_dec_neon() 681 …n_LF_Q14_s32x4 = vqdmulhq_n_s32( vld1q_s32( psDelDec->Shape_Q14[ *smpl_buf_idx ] ), LF_shp_Q29 ); … in silk_noise_shape_quantizer_del_dec_neon() [all …]
|