HomeSort by relevance Sort by last modified time
    Searched refs:silk_max_int (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/opus/src/silk/
NLSF_VQ_weights_laroia.c 55 tmp1_int = silk_max_int( pNLSF_Q15[ 0 ], 1 );
57 tmp2_int = silk_max_int( pNLSF_Q15[ 1 ] - pNLSF_Q15[ 0 ], 1 );
64 tmp1_int = silk_max_int( pNLSF_Q15[ k + 1 ] - pNLSF_Q15[ k ], 1 );
69 tmp2_int = silk_max_int( pNLSF_Q15[ k + 2 ] - pNLSF_Q15[ k + 1 ], 1 );
76 tmp1_int = silk_max_int( ( 1 << 15 ) - pNLSF_Q15[ D - 1 ], 1 );
stereo_find_predictor.c 50 scale = silk_max_int( scale1, scale2 );
54 nrgx = silk_max_int( nrgx, 1 );
61 smooth_coef_Q16 = (opus_int)silk_max_int( smooth_coef_Q16, silk_abs( pred2_Q10 ) );
NLSF_stabilize.c 129 NLSF_Q15[0] = silk_max_int( NLSF_Q15[0], NDeltaMin_Q15[0] );
133 NLSF_Q15[i] = silk_max_int( NLSF_Q15[i], NLSF_Q15[i-1] + NDeltaMin_Q15[i] );
gain_quant.c 106 *prev_ind = silk_max_int( ind[ k ], *prev_ind - 16 );
PLC.c 217 rand_ptr = &psDec->exc_Q14[ silk_max_int( 0, ( psPLC->nb_subfr - 1 ) * psPLC->subfr_length - RAND_BUF_SIZE ) ];
220 rand_ptr = &psDec->exc_Q14[ silk_max_int( 0, psPLC->nb_subfr * psPLC->subfr_length - RAND_BUF_SIZE ) ];
VAD.c 338 coef = silk_max_int( coef, min_coef );
stereo_LR_to_MS.c 195 mid_side_rates_bps[ 0 ] = silk_max_int( 1, total_rate_bps - mid_side_rates_bps[ 1 ]);
control_codec.c 417 psEncC->LBRR_GainIncreases = silk_max_int( 7 - silk_SMULWB( (opus_int32)psEncC->PacketLoss_perc, SILK_FIX_CONST( 0.4, 16 ) ), 2 );
MacroCount.h 649 #undef silk_max_int macro
650 static OPUS_INLINE opus_int silk_max_int(opus_int a, opus_int b) function
SigProc_FIX.h 532 static OPUS_INLINE opus_int silk_max_int(opus_int a, opus_int b) function
    [all...]
  /external/libopus/silk/
NLSF_VQ_weights_laroia.c 55 tmp1_int = silk_max_int( pNLSF_Q15[ 0 ], 1 );
57 tmp2_int = silk_max_int( pNLSF_Q15[ 1 ] - pNLSF_Q15[ 0 ], 1 );
64 tmp1_int = silk_max_int( pNLSF_Q15[ k + 1 ] - pNLSF_Q15[ k ], 1 );
69 tmp2_int = silk_max_int( pNLSF_Q15[ k + 2 ] - pNLSF_Q15[ k + 1 ], 1 );
76 tmp1_int = silk_max_int( ( 1 << 15 ) - pNLSF_Q15[ D - 1 ], 1 );
stereo_find_predictor.c 50 scale = silk_max_int( scale1, scale2 );
54 nrgx = silk_max_int( nrgx, 1 );
61 smooth_coef_Q16 = (opus_int)silk_max_int( smooth_coef_Q16, silk_abs( pred2_Q10 ) );
NLSF_stabilize.c 129 NLSF_Q15[0] = silk_max_int( NLSF_Q15[0], NDeltaMin_Q15[0] );
133 NLSF_Q15[i] = silk_max_int( NLSF_Q15[i], NLSF_Q15[i-1] + NDeltaMin_Q15[i] );
gain_quant.c 106 *prev_ind = silk_max_int( ind[ k ], *prev_ind - 16 );
PLC.c 217 rand_ptr = &psDec->exc_Q14[ silk_max_int( 0, ( psPLC->nb_subfr - 1 ) * psPLC->subfr_length - RAND_BUF_SIZE ) ];
220 rand_ptr = &psDec->exc_Q14[ silk_max_int( 0, psPLC->nb_subfr * psPLC->subfr_length - RAND_BUF_SIZE ) ];
VAD.c 338 coef = silk_max_int( coef, min_coef );
stereo_LR_to_MS.c 195 mid_side_rates_bps[ 0 ] = silk_max_int( 1, total_rate_bps - mid_side_rates_bps[ 1 ]);
control_codec.c 417 psEncC->LBRR_GainIncreases = silk_max_int( 7 - silk_SMULWB( (opus_int32)psEncC->PacketLoss_perc, SILK_FIX_CONST( 0.4, 16 ) ), 2 );
MacroCount.h 649 #undef silk_max_int macro
650 static OPUS_INLINE opus_int silk_max_int(opus_int a, opus_int b) function
  /external/chromium_org/third_party/opus/src/silk/fixed/
residual_energy16_FIX.c 66 Qxtra = silk_max_int( Qxtra, 0 );
find_pitch_lags_FIX.c 99 psEncCtrl->predGain_Q16 = silk_DIV32_varQ( auto_corr[ 0 ], silk_max_int( res_nrg, 1 ), 16 );
find_LTP_FIX.c 142 maxRshifts = silk_max_int( corr_rshifts[ k ], maxRshifts );
193 extra_shifts = silk_max_int( extra_shifts, 0 );
  /external/libopus/silk/fixed/
residual_energy16_FIX.c 66 Qxtra = silk_max_int( Qxtra, 0 );
find_pitch_lags_FIX.c 99 psEncCtrl->predGain_Q16 = silk_DIV32_varQ( auto_corr[ 0 ], silk_max_int( res_nrg, 1 ), 16 );
find_LTP_FIX.c 142 maxRshifts = silk_max_int( corr_rshifts[ k ], maxRshifts );
193 extra_shifts = silk_max_int( extra_shifts, 0 );

Completed in 294 milliseconds

1 2