HomeSort by relevance Sort by last modified time
    Searched defs:x_buf (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
lp_dec2.c 41 Word16 *p_x, x_buf[L_FRAME + L_MEM]; local
45 p_x = x_buf;
57 p_x = &x_buf[i];
  /external/libopus/silk/fixed/
find_pitch_lags_FIX.c 47 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, psEnc->sCmn.arch );
structs_FIX.h 73 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:__anon23938
  /external/libopus/silk/float/
find_pitch_lags_FLP.c 46 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 );
structs_FLP.h 73 silk_float x_buf[ 2 * MAX_FRAME_LENGTH + LA_SHAPE_MAX ];/* Buffer for find pitch and noise shape analysis */ member in struct:__anon23943

Completed in 488 milliseconds