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

  /external/libopus/silk/
decode_core.c 75 psDec->exc_Q14[ i ] = silk_LSHIFT( (opus_int32)pulses[ i ], 14 );
76 if( psDec->exc_Q14[ i ] > 0 ) {
77 psDec->exc_Q14[ i ] -= QUANT_LEVEL_ADJUST_Q10 << 4;
79 if( psDec->exc_Q14[ i ] < 0 ) {
80 psDec->exc_Q14[ i ] += QUANT_LEVEL_ADJUST_Q10 << 4;
82 psDec->exc_Q14[ i ] += offset_Q10 << 4;
84 psDec->exc_Q14[ i ] = -psDec->exc_Q14[ i ];
93 pexc_Q14 = psDec->exc_Q14;
CNG.c 37 opus_int32 exc_Q14[], /* O CNG excitation signal Q10 */
57 exc_Q14[ i ] = exc_buf_Q14[ idx ];
116 silk_memcpy( psCNG->CNG_exc_buf_Q14, &psDec->exc_Q14[ subfr * psDec->subfr_length ], psDec->subfr_length * sizeof( opus_int32 ) );
NSQ.c 211 opus_int32 exc_Q14, LPC_exc_Q14, xq_Q14, Gain_Q10;
325 exc_Q14 = silk_LSHIFT( q1_Q10, 4 );
327 exc_Q14 = -exc_Q14;
331 LPC_exc_Q14 = silk_ADD_LSHIFT32( exc_Q14, LTP_pred_Q13, 1 );
NSQ_del_dec.c 347 opus_int32 q1_Q0, q1_Q10, q2_Q10, exc_Q14, LPC_exc_Q14, xq_Q14, Gain_Q10;
508 exc_Q14 = silk_LSHIFT32( psSS[ 0 ].Q_Q10, 4 );
510 exc_Q14 = -exc_Q14;
514 LPC_exc_Q14 = silk_ADD32( exc_Q14, LTP_pred_Q14 );
527 exc_Q14 = silk_LSHIFT32( psSS[ 1 ].Q_Q10, 4 );
529 exc_Q14 = -exc_Q14;
534 LPC_exc_Q14 = silk_ADD32( exc_Q14, LTP_pred_Q14 );
    [all...]
PLC.c 171 const opus_int32 *exc_Q14, const opus_int32 *prevGain_Q10, int subfr_length, int nb_subfr)
184 silk_SMULWW( exc_Q14[ i + ( k + nb_subfr - 2 ) * subfr_length ], prevGain_Q10[ k ] ), 8 ) );
235 silk_PLC_energy(&energy1, &shift1, &energy2, &shift2, psDec->exc_Q14, prevGain_Q10, psDec->subfr_length, psDec->nb_subfr);
239 rand_ptr = &psDec->exc_Q14[ silk_max_int( 0, ( psPLC->nb_subfr - 1 ) * psPLC->subfr_length - RAND_BUF_SIZE ) ];
242 rand_ptr = &psDec->exc_Q14[ silk_max_int( 0, psPLC->nb_subfr * psPLC->subfr_length - RAND_BUF_SIZE ) ];
structs.h 262 opus_int32 exc_Q14[ MAX_FRAME_LENGTH ];
  /external/libopus/silk/mips/
NSQ_del_dec_mipsr1.h 73 opus_int32 q1_Q0, q1_Q10, q2_Q10, exc_Q14, LPC_exc_Q14, xq_Q14, Gain_Q10;
289 exc_Q14 = silk_LSHIFT32( psSS[ 0 ].Q_Q10, 4 );
291 exc_Q14 = -exc_Q14;
295 LPC_exc_Q14 = silk_ADD32( exc_Q14, LTP_pred_Q14 );
308 exc_Q14 = silk_LSHIFT32( psSS[ 1 ].Q_Q10, 4 );
310 exc_Q14 = -exc_Q14;
315 LPC_exc_Q14 = silk_ADD32( exc_Q14, LTP_pred_Q14 );
  /external/libopus/silk/x86/
NSQ_del_dec_sse.c 344 opus_int32 q1_Q0, q1_Q10, q2_Q10, exc_Q14, LPC_exc_Q14, xq_Q14, Gain_Q10;
    [all...]
NSQ_sse.c 268 opus_int32 exc_Q14, LPC_exc_Q14, xq_Q14, Gain_Q10;
511 exc_Q14 = silk_LSHIFT( q1_Q10, 4 );
513 tmp2 = -exc_Q14;
514 if ( NSQ->rand_seed < 0 ) exc_Q14 = tmp2;
517 LPC_exc_Q14 = silk_ADD_LSHIFT32( exc_Q14, LTP_pred_Q13, 1 );
    [all...]

Completed in 3505 milliseconds