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

  /external/libopus/silk/fixed/
warped_autocorrelation_FIX.c 42 const opus_int warping_Q16, /* I Warping coefficient */
62 tmp2_QS = silk_SMLAWB( state_QS[ i ], state_QS[ i + 1 ] - tmp1_QS, warping_Q16 );
66 tmp1_QS = silk_SMLAWB( state_QS[ i + 1 ], state_QS[ i + 2 ] - tmp2_QS, warping_Q16 );
noise_shape_analysis_FIX.c 153 opus_int k, i, nSamples, Qnrg, b_Q14, warping_Q16, scale = 0;
254 if( psEnc->sCmn.warping_Q16 > 0 ) {
256 warping_Q16 = silk_SMLAWB( psEnc->sCmn.warping_Q16, (opus_int32)psEncCtrl->coding_quality_Q14, SILK_FIX_CONST( 0.01, 18 ) );
258 warping_Q16 = 0;
280 if( psEnc->sCmn.warping_Q16 > 0 ) {
282 silk_warped_autocorrelation_FIX( auto_corr, &scale, x_windowed, warping_Q16, psEnc->sCmn.shapeWinLength, psEnc->sCmn.shapingLPCOrder );
314 if( psEnc->sCmn.warping_Q16 > 0 ) {
316 gain_mult_Q16 = warped_gain( AR2_Q24, warping_Q16, psEnc->sCmn.shapingLPCOrder );
344 limit_warped_coefs( AR2_Q24, AR1_Q24, warping_Q16, SILK_FIX_CONST( 3.999, 24 ), psEnc->sCmn.shapingLPCOrder )
    [all...]
main_FIX.h 117 const opus_int warping_Q16, /* I Warping coefficient */
encode_frame_FIX.c 196 if( psEnc->sCmn.nStatesDelayedDecision > 1 || psEnc->sCmn.warping_Q16 > 0 ) {
370 if( psEnc->sCmn.nStatesDelayedDecision > 1 || psEnc->sCmn.warping_Q16 > 0 ) {
prefilter_FIX.c 133 psEnc->sCmn.warping_Q16, psEnc->sCmn.subfr_length, psEnc->sCmn.shapingLPCOrder );
  /external/libopus/silk/
control_codec.c 332 psEncC->warping_Q16 = 0;
343 psEncC->warping_Q16 = 0;
354 psEncC->warping_Q16 = psEncC->fs_kHz * SILK_FIX_CONST( WARPING_MULTIPLIER, 16 );
365 psEncC->warping_Q16 = psEncC->fs_kHz * SILK_FIX_CONST( WARPING_MULTIPLIER, 16 );
376 psEncC->warping_Q16 = psEncC->fs_kHz * SILK_FIX_CONST( WARPING_MULTIPLIER, 16 );
387 silk_assert( psEncC->warping_Q16 <= 32767 );
NSQ_del_dec.c 103 opus_int warping_Q16, /* I */
260 psEncC->predictLPCOrder, psEncC->warping_Q16, psEncC->nStatesDelayedDecision, &smpl_buf_idx, decisionDelay );
329 opus_int warping_Q16, /* I */
423 tmp2 = silk_SMLAWB( psLPC_Q14[ 0 ], psDD->sAR2_Q14[ 0 ], warping_Q16 );
425 tmp1 = silk_SMLAWB( psDD->sAR2_Q14[ 0 ], psDD->sAR2_Q14[ 1 ] - tmp2, warping_Q16 );
432 tmp2 = silk_SMLAWB( psDD->sAR2_Q14[ j - 1 ], psDD->sAR2_Q14[ j + 0 ] - tmp1, warping_Q16 );
436 tmp1 = silk_SMLAWB( psDD->sAR2_Q14[ j + 0 ], psDD->sAR2_Q14[ j + 1 ] - tmp2, warping_Q16 );
    [all...]
structs.h 178 opus_int warping_Q16; /* Warping parameter for warped noise shaping */
  /external/libopus/silk/float/
noise_shape_analysis_FLP.c 220 if( psEnc->sCmn.warping_Q16 > 0 ) {
222 warping = (silk_float)psEnc->sCmn.warping_Q16 / 65536.0f + 0.01f * psEncCtrl->coding_quality;
245 if( psEnc->sCmn.warping_Q16 > 0 ) {
261 if( psEnc->sCmn.warping_Q16 > 0 ) {
prefilter_FLP.c 133 (silk_float)psEnc->sCmn.warping_Q16 / 65536.0f, psEnc->sCmn.subfr_length, psEnc->sCmn.shapingLPCOrder );
wrappers_FLP.c 162 if( psEnc->sCmn.nStatesDelayedDecision > 1 || psEnc->sCmn.warping_Q16 > 0 ) {

Completed in 4660 milliseconds