Home
last modified time | relevance | path

Searched refs:offset_x (Results 1 – 19 of 19) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ConcatenationFunctions/
A Darm_concatenation_s8_x.c55 const uint32_t offset_x) in arm_concatenation_s8_x() argument
59 output += offset_x; in arm_concatenation_s8_x()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/ConcatenationFunctions/
A Darm_concatenation_s8_x.c55 const uint32_t offset_x) in arm_concatenation_s8_x() argument
59 output += offset_x; in arm_concatenation_s8_x()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtransupp.c443 int ci, i, j, offset_x, offset_y; in do_transpose() local
469 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) { in do_transpose()
496 int ci, i, j, offset_x, offset_y; in do_rot_90() local
535 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) { in do_rot_90()
550 src_ptr = src_buffer[offset_x] in do_rot_90()
577 int ci, i, j, offset_x, offset_y; in do_rot_270() local
606 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) { in do_rot_270()
760 int ci, i, j, offset_x, offset_y; in do_transverse() local
797 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) { in do_transverse()
819 src_ptr = src_buffer[offset_x] in do_transverse()
[all …]
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_canvas.c266 void lv_canvas_rotate(lv_obj_t * canvas, lv_img_dsc_t * img, int16_t angle, lv_coord_t offset_x, lv… in lv_canvas_rotate() argument
281 for(x = -offset_x; x < dest_width - offset_x; x++) { in lv_canvas_rotate()
365 …if(x + offset_x >= 0 && x + offset_x < dest_width && y + offset_y >= 0 && y + offset_y < dest_heig… in lv_canvas_rotate()
368 lv_img_buf_set_px_color(&ext_dst->dsc, x + offset_x, y + offset_y, color_res); in lv_canvas_rotate()
385 … lv_img_buf_set_px_color(&ext_dst->dsc, x + offset_x, y + offset_y, color_res); in lv_canvas_rotate()
390 … lv_opa_t bg_opa = lv_img_buf_get_px_alpha(&ext_dst->dsc, x + offset_x, y + offset_y); in lv_canvas_rotate()
394 … lv_img_buf_set_px_color(&ext_dst->dsc, x + offset_x, y + offset_y, color_res); in lv_canvas_rotate()
395 … lv_img_buf_set_px_alpha(&ext_dst->dsc, x + offset_x, y + offset_y, opa_res); in lv_canvas_rotate()
399 lv_img_buf_set_px_color(&ext_dst->dsc, x + offset_x, y + offset_y, in lv_canvas_rotate()
413 lv_img_buf_set_px_color(&ext_dst->dsc, x + offset_x, y + offset_y, in lv_canvas_rotate()
[all …]
A Dlv_canvas.h165 void lv_canvas_rotate(lv_obj_t * canvas, lv_img_dsc_t * img, int16_t angle, lv_coord_t offset_x, lv…
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/aircraftBattle/
A DaircraftBattle.md124 int offset_x;
144 int left = dfo->cur_x + cur_map->offset_x;
145 int right = dfo->cur_x + cur_map->offset_x + cur_map->icon->height;
154 64 - (dfo->cur_x + cur_map->offset_x + cur_map->icon->height),
198 int left = my_craft->cur_x + cur_map->offset_x;
199 int right = my_craft->cur_x + cur_map->offset_x + cur_map->icon->height;
397 int offset_x;
482 …reload_dfo(bullet, craft->cur_x + craft->arms_list[i]->offset_x, craft->cur_y + craft->arms_list[i…
531 … int bit_cur_x = bullet->cur_x + cur_map->offset_x + cur_map->icon->height - bullet_bit_x;
545 …int craft_bit_cur_x = craft->cur_x + cur_craft_map->offset_x + cur_craft_map->icon->height - craft…
A DaircraftBattle.c421 int left = my_craft->cur_x + cur_map->offset_x; in move_MyCraft()
422 int right = my_craft->cur_x + cur_map->offset_x + cur_map->icon->height; in move_MyCraft()
480 reload_dfo(bullet, craft->cur_x + craft->arms_list[i]->offset_x, in shut_craft()
491 int left = dfo->cur_x + cur_map->offset_x; in draw_dfo()
492 int right = dfo->cur_x + cur_map->offset_x + cur_map->icon->height; in draw_dfo()
498 (dfo->cur_x + cur_map->offset_x + cur_map->icon->height), in draw_dfo()
584 int bit_cur_x = bullet->cur_x + cur_map->offset_x + in hit_check()
611 craft->cur_x + cur_craft_map->offset_x + in hit_check()
A DaircraftBattle.h25 int offset_x; member
42 int offset_x; member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dwebpinfo.c740 int offset_x, offset_y, width, height, duration, blend, dispose, temp; in ProcessANMFChunk() local
753 offset_x = 2 * ReadLE24(&data); in ProcessANMFChunk()
765 offset_x, offset_y, width, height, duration, dispose, blend); in ProcessANMFChunk()
771 if (offset_x > MAX_POSITION_OFFSET || offset_y > MAX_POSITION_OFFSET) { in ProcessANMFChunk()
775 if ((uint64_t)offset_x + width > (uint64_t)webp_info->canvas_width_ || in ProcessANMFChunk()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_xcf.c166 Uint32 offset_x; member
397 l->offset_x = prop.data.offset.x; in read_xcf_layer()
869 rd.x = layer->offset_x; in IMG_LoadXCF_RW()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngget.c871 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument
877 offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs()
879 *offset_x = info_ptr->x_offset; in png_get_oFFs()
A Dpngtest.c1230 png_int_32 offset_x, offset_y; in test_one_file() local
1233 if (png_get_oFFs(read_ptr, read_info_ptr, &offset_x, &offset_y, in test_one_file()
1236 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type); in test_one_file()
A Dpngset.c296 png_int_32 offset_x, png_int_32 offset_y, int unit_type) in png_set_oFFs() argument
303 info_ptr->x_offset = offset_x; in png_set_oFFs()
A Dpng.h2027 png_const_inforp info_ptr, png_int_32 *offset_x, png_int_32 *offset_y,
2033 png_inforp info_ptr, png_int_32 offset_x, png_int_32 offset_y,
A Dpngrutil.c2203 png_int_32 offset_x, offset_y; in png_handle_oFFs() local
2237 offset_x = png_get_int_32(buf); in png_handle_oFFs()
2240 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type); in png_handle_oFFs()
A Dlibpng-manual.txt1550 png_get_oFFs(png_ptr, info_ptr, &offset_x, &offset_y,
1553 offset_x - positive offset from the left edge
3180 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y,
3183 offset_x - positive offset from the left
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Include/
A Darm_nnfunctions.h1909 const uint32_t offset_x);
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Include/
A Darm_nnfunctions.h1909 const uint32_t offset_x);
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dpng.h2027 png_const_inforp info_ptr, png_int_32 *offset_x, png_int_32 *offset_y,
2033 png_inforp info_ptr, png_int_32 offset_x, png_int_32 offset_y,

Completed in 60 milliseconds