Searched refs:res_pitch (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dfind_pred_coefs_FIX.c38 const opus_int16 res_pitch[], /* I Residual from pitch analysis */
91 res_pitch, psEncCtrl->pitchL, Wght_Q15, psEnc->sCmn.subfr_length,
35 silk_find_pred_coefs_FIX( silk_encoder_state_FIX *psEnc, silk_encoder_control_FIX *psEncCtrl, const opus_int16 res_pitch[], const opus_int16 x[], opus_int condCoding ) argument
H A Dencode_frame_FIX.c122 VARDECL( opus_int16, res_pitch );
126 ALLOC( res_pitch,
130 res_pitch_frame = res_pitch + psEnc->sCmn.ltp_mem_length;
135 silk_find_pitch_lags_FIX( psEnc, &sEncCtrl, res_pitch, x_frame, psEnc->sCmn.arch );
145 silk_find_pred_coefs_FIX( psEnc, &sEncCtrl, res_pitch, x_frame, condCoding );
H A Dmain_FIX.h145 const opus_int16 res_pitch[], /* I Residual from pitch analysis */
/external/chromium_org/third_party/opus/src/silk/float/
H A Dfind_pred_coefs_FLP.c38 const silk_float res_pitch[], /* I Residual from pitch analysis */
65 silk_find_LTP_FLP( psEncCtrl->LTPCoef, WLTP, &psEncCtrl->LTPredCodGain, res_pitch,
35 silk_find_pred_coefs_FLP( silk_encoder_state_FLP *psEnc, silk_encoder_control_FLP *psEncCtrl, const silk_float res_pitch[], const silk_float x[], opus_int condCoding ) argument
H A Dencode_frame_FLP.c89 silk_float res_pitch[ 2 * MAX_FRAME_LENGTH + LA_PITCH_MAX ]; local
111 res_pitch_frame = res_pitch + psEnc->sCmn.ltp_mem_length; /* start of pitch LPC residual frame */
132 silk_find_pitch_lags_FLP( psEnc, &sEncCtrl, res_pitch, x_frame, psEnc->sCmn.arch );
142 silk_find_pred_coefs_FLP( psEnc, &sEncCtrl, res_pitch, x_frame, condCoding );
H A Dmain_FLP.h141 const silk_float res_pitch[], /* I Residual from pitch analysis */
/external/libopus/silk/fixed/
H A Dfind_pred_coefs_FIX.c38 const opus_int16 res_pitch[], /* I Residual from pitch analysis */
91 res_pitch, psEncCtrl->pitchL, Wght_Q15, psEnc->sCmn.subfr_length,
35 silk_find_pred_coefs_FIX( silk_encoder_state_FIX *psEnc, silk_encoder_control_FIX *psEncCtrl, const opus_int16 res_pitch[], const opus_int16 x[], opus_int condCoding ) argument
H A Dencode_frame_FIX.c122 VARDECL( opus_int16, res_pitch );
126 ALLOC( res_pitch,
130 res_pitch_frame = res_pitch + psEnc->sCmn.ltp_mem_length;
135 silk_find_pitch_lags_FIX( psEnc, &sEncCtrl, res_pitch, x_frame, psEnc->sCmn.arch );
145 silk_find_pred_coefs_FIX( psEnc, &sEncCtrl, res_pitch, x_frame, condCoding );
H A Dmain_FIX.h145 const opus_int16 res_pitch[], /* I Residual from pitch analysis */
/external/libopus/silk/float/
H A Dfind_pred_coefs_FLP.c38 const silk_float res_pitch[], /* I Residual from pitch analysis */
65 silk_find_LTP_FLP( psEncCtrl->LTPCoef, WLTP, &psEncCtrl->LTPredCodGain, res_pitch,
35 silk_find_pred_coefs_FLP( silk_encoder_state_FLP *psEnc, silk_encoder_control_FLP *psEncCtrl, const silk_float res_pitch[], const silk_float x[], opus_int condCoding ) argument
H A Dencode_frame_FLP.c89 silk_float res_pitch[ 2 * MAX_FRAME_LENGTH + LA_PITCH_MAX ]; local
111 res_pitch_frame = res_pitch + psEnc->sCmn.ltp_mem_length; /* start of pitch LPC residual frame */
132 silk_find_pitch_lags_FLP( psEnc, &sEncCtrl, res_pitch, x_frame, psEnc->sCmn.arch );
142 silk_find_pred_coefs_FLP( psEnc, &sEncCtrl, res_pitch, x_frame, condCoding );
H A Dmain_FLP.h141 const silk_float res_pitch[], /* I Residual from pitch analysis */

Completed in 1493 milliseconds