Searched refs:x_buf (Results 1 - 14 of 14) sorted by relevance

/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:__anon13978
H A Dencode_frame_FIX.c108 x_frame = psEnc->x_buf + psEnc->sCmn.ltp_mem_length;
302 silk_memmove( psEnc->x_buf, &psEnc->x_buf[ psEnc->sCmn.frame_length ],
/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:__anon13983
H A Dencode_frame_FLP.c110 x_frame = psEnc->x_buf + psEnc->sCmn.ltp_mem_length; /* start of frame to encode */
294 silk_memmove( psEnc->x_buf, &psEnc->x_buf[ psEnc->sCmn.frame_length ],
/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:__anon23743
H A Dencode_frame_FIX.c108 x_frame = psEnc->x_buf + psEnc->sCmn.ltp_mem_length;
302 silk_memmove( psEnc->x_buf, &psEnc->x_buf[ psEnc->sCmn.frame_length ],
/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:__anon23748
H A Dencode_frame_FLP.c110 x_frame = psEnc->x_buf + psEnc->sCmn.ltp_mem_length; /* start of frame to encode */
294 silk_memmove( psEnc->x_buf, &psEnc->x_buf[ psEnc->sCmn.frame_length ],
/external/chromium_org/third_party/opus/src/silk/
H A Dcontrol_codec.c152 opus_int16 *x_bufFIX = psEnc->x_buf;
168 silk_float2short_array( x_bufFIX, psEnc->x_buf, old_buf_samples );
171 /* Initialize resampler for temporary resampling of x_buf data to API_fs_Hz */
178 /* Temporary resampling of x_buf data to API_fs_Hz */
189 silk_short2float_array( psEnc->x_buf, x_bufFIX, new_buf_samples);
/external/libopus/silk/
H A Dcontrol_codec.c152 opus_int16 *x_bufFIX = psEnc->x_buf;
168 silk_float2short_array( x_bufFIX, psEnc->x_buf, old_buf_samples );
171 /* Initialize resampler for temporary resampling of x_buf data to API_fs_Hz */
178 /* Temporary resampling of x_buf data to API_fs_Hz */
189 silk_short2float_array( psEnc->x_buf, x_bufFIX, new_buf_samples);

Completed in 2864 milliseconds