Searched defs:x_buf (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/float/
H A Dfind_pitch_lags_FLP.c46 const silk_float *x_buf_ptr, *x_buf; local
61 x_buf = x - psEnc->sCmn.ltp_mem_length;
70 x_buf_ptr = x_buf + buf_len - psEnc->sCmn.pitch_LPC_win_length;
105 silk_LPC_analysis_filter_FLP( res, A, x_buf, buf_len, psEnc->sCmn.pitchEstimationLPCOrder );
H A Dstructs_FLP.h73 silk_float x_buf[ 2 * MAX_FRAME_LENGTH + LA_SHAPE_MAX ];/* Buffer for find pitch and noise shape analysis */ member in struct:__anon14721
/external/libopus/silk/float/
H A Dfind_pitch_lags_FLP.c46 const silk_float *x_buf_ptr, *x_buf; local
61 x_buf = x - psEnc->sCmn.ltp_mem_length;
70 x_buf_ptr = x_buf + buf_len - psEnc->sCmn.pitch_LPC_win_length;
105 silk_LPC_analysis_filter_FLP( res, A, x_buf, buf_len, psEnc->sCmn.pitchEstimationLPCOrder );
H A Dstructs_FLP.h73 silk_float x_buf[ 2 * MAX_FRAME_LENGTH + LA_SHAPE_MAX ];/* Buffer for find pitch and noise shape analysis */ member in struct:__anon24552
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dfind_pitch_lags_FIX.c47 const opus_int16 *x_buf, *x_buf_ptr; local
64 x_buf = x - psEnc->sCmn.ltp_mem_length;
75 x_buf_ptr = x_buf + buf_len - psEnc->sCmn.pitch_LPC_win_length;
115 silk_LPC_analysis_filter( res, x_buf, A_Q12, buf_len, psEnc->sCmn.pitchEstimationLPCOrder );
H A Dstructs_FIX.h73 silk_DWORD_ALIGN opus_int16 x_buf[ 2 * MAX_FRAME_LENGTH + LA_SHAPE_MAX ];/* Buffer for find pitch and noise shape analysis */ member in struct:__anon14716
/external/libopus/silk/fixed/
H A Dfind_pitch_lags_FIX.c47 const opus_int16 *x_buf, *x_buf_ptr; local
64 x_buf = x - psEnc->sCmn.ltp_mem_length;
75 x_buf_ptr = x_buf + buf_len - psEnc->sCmn.pitch_LPC_win_length;
115 silk_LPC_analysis_filter( res, x_buf, A_Q12, buf_len, psEnc->sCmn.pitchEstimationLPCOrder );
H A Dstructs_FIX.h73 silk_DWORD_ALIGN opus_int16 x_buf[ 2 * MAX_FRAME_LENGTH + LA_SHAPE_MAX ];/* Buffer for find pitch and noise shape analysis */ member in struct:__anon24547

Completed in 122 milliseconds