/AliOS-Things-master/components/freetype/src/base/ |
A D | ftlcdfil.c | 56 fir[0] = weights[2] * val1; in _ft_lcd_filter_fir() 57 fir[1] = weights[3] * val1; in _ft_lcd_filter_fir() 58 fir[2] = weights[4] * val1; in _ft_lcd_filter_fir() 63 fir[0] += weights[1] * val1; in _ft_lcd_filter_fir() 64 fir[1] += weights[2] * val1; in _ft_lcd_filter_fir() 65 fir[2] += weights[3] * val1; in _ft_lcd_filter_fir() 115 fir[0] = weights[2] * val1; in _ft_lcd_filter_fir() 116 fir[1] = weights[3] * val1; in _ft_lcd_filter_fir() 117 fir[2] = weights[4] * val1; in _ft_lcd_filter_fir() 275 if ( !library || !weights ) in FT_Library_SetLcdFilterWeights() [all …]
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1load.c | 276 axiscoords[0] = weights[7] + weights[5] + weights[3] + weights[1]; in mm_weights_unmap() 277 axiscoords[1] = weights[7] + weights[6] + weights[3] + weights[2]; in mm_weights_unmap() 278 axiscoords[2] = weights[7] + weights[6] + weights[5] + weights[4]; in mm_weights_unmap() 283 axiscoords[0] = weights[15] + weights[13] + weights[11] + weights[9] + in mm_weights_unmap() 284 weights[7] + weights[5] + weights[3] + weights[1]; in mm_weights_unmap() 285 axiscoords[1] = weights[15] + weights[14] + weights[11] + weights[10] + in mm_weights_unmap() 286 weights[7] + weights[6] + weights[3] + weights[2]; in mm_weights_unmap() 287 axiscoords[2] = weights[15] + weights[14] + weights[13] + weights[12] + in mm_weights_unmap() 288 weights[7] + weights[6] + weights[5] + weights[4]; in mm_weights_unmap() 289 axiscoords[3] = weights[15] + weights[14] + weights[13] + weights[12] + in mm_weights_unmap() [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/ |
A D | filterbank_util.c | 163 state->weights = calloc(weight_index_start, sizeof(*state->weights)); in FilterbankPopulateState() 167 if (state->weights == NULL || state->unweights == NULL) { in FilterbankPopulateState() 195 QuantizeFilterbankWeights(weight, state->weights + weight_index, in FilterbankPopulateState() 217 free(state->weights); in FilterbankFreeStateContents()
|
A D | filterbank.c | 51 const int16_t* weights = state->weights + *channel_weight_starts; in FilterbankAccumulateChannels() local 56 weight_accumulator += *weights++ * ((uint64_t)*magnitudes); in FilterbankAccumulateChannels()
|
A D | filterbank.h | 36 int16_t* weights; member
|
A D | filterbank_io.c | 44 PrintArray(fp, "weights", state->weights, num_weights); in FilterbankWriteMemmapPreamble()
|
A D | filterbank_test.cc | 137 TF_LITE_MICRO_EXPECT_EQ(state.weights[i], expected[i]); in TF_LITE_MICRO_TEST()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/ |
A D | arm_dct4_f32.c | 131 float32_t *weights = S->pTwiddle; /* Pointer to the Weights table */ in arm_dct4_f32() local 239 arm_cmplx_mult_cmplx_f32(pState, weights, pState, S->N); in arm_dct4_f32() 385 arm_cmplx_mult_cmplx_f32(pState, weights, pState, S->N); in arm_dct4_f32()
|
A D | arm_dct4_q15.c | 57 q15_t *weights = S->pTwiddle; /* Pointer to the Weights table */ in arm_dct4_q15() local 166 arm_cmplx_mult_cmplx_q15(pState, weights, pState, S->N); in arm_dct4_q15() 316 arm_cmplx_mult_cmplx_q15(pState, weights, pState, S->N); in arm_dct4_q15()
|
A D | arm_dct4_q31.c | 58 q31_t *weights = S->pTwiddle; /* Pointer to the Weights table */ in arm_dct4_q31() local 166 arm_cmplx_mult_cmplx_q31(pState, weights, pState, S->N); in arm_dct4_q31() 316 arm_cmplx_mult_cmplx_q31(pState, weights, pState, S->N); in arm_dct4_q31()
|
/AliOS-Things-master/components/freetype/include/ |
A D | ftlcdfil.h | 241 unsigned char *weights );
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
A D | support_functions.h | 415 , const float32_t *weights
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/DSP/Include/dsp/ |
A D | support_functions.h | 415 , const float32_t *weights
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/ |
A D | models.py | 193 weights = tf.compat.v1.get_variable( 200 logits = tf.matmul(fingerprint_input, weights) + bias
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | dsp.h | 259 const uint16_t* const weights);
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | quickjs.texi | 1049 The full regexp library weights about 15 KiB (x86 code), excluding the 1063 The full Unicode library weights about 45 KiB (x86 code). 1068 library@footnote{@url{https://bellard.org/libbf}}. It weights about 90
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/ |
A D | train_micro_speech_model.ipynb | 289 …"Combine relevant training results (graph, weights, etc) into a single file for inference. This pr…
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_opengl_glext.h | 4125 typedef void (APIENTRYP PFNGLWEIGHTBVARBPROC) (GLint size, const GLbyte *weights); 4126 typedef void (APIENTRYP PFNGLWEIGHTSVARBPROC) (GLint size, const GLshort *weights); 4127 typedef void (APIENTRYP PFNGLWEIGHTIVARBPROC) (GLint size, const GLint *weights); 4136 GLAPI void APIENTRY glWeightbvARB (GLint size, const GLbyte *weights); 4137 GLAPI void APIENTRY glWeightsvARB (GLint size, const GLshort *weights); 4138 GLAPI void APIENTRY glWeightivARB (GLint size, const GLint *weights); 4139 GLAPI void APIENTRY glWeightfvARB (GLint size, const GLfloat *weights); 4140 GLAPI void APIENTRY glWeightdvARB (GLint size, const GLdouble *weights); 4141 GLAPI void APIENTRY glWeightubvARB (GLint size, const GLubyte *weights); 4142 GLAPI void APIENTRY glWeightusvARB (GLint size, const GLushort *weights); [all …]
|
/AliOS-Things-master/components/SDL2/src/video/khronos/GLES2/ |
A D | gl2ext.h | 3031 …GHTPATHSNVPROC) (GLuint resultPath, GLsizei numPaths, const GLuint *paths, const GLfloat *weights); 3089 …glWeightPathsNV (GLuint resultPath, GLsizei numPaths, const GLuint *paths, const GLfloat *weights);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/ |
A D | arm_math.h | 8254 , const float32_t *weights
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | libjpeg.txt | 1342 (it weights distances appropriately for RGB colors). You'll need to modify
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | libpng-manual.txt | 1946 weights are used.
|