Searched refs:res_pitch (Results 1 – 6 of 6) sorted by relevance
/external/libopus/silk/float/ |
D | find_pred_coefs_FLP.c | 38 …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()
|
D | encode_frame_FLP.c | 96 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()
|
D | main_FLP.h | 131 …const silk_float res_pitch[], /* I Residual from pitch an…
|
/external/libopus/silk/fixed/ |
D | find_pred_coefs_FIX.c | 38 …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()
|
D | encode_frame_FIX.c | 132 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()
|
D | main_FIX.h | 148 …const opus_int16 res_pitch[], /* I Residual from pitc…
|