Searched defs:x_buf (Results 1 - 4 of 4) sorted by relevance
/external/libopus/silk/float/ |
H A D | 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 );
|
H A D | structs_FLP.h | 57 silk_float x_buf[ 2 * MAX_FRAME_LENGTH + LA_SHAPE_MAX ];/* Buffer for find pitch and noise shape analysis */ member in struct:__anon12254
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | runtime_matvec.cc | 29 void MatVec(T* out_buf, T* mat_buf, T* x_buf, int64 rows, int64 cols, argument 40 auto x = VectorMap(x_buf, cols);
|
/external/libopus/silk/fixed/ |
H A D | structs_FIX.h | 58 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:__anon12250
|
Completed in 120 milliseconds