Home
last modified time | relevance | path

Searched refs:x_buf (Results 1 – 7 of 7) sorted by relevance

/external/libopus/silk/float/
Dfind_pitch_lags_FLP.c46 const silk_float *x_buf_ptr, *x_buf; in silk_find_pitch_lags_FLP() local
61 x_buf = x - psEnc->sCmn.ltp_mem_length; in silk_find_pitch_lags_FLP()
70 x_buf_ptr = x_buf + buf_len - psEnc->sCmn.pitch_LPC_win_length; in silk_find_pitch_lags_FLP()
105 silk_LPC_analysis_filter_FLP( res, A, x_buf, buf_len, psEnc->sCmn.pitchEstimationLPCOrder ); in silk_find_pitch_lags_FLP()
Dencode_frame_FLP.c110 x_frame = psEnc->x_buf + psEnc->sCmn.ltp_mem_length; /* start of frame to encode */ in silk_encode_frame_FLP()
294 silk_memmove( psEnc->x_buf, &psEnc->x_buf[ psEnc->sCmn.frame_length ], in silk_encode_frame_FLP()
Dstructs_FLP.h73 …silk_float x_buf[ 2 * MAX_FRAME_LENGTH + LA_SHAPE_MAX ];/* Buffer for find pitch … member
/external/libopus/silk/fixed/
Dfind_pitch_lags_FIX.c47 const opus_int16 *x_buf, *x_buf_ptr; in silk_find_pitch_lags_FIX() local
64 x_buf = x - psEnc->sCmn.ltp_mem_length; in silk_find_pitch_lags_FIX()
75 x_buf_ptr = x_buf + buf_len - psEnc->sCmn.pitch_LPC_win_length; in silk_find_pitch_lags_FIX()
115 …silk_LPC_analysis_filter( res, x_buf, A_Q12, buf_len, psEnc->sCmn.pitchEstimationLPCOrder, psEnc->… in silk_find_pitch_lags_FIX()
Dencode_frame_FIX.c108 x_frame = psEnc->x_buf + psEnc->sCmn.ltp_mem_length; in silk_encode_frame_FIX()
304 silk_memmove( psEnc->x_buf, &psEnc->x_buf[ psEnc->sCmn.frame_length ], in silk_encode_frame_FIX()
Dstructs_FIX.h73 …silk_DWORD_ALIGN opus_int16 x_buf[ 2 * MAX_FRAME_LENGTH + LA_SHAPE_MAX ];/* Buffer for find pitch … member
/external/libopus/silk/
Dcontrol_codec.c152 opus_int16 *x_bufFIX = psEnc->x_buf; in silk_setup_resamplers()
168 silk_float2short_array( x_bufFIX, psEnc->x_buf, old_buf_samples ); in silk_setup_resamplers()
189 silk_short2float_array( psEnc->x_buf, x_bufFIX, new_buf_samples); in silk_setup_resamplers()