Home
last modified time | relevance | path

Searched refs:st_ptr (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/common_algorithm/audio/rkaudio_algorithms/demo/
H A DMain.cpp91 void* st_ptr = NULL; in test_cmd() local
93st_ptr = rkaudio_preprocess_init(mSampleRate, mBitPerSample, num_src_channel, num_ref_channel, &pa… in test_cmd()
95 if (st_ptr == NULL) in test_cmd()
107 out_size = rkaudio_preprocess_short(st_ptr, (short*)in, out, in_size, &is_wakeup); in test_cmd()
108 int targ_Doa = rkaudio_Doa_invoke(st_ptr); in test_cmd()
123 rkaudio_preprocess_get_cmd_id(st_ptr, &cmd_score, &cmd_id); in test_cmd()
155 if (st_ptr) in test_cmd()
156 rkaudio_preprocess_destory(st_ptr); in test_cmd()
223 void* st_ptr = NULL; in test_aec() local
225st_ptr = rkaudio_preprocess_init(mSampleRate, mBitPerSample, num_src_channel, num_ref_channel, &pa… in test_aec()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/math-emu/
H A Dreg_compare.c210 FPU_REG *st_ptr; in compare_st_st() local
219 st_ptr = &st(nr); in compare_st_st()
220 c = compare(st_ptr, FPU_gettagi(nr)); in compare_st_st()
256 FPU_REG *st_ptr; in compare_i_st_st() local
266 st_ptr = &st(nr); in compare_i_st_st()
267 c = compare(st_ptr, FPU_gettagi(nr)); in compare_i_st_st()
304 FPU_REG *st_ptr; in compare_u_st_st() local
313 st_ptr = &st(nr); in compare_u_st_st()
314 c = compare(st_ptr, FPU_gettagi(nr)); in compare_u_st_st()
354 FPU_REG *st_ptr; in compare_ui_st_st() local
[all …]
H A Dreg_divide.c31 FPU_REG const *a, *b, *st0_ptr, *st_ptr; in FPU_div() local
50 st_ptr = a; in FPU_div()
62 st_ptr = b; in FPU_div()
/OK3568_Linux_fs/external/common_algorithm/audio/rkaudio_algorithms/include/
H A Drkaudio_preprocess.h392 int rkaudio_Doa_invoke(void* st_ptr);
393 int rkaudio_Cir_Doa_invoke(void* st_ptr, int* ang_doa, int* pth_doa);
394 int rkaudio_preprocess_get_cmd_id(void* st_ptr, float* asr_score, int* cmd_id);
396 void rkaudio_preprocess_destory(void *st_ptr);
398 int rkaudio_preprocess_short(void *st_ptr, short *in, short *out, int in_size, int *is_wakeup);
399 int rkaudio_rx_short(void* st_ptr, short* in, short* out);
400 int rkaudio_preprocess_key_short(void *st_ptr, short *in, short *out, int in_size);
401 int rkaudio_preprocess_command_short(void *st_ptr, short *in, int in_size, float *asr_scor);