Home
last modified time | relevance | path

Searched refs:st (Results 1 – 25 of 135) sorted by relevance

123456

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djcarith.c229 sv = *st; in arith_encode()
425 st += 1; in encode_mcu_DC_first()
514 st += 3; in encode_mcu_AC_first()
516 st += 2; in encode_mcu_AC_first()
531 st += 1; in encode_mcu_AC_first()
537 st += 14; in encode_mcu_AC_first()
674 st += 3; in encode_mcu_AC_refine()
758 st += 1; in encode_mcu()
789 st += 3; in encode_mcu()
800 st += 2; in encode_mcu()
[all …]
A Djdarith.c151 sv = *st; in arith_decode()
278 st += 2; st += sign; in decode_mcu_DC_first()
288 st += 1; in decode_mcu_DC_first()
355 st += 3; in decode_mcu_AC_first()
365 st += 2; in decode_mcu_AC_first()
378 st += 1; in decode_mcu_AC_first()
384 st += 14; in decode_mcu_AC_first()
553 st += 2; st += sign; in decode_mcu()
563 st += 1; in decode_mcu()
597 st += 3; in decode_mcu()
[all …]
A Dmissing81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/
A Diirfilt.h44 void iirfilt_design(IirBiquardState *st, int fs, int f0, float gain, float q, enum IIR_BIQUARD_TYPE…
46 void iirfilt_raw(IirBiquardState *st, float b0, float b1, float b2, float a1, float a2);
48 void iirfilt_reset(IirBiquardState *st, int stages);
50 void iirfilt_process(IirBiquardState *st, int stages, int16_t *buf, int frame_size);
52 void iirfilt_process_int24(IirBiquardState *st, int stages, int32_t *buf, int frame_size);
54 void iirfilt_process_float(IirBiquardState *st, int stages, float *buf, int frame_size);
57 void iirfilt_process2(IirBiquardState *st, int stages, float master_gain, int16_t *buf, int frame_s…
59 void iirfilt_process2_int24(IirBiquardState *st, int stages, float master_gain, int32_t *buf, int f…
61 void iirfilt_process2_float(IirBiquardState *st, int stages, float master_gain, float *buf, int fra…
63 void iirfilt_process3(IirBiquardState *st, int stages, float master_gain, int16_t *buf, int frame_s…
[all …]
A Dspeech_eq.h50 int32_t eq_destroy(EqState *st);
52 int32_t eq_set_config(EqState *st, const EqConfig *cfg);
54 int32_t eq_process(EqState *st, int16_t *pcm_buf, int32_t pcm_len);
56 int32_t eq_process_int24(EqState *st, int32_t *pcm_buf, int32_t pcm_len);
58 int32_t eq_process_float(EqState *st, float *pcm_buf, int32_t pcm_len);
60 int32_t eq_process2(EqState *st, int16_t *pcm_buf, int32_t pcm_len, int32_t stride);
62 int32_t eq_process2_int24(EqState *st, int32_t *pcm_buf, int32_t pcm_len, int32_t stride);
64 int32_t eq_process2_float(EqState *st, float *pcm_buf, int32_t pcm_len, int32_t stride);
66 float eq_get_required_mips(EqState *st);
A Dlc_mmse_ns_float.h25 int32_t speech_ns2float_destroy(SpeechNs2FloatState *st);
27 int32_t speech_ns2float_set_config(SpeechNs2FloatState *st, const SpeechNs2FloatConfig *cfg);
29 int32_t speech_ns2float_process(SpeechNs2FloatState *st, int16_t *pcm_buf, int32_t pcm_len);
31 int32_t speech_ns2float_set_echo_state(SpeechNs2FloatState *st, void *echo_state);
33 int32_t speech_ns2float_set_echo_suppress(SpeechNs2FloatState *st, int32_t echo_suppress);
35 void speech_ns2float_set_external_vad(SpeechNs2FloatState *st, bool vad);
37 float speech_ns2float_get_required_mips(SpeechNs2FloatState *st);
A Dsensormic_denoise.h35 int32_t sensormic_denoise_trace(SensorMicDenoiseState *st);
37 int32_t sensormic_denoise_destroy(SensorMicDenoiseState *st);
39 int32_t sensormic_denoise_set_config(SensorMicDenoiseState *st, const SensorMicDenoiseConfig *cfg);
41 int32_t sensormic_denoise_process(SensorMicDenoiseState *st, short *pcm_buf, int32_t pcm_len, short…
43 bool sensormic_denoise_get_vad(SensorMicDenoiseState *st);
45 void sensormic_denoise_set_anc_status(SensorMicDenoiseState *st, bool anc_enable);
47 float sensormic_denoise_get_required_mips(SensorMicDenoiseState *st);
A Dspeech_dc_filter.h29 int32_t speech_dc_filter_destroy(SpeechDcFilterState *st);
32 int32_t speech_dc_filter_set_config(SpeechDcFilterState *st, const SpeechDcFilterConfig *cfg);
35 int32_t speech_dc_filter_ctl(SpeechDcFilterState *st, int32_t ctl, void *ptr);
38 int32_t speech_dc_filter_process(SpeechDcFilterState *st, int16_t *pcm_buf, int32_t pcm_len);
41 int32_t speech_dc_filter_dump(SpeechDcFilterState *st);
43 float speech_dc_filter_get_required_mips(SpeechDcFilterState *st);
A Dfftfilt.h23 void fftfilt_destroy(FftFiltState *st);
25 void fftfilt_process_float(FftFiltState *st, float *buf, int frame_size);
27 void fftfilt_process(FftFiltState *st, int16_t *buf, int frame_size);
29 void fftfilt_process2_float(FftFiltState *st, float *buf, int frame_size, int stride);
31 void fftfilt_process2(FftFiltState *st, int16_t *buf, int frame_size, int stride);
A Dlc_mmse_ns.h26 int32_t speech_ns2_destroy(SpeechNs2State *st);
28 int32_t speech_ns2_set_config(SpeechNs2State *st, const SpeechNs2Config *cfg);
30 int32_t speech_ns2_process(SpeechNs2State *st, int16_t *pcm_buf, int32_t pcm_len);
32 int32_t speech_ns2_set_echo_state(SpeechNs2State *st, void *echo_state);
34 int32_t speech_ns2_set_echo_suppress(SpeechNs2State *st, int32_t echo_suppress);
A Dspeech_ns.h30 int32_t speech_ns_destroy(SpeechNsState *st);
33 int32_t speech_ns_set_config(SpeechNsState *st, const SpeechNsConfig *cfg);
36 int32_t speech_ns_ctl(SpeechNsState *st, int32_t ctl, void *ptr);
39 int32_t speech_ns_process(SpeechNsState *st, int16_t *pcm_buf, int32_t pcm_len);
42 int32_t speech_ns_dump(SpeechNsState *st);
A Dspeech_aec.h36 int32_t speech_aec_destroy(SpeechAecState *st);
39 int32_t speech_aec_set_config(SpeechAecState *st, const SpeechAecConfig *cfg);
42 int32_t speech_aec_ctl(SpeechAecState *st, int32_t ctl, void *ptr);
45 int32_t speech_aec_process(SpeechAecState *st, int16_t *pcm_in, int16_t *pcm_ref, int32_t pcm_len, …
48 int32_t speech_aec_dump(SpeechAecState *st);
A Decho_canceller.h46 int32_t ec2float_destroy(Ec2FloatState *st);
48 int32_t ec2float_set_config(Ec2FloatState *st, const Ec2FloatConfig *cfg);
50 int32_t ec2float_process(Ec2FloatState *st, int16_t *pcm_in, int16_t *pcm_ref, int32_t pcm_len, int…
52 int32_t ec2float_set_external_vad(Ec2FloatState *st, bool vad);
54 float ec2float_get_required_mips(Ec2FloatState *st);
A Dspeech_gain.h30 int32_t speech_gain_destroy(SpeechGainState *st);
33 int32_t speech_gain_set_config(SpeechGainState *st, const SpeechGainConfig *cfg);
39 int32_t speech_gain_process(SpeechGainState *st, int16_t *pcm_buf, int32_t pcm_len);
42 int32_t speech_gain_dump(SpeechGainState *st);
A Dspeech_2mic_ns2_denoise.h40 int32_t speech_2mic_ns2_destroy(Speech2MicNs2State *st);
42 int32_t speech_2mic_ns2_set_config(Speech2MicNs2State *st, const Speech2MicNs2Config *cfg);
44 int32_t speech_2mic_ns2_process(Speech2MicNs2State *st, short *pcm_buf, int32_t pcm_len, short *out…
46 int32_t speech_2mic_ns2_get_delay(Speech2MicNs2State *st);
48 float speech_2mic_ns2_get_required_mips(Speech2MicNs2State *st);
A Dcompexp.h30 int32_t compexp_destroy(CompexpState *st);
32 int32_t compexp_set_config(CompexpState *st, const CompexpConfig *cfg);
34 int32_t compexp_process(CompexpState *st, int16_t *pcm_buf, int32_t pcm_len);
36 float compexp_get_required_mips(CompexpState *st);
A Dleftright_denoise.h38 int32_t leftright_denoise_destroy(LeftRightDenoiseState *st);
40 int32_t leftright_denoise_set_config(LeftRightDenoiseState *st, const LeftRightDenoiseConfig *cfg);
42 int32_t leftright_denoise_process(LeftRightDenoiseState *st, short *pcm_buf, int32_t pcm_len, short…
44 int32_t leftright_denoise_get_delay(LeftRightDenoiseState *st);
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dadv.c554 if (st == SCHD_IDLE || st == SCHD_ADV_SCAN || st == SCHD_ADV) {
566 static int adv_scan_schd_adv_exit(adv_scan_schd_state_en st) argument
570 if (st == SCHD_ADV_SCAN || st == SCHD_IDLE || st == SCHD_ADV) {
588 if (st == SCHD_IDLE || st == SCHD_ADV_SCAN || st == SCHD_SCAN) {
604 if (st == SCHD_ADV_SCAN || st == SCHD_IDLE || st == SCHD_SCAN) {
620 if (st == SCHD_ADV || st == SCHD_SCAN || st == SCHD_ADV_SCAN || st == SCHD_IDLE) {
634 if (st == SCHD_ADV || st == SCHD_SCAN || st == SCHD_ADV_SCAN) {
658 int bt_mesh_adv_scan_schd(adv_scan_schd_state_en st) argument
661 SCHD_LOGD("%d->%d\n", adv_scan_schd.cur_st, st);
663 if (st < SCHD_INVAILD) {
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dmissing81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
/AliOS-Things-master/components/SDL2/src/image/
A Dmissing81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dmissing81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
/AliOS-Things-master/components/ramfs/src/
A Dramfs_vfs.c226 if (st == NULL) { in ramfs_vfs_stat()
235 st->st_size = ramfs_st.st_size; in ramfs_vfs_stat()
236 st->st_mode = S_IXUSR | S_IXGRP | S_IXOTH; in ramfs_vfs_stat()
247 st->st_mode |= S_IFDIR; in ramfs_vfs_stat()
249 st->st_mode |= S_IFREG; in ramfs_vfs_stat()
266 if (st == NULL) { in ramfs_vfs_fstat()
278 st->st_size = ramfs_st.st_size; in ramfs_vfs_fstat()
290 st->st_mode |= S_IFDIR; in ramfs_vfs_fstat()
292 st->st_mode |= S_IFREG; in ramfs_vfs_fstat()
437 vfs_stat_t st; in ramfs_vfs_rmdir_r() local
[all …]
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmoduzlib.c86 int st = uzlib_gzip_parse_header(&o->decomp); in decompio_make_new() local
87 if (st != TINF_OK) { in decompio_make_new()
114 int st = uzlib_uncompress_chksum(&o->decomp); in decompio_read() local
115 if (st == TINF_DONE) { in decompio_read()
118 if (st < 0) { in decompio_read()
167 int st; in mod_uzlib_decompress() local
175 st = uzlib_zlib_parse_header(decomp); in mod_uzlib_decompress()
176 if (st < 0) { in mod_uzlib_decompress()
182 st = uzlib_uncompress_chksum(decomp); in mod_uzlib_decompress()
183 if (st < 0) { in mod_uzlib_decompress()
[all …]
/AliOS-Things-master/components/py_engine/engine/tools/
A Dmake-frozen.py38 st = os.stat(fullpath) variable
39 modules.append((fullpath[root_len + 1 :], st))
43 for f, st in modules:
50 for f, st in modules:
51 print("%d," % st.st_size)
56 for f, st in modules:
/AliOS-Things-master/components/SDL2/src/power/linux/
A DSDL_syspower.c451 SDL_PowerState st; in SDL_GetPowerInfo_Linux_sys_class_power_supply() local
477 st = SDL_POWERSTATE_NO_BATTERY; in SDL_GetPowerInfo_Linux_sys_class_power_supply()
481 st = SDL_POWERSTATE_CHARGING; in SDL_GetPowerInfo_Linux_sys_class_power_supply()
485 st = SDL_POWERSTATE_CHARGED; in SDL_GetPowerInfo_Linux_sys_class_power_supply()
526 *state = st; in SDL_GetPowerInfo_Linux_sys_class_power_supply()
546 SDL_PowerState st; in check_upower_device() local
564 st = SDL_POWERSTATE_NO_BATTERY; in check_upower_device()
568 st = SDL_POWERSTATE_CHARGING; in check_upower_device()
570 st = SDL_POWERSTATE_ON_BATTERY; in check_upower_device()
572 st = SDL_POWERSTATE_CHARGED; in check_upower_device()
[all …]

Completed in 38 milliseconds

123456