Searched refs:tmp_y (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/solutions/ucloud_ai_demo/ |
A D | ucloud_ai_demo.c | 479 int tmp_y, x, y; in imagerecog_detect_fruits_callback() local 493 tmp_y = y; in imagerecog_detect_fruits_callback() 495 tmp_y = y - 60; in imagerecog_detect_fruits_callback() 496 ugraphics_draw_string(name, x, tmp_y); in imagerecog_detect_fruits_callback() 497 ugraphics_draw_string(score_str, x, tmp_y + 40); in imagerecog_detect_fruits_callback()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | webpi_dec.h | 36 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member
|
A D | io_dec.c | 82 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v, in EmitFancyRGB() 102 memcpy(p->tmp_y, cur_y, mb_w * sizeof(*p->tmp_y)); in EmitFancyRGB() 586 p->tmp_y = (uint8_t*)p->memory; in CustomSetup() 587 p->tmp_u = p->tmp_y + io->mb_w; in CustomSetup()
|
/AliOS-Things-master/components/ai_agent/example/ |
A D | aiagent_example.c | 349 int tmp_y, x, y, w, h; in imagerecog_detect_fruits_callback() local
|
Completed in 7 milliseconds