Searched refs:x_buf (Results 1 – 7 of 7) sorted by relevance
/external/libopus/silk/float/ |
D | find_pitch_lags_FLP.c | 46 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()
|
D | encode_frame_FLP.c | 110 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()
|
D | structs_FLP.h | 73 …silk_float x_buf[ 2 * MAX_FRAME_LENGTH + LA_SHAPE_MAX ];/* Buffer for find pitch … member
|
/external/libopus/silk/fixed/ |
D | find_pitch_lags_FIX.c | 47 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()
|
D | encode_frame_FIX.c | 108 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()
|
D | structs_FIX.h | 73 …silk_DWORD_ALIGN opus_int16 x_buf[ 2 * MAX_FRAME_LENGTH + LA_SHAPE_MAX ];/* Buffer for find pitch … member
|
/external/libopus/silk/ |
D | control_codec.c | 152 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()
|