Home
last modified time | relevance | path

Searched refs:weights (Results 1 – 22 of 22) sorted by relevance

/AliOS-Things-master/components/freetype/src/base/
A Dftlcdfil.c56 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 Dt1load.c276 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 Dfilterbank_util.c163 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 Dfilterbank.c51 const int16_t* weights = state->weights + *channel_weight_starts; in FilterbankAccumulateChannels() local
56 weight_accumulator += *weights++ * ((uint64_t)*magnitudes); in FilterbankAccumulateChannels()
A Dfilterbank.h36 int16_t* weights; member
A Dfilterbank_io.c44 PrintArray(fp, "weights", state->weights, num_weights); in FilterbankWriteMemmapPreamble()
A Dfilterbank_test.cc137 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 Darm_dct4_f32.c131 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 Darm_dct4_q15.c57 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 Darm_dct4_q31.c58 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 Dftlcdfil.h241 unsigned char *weights );
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/DSP/Include/dsp/
A Dsupport_functions.h415 , 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 Dsupport_functions.h415 , const float32_t *weights
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dmodels.py193 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 Ddsp.h259 const uint16_t* const weights);
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi1049 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 Dtrain_micro_speech_model.ipynb289 …"Combine relevant training results (graph, weights, etc) into a single file for inference. This pr…
/AliOS-Things-master/components/SDL2/include/
A DSDL_opengl_glext.h4125 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 Dgl2ext.h3031 …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 Darm_math.h8254 , const float32_t *weights
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dlibjpeg.txt1342 (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 Dlibpng-manual.txt1946 weights are used.

Completed in 145 milliseconds