Home
last modified time | relevance | path

Searched refs:anchor (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/
A Daudio_microfrontend_test.cc142 int anchor; in VerifyGoldens() local
143 for (anchor = 0; anchor < output.size(); in VerifyGoldens()
144 anchor += micro_frontend->num_frame_stride()) { in VerifyGoldens()
146 for (frame = anchor - micro_frontend->num_left_context(); in VerifyGoldens()
147 frame <= anchor + micro_frontend->num_right_context(); ++frame) { in VerifyGoldens()
A Daudio_microfrontend.cc159 int anchor; in GenerateFeatures() local
160 for (anchor = 0; anchor < frame_buffer.size(); anchor += data->frame_stride) { in GenerateFeatures()
162 for (frame = anchor - data->left_context; in GenerateFeatures()
163 frame <= anchor + data->right_context; ++frame) { in GenerateFeatures()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/ops/
A Daudio_microfrontend_op.cc265 int anchor; in Compute() local
266 for (anchor = 0; anchor < frame_buffer.size(); anchor += frame_stride_) { in Compute()
268 for (frame = anchor - left_context_; frame <= anchor + right_context_; in Compute()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Ddetection_postprocess.cc283 CenterSizeEncoding anchor; in DecodeCenterSizeBoxes() local
297 &anchor); in DecodeCenterSizeBoxes()
306 anchor = in DecodeCenterSizeBoxes()
317 static_cast<double>(anchor.h) + in DecodeCenterSizeBoxes()
318 static_cast<double>(anchor.y)); in DecodeCenterSizeBoxes()
322 static_cast<double>(anchor.w) + in DecodeCenterSizeBoxes()
323 static_cast<double>(anchor.x)); in DecodeCenterSizeBoxes()
329 static_cast<double>(anchor.h)); in DecodeCenterSizeBoxes()
334 static_cast<double>(anchor.w)); in DecodeCenterSizeBoxes()
/AliOS-Things-master/components/freetype/src/autofit/
A Daflatin2.c1845 AF_Edge anchor = 0; in af_latin2_hint_edges() local
1900 if ( !anchor ) in af_latin2_hint_edges()
1902 anchor = edge; in af_latin2_hint_edges()
1904 anchor_drift = ( anchor->pos - anchor->opos ); in af_latin2_hint_edges()
1942 if ( !anchor ) in af_latin2_hint_edges()
1991 anchor = edge; in af_latin2_hint_edges()
1999 anchor_drift = ( ( anchor->pos - anchor->opos ) + in af_latin2_hint_edges()
2212 if ( has_serifs || !anchor ) in af_latin2_hint_edges()
2244 else if ( !anchor ) in af_latin2_hint_edges()
2250 anchor = edge; in af_latin2_hint_edges()
[all …]
A Daflatin.c2203 AF_Edge anchor = NULL; in af_latin_hint_edges() local
2248 if ( !anchor ) in af_latin_hint_edges()
2275 if ( !anchor ) in af_latin_hint_edges()
2276 anchor = edge; in af_latin_hint_edges()
2314 if ( !anchor ) in af_latin_hint_edges()
2368 anchor = edge; in af_latin_hint_edges()
2389 org_pos = anchor->pos + ( edge->opos - anchor->opos ); in af_latin_hint_edges()
2450 org_pos = anchor->pos + ( edge->opos - anchor->opos ); in af_latin_hint_edges()
2562 if ( has_serifs || !anchor ) in af_latin_hint_edges()
2594 else if ( !anchor ) in af_latin_hint_edges()
[all …]
A Dafcjk.c1568 FT_Pos anchor, in af_hint_normal_stem() argument
1602 org_center = ( edge->opos + edge2->opos ) / 2 + anchor; in af_hint_normal_stem()
1701 AF_Edge anchor = 0; in af_cjk_hint_edges() local
1769 if ( !anchor ) in af_cjk_hint_edges()
1770 anchor = edge; in af_cjk_hint_edges()
1842 if ( dim != AF_DIMENSION_VERT && !anchor ) in af_cjk_hint_edges()
1928 anchor = edge; in af_cjk_hint_edges()

Completed in 18 milliseconds