Home
last modified time | relevance | path

Searched refs:res_pitch (Results 1 – 6 of 6) sorted by relevance

/external/libopus/silk/float/
Dfind_pred_coefs_FLP.c38 …const silk_float res_pitch[], /* I Residual from pitch an… in silk_find_pred_coefs_FLP() argument
65 …silk_find_LTP_FLP( XXLTP, xXLTP, res_pitch, psEncCtrl->pitchL, psEnc->sCmn.subfr_length, psEnc->sC… in silk_find_pred_coefs_FLP()
Dencode_frame_FLP.c96 silk_float res_pitch[ 2 * MAX_FRAME_LENGTH + LA_PITCH_MAX ]; in silk_encode_frame_FLP() local
121 …res_pitch_frame = res_pitch + psEnc->sCmn.ltp_mem_length; /* start of pitch LPC residual fra… in silk_encode_frame_FLP()
142 silk_find_pitch_lags_FLP( psEnc, &sEncCtrl, res_pitch, x_frame, psEnc->sCmn.arch ); in silk_encode_frame_FLP()
Dmain_FLP.h131 …const silk_float res_pitch[], /* I Residual from pitch an…
/external/libopus/silk/fixed/
Dfind_pred_coefs_FIX.c38 …const opus_int16 res_pitch[], /* I Residual from pitc… in silk_find_pred_coefs_FIX() argument
89 silk_find_LTP_FIX( XXLTP_Q17, xXLTP_Q17, res_pitch, in silk_find_pred_coefs_FIX()
Dencode_frame_FIX.c132 VARDECL( opus_int16, res_pitch ); in silk_encode_frame_FIX()
136 ALLOC( res_pitch, in silk_encode_frame_FIX()
140 res_pitch_frame = res_pitch + psEnc->sCmn.ltp_mem_length; in silk_encode_frame_FIX()
145 …silk_find_pitch_lags_FIX( psEnc, &sEncCtrl, res_pitch, x_frame - psEnc->sCmn.ltp_mem_length, psEnc… in silk_encode_frame_FIX()
Dmain_FIX.h148 …const opus_int16 res_pitch[], /* I Residual from pitc…