OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:q15_t
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/simple_features/CMSIS/
simple_features_generator.cc
28
void quantize(
q15_t
* bufA,
q15_t
* bufB, uint8_t* output);
30
q15_t
bufA[FFT_SIZE];
31
q15_t
bufB[FFT_SIZE];
60
arm_mult_q15((
q15_t
*)input, g_hanning, bufB, 480);
85
void quantize(
q15_t
* bufA,
q15_t
* bufB, uint8_t* output) {
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
arm_common_tables.h
47
extern const
q15_t
armRecipTableQ15[64];
70
extern const
q15_t
twiddleCoef_16_q15[24];
71
extern const
q15_t
twiddleCoef_32_q15[48];
72
extern const
q15_t
twiddleCoef_64_q15[96];
73
extern const
q15_t
twiddleCoef_128_q15[192];
74
extern const
q15_t
twiddleCoef_256_q15[384];
75
extern const
q15_t
twiddleCoef_512_q15[768];
76
extern const
q15_t
twiddleCoef_1024_q15[1536];
77
extern const
q15_t
twiddleCoef_2048_q15[3072];
78
extern const
q15_t
twiddleCoef_4096_q15[6144]
[
all
...]
arm_math.h
377
typedef int16_t
q15_t
;
typedef
469
static __INLINE
q15_t
clip_q63_to_q15(
473
((0x7FFF ^ ((
q15_t
) (x >> 63)))) : (
q15_t
) (x >> 15);
489
static __INLINE
q15_t
clip_q31_to_q15(
493
((0x7FFF ^ ((
q15_t
) (x >> 31)))) : (
q15_t
) x;
593
q15_t
in,
594
q15_t
* dst,
595
q15_t
* pRecipTable
[
all
...]
/device/google/contexthub/firmware/external/arm/
arm_common_tables.c
[
all
...]
Completed in 1124 milliseconds