Home
last modified time | relevance | path

Searched refs:x_buf (Results 1 – 9 of 9) 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()
Dstructs_FLP.h57 …silk_float x_buf[ 2 * MAX_FRAME_LENGTH + LA_SHAPE_MAX ];/* Buffer for find pitch … member
Dencode_frame_FLP.c120 x_frame = psEnc->x_buf + psEnc->sCmn.ltp_mem_length; /* start of frame to encode */ in silk_encode_frame_FLP()
357 silk_memmove( psEnc->x_buf, &psEnc->x_buf[ psEnc->sCmn.frame_length ], in silk_encode_frame_FLP()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_matvec.h32 void MatVec(T* out_buf, T* mat_buf, T* x_buf, int64 rows, int64 cols, in MatVec() argument
43 auto x = VectorMap(x_buf, cols); in MatVec()
/external/nos/host/android/hals/keymaster/
Dimport_key.cpp229 unique_ptr<uint8_t[]> x_buf(new uint8_t[field_size]); in import_key_ec() local
230 if (!BN_bn2le_padded(x_buf.get(), field_size, x.get())) { in import_key_ec()
234 request->mutable_ec()->set_x(x_buf.get(), field_size); in import_key_ec()
/external/nos/host/android/hals/keymaster/test/
Dimport_key_test.cpp288 unique_ptr<uint8_t[]> x_buf(new uint8_t[field_size]); in MatchAndExplainEC() local
289 if (!BN_bn2le_padded(x_buf.get(), field_size, x.get())) { in MatchAndExplainEC()
294 memcmp(request.ec().x().data(), x_buf.get(), field_size) != 0) { in MatchAndExplainEC()
/external/libopus/silk/
Dcontrol_codec.c151 opus_int16 *x_bufFIX = psEnc->x_buf; in silk_setup_resamplers()
167 silk_float2short_array( x_bufFIX, psEnc->x_buf, old_buf_samples ); in silk_setup_resamplers()
188 silk_short2float_array( psEnc->x_buf, x_bufFIX, new_buf_samples); in silk_setup_resamplers()
/external/libopus/silk/fixed/
Dstructs_FIX.h58 …silk_DWORD_ALIGN opus_int16 x_buf[ 2 * MAX_FRAME_LENGTH + LA_SHAPE_MAX ];/* Buffer for find pitch … member
Dencode_frame_FIX.c119 x_frame = psEnc->x_buf + psEnc->sCmn.ltp_mem_length; in silk_encode_frame_FIX()
365 silk_memmove( psEnc->x_buf, &psEnc->x_buf[ psEnc->sCmn.frame_length ], in silk_encode_frame_FIX()