Home
last modified time | relevance | path

Searched refs:image_norm (Results 1 – 17 of 17) sorted by relevance

/dports/multimedia/motion/motion-release-4.3.2/src/
H A Dmotion.c194 void *image_norm, *image_high; in image_save_as_preview() local
197 image_norm = cnt->imgs.preview_image.image_norm; in image_save_as_preview()
204 cnt->imgs.preview_image.image_norm = image_norm; in image_save_as_preview()
208 memcpy(cnt->imgs.preview_image.image_norm, img->image_norm, cnt->imgs.size_norm); in image_save_as_preview()
1650 free(cnt->imgs.img_motion.image_norm); in motion_cleanup()
1651 cnt->imgs.img_motion.image_norm = NULL; in motion_cleanup()
1659 free(cnt->imgs.image_virgin.image_norm); in motion_cleanup()
2089 … memcpy(cnt->imgs.image_virgin.image_norm, cnt->current_image->image_norm, cnt->imgs.size_norm); in mlp_capture()
2093 … memcpy(cnt->imgs.image_vprvcy.image_norm, cnt->current_image->image_norm, cnt->imgs.size_norm); in mlp_capture()
2116 … memcpy(cnt->current_image->image_norm, cnt->imgs.image_virgin.image_norm, cnt->imgs.size_norm); in mlp_capture()
[all …]
H A Devent.c402 if (img_data->image_norm != NULL){ in event_stream_put()
406 ,img_data->image_norm in event_stream_put()
418 if (img_data->image_norm != NULL){ in event_stream_put()
429 ,img_data->image_norm in event_stream_put()
443 ,img_data->image_norm in event_stream_put()
456 if (cnt->imgs.img_motion.image_norm != NULL){ in event_stream_put()
460 ,cnt->imgs.img_motion.image_norm in event_stream_put()
472 if (cnt->imgs.image_virgin.image_norm != NULL){ in event_stream_put()
476 ,cnt->imgs.image_virgin.image_norm in event_stream_put()
544 put_picture(cnt, fullfilename,img_data->image_norm, FTYPE_IMAGE); in event_image_detect()
[all …]
H A Dalg.c26 unsigned char *out = imgs->img_motion.image_norm; in alg_locate_center_size()
74 out = imgs->img_motion.image_norm; in alg_locate_center_size()
175 unsigned char *out = imgs->img_motion.image_norm; in alg_draw_location()
178 out = imgs->img_motion.image_norm; in alg_draw_location()
243 unsigned char *out = imgs->img_motion.image_norm; in alg_draw_red_location()
251 out = imgs->img_motion.image_norm; in alg_draw_red_location()
522 unsigned char *out = imgs->img_motion.image_norm; in alg_labeling()
841 unsigned char *out = cnt->imgs.img_motion.image_norm; in alg_despeckle()
942 unsigned char *out = imgs->img_motion.image_norm; in alg_diff_standard()
1280 unsigned char *out = cnt->imgs.img_motion.image_norm; in alg_switchfilter()
[all …]
H A Dmotion.h233 unsigned char *image_norm; member
H A Drotate.c332 img = img_data->image_norm; in rotate_map()
H A Dpicture.c951 memset(cnt->imgs.img_motion.image_norm, 255, cnt->imgs.motionsize); /* Initialize to unset */ in put_fixed_mask()
959 …if ((int)fwrite(cnt->imgs.img_motion.image_norm, cnt->conf.width, cnt->conf.height, picture) != cn… in put_fixed_mask()
H A Dvideo_bktr.c976 bktr_set_input(cnt, dev, img_data->image_norm, width, height, conf->input, conf->norm, in bktr_next()
979 ret = bktr_capture(dev, img_data->image_norm, width, height); in bktr_next()
H A Dnetcam_jpeg.c368 unsigned char *pic = img_data->image_norm; in netcam_image_conv()
H A Dmmalcam.c399 memcpy(img_data->image_norm, camera_buffer->data, cnt->imgs.size_norm); in mmalcam_next()
H A Dvideo_v4l2.c468 image = cnt->imgs.image_vprvcy.image_norm; in v4l2_autobright()
1555 v4l2_device_select(cnt, dev, img_data->image_norm); in v4l2_next()
1556 ret = v4l2_capture(cnt, dev, img_data->image_norm); in v4l2_next()
H A Dffmpeg.c1404 image = img_data->image_norm; in ffmpeg_put_pix_nv21()
1429 image = img_data->image_norm; in ffmpeg_put_pix_yuv420()
H A Dnetcam_rtsp.c1610 memcpy(img_data->image_norm in netcam_rtsp_next()
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/layer/vulkan/shader/
H A Dpriorbox.comp77 afpvec4 image_norm = afp(1.f) / afpvec4(p.image_w, p.image_h, p.image_w, p.image_h);
91 box = (center + afpvec4(-box_w, -box_h, box_w, box_h) * afp(0.5f)) * image_norm;
112 box = (center + afpvec4(-box_w, -box_h, box_w, box_h) * afp(0.5f)) * image_norm;
135 box = (center + afpvec4(-box_w, -box_h, box_w, box_h) * afp(0.5f)) * image_norm;
151 box = (center + afpvec4(-box_h, -box_w, box_h, box_w) * afp(0.5f)) * image_norm;
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/layer/vulkan/shader/
H A Dpriorbox.comp77 afpvec4 image_norm = afp(1.f) / afpvec4(p.image_w, p.image_h, p.image_w, p.image_h);
91 box = (center + afpvec4(-box_w, -box_h, box_w, box_h) * afp(0.5f)) * image_norm;
112 box = (center + afpvec4(-box_w, -box_h, box_w, box_h) * afp(0.5f)) * image_norm;
135 box = (center + afpvec4(-box_w, -box_h, box_w, box_h) * afp(0.5f)) * image_norm;
151 box = (center + afpvec4(-box_h, -box_w, box_h, box_w) * afp(0.5f)) * image_norm;
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/layer/vulkan/shader/
H A Dpriorbox.comp77 afpvec4 image_norm = afp(1.f) / afpvec4(p.image_w, p.image_h, p.image_w, p.image_h);
91 box = (center + afpvec4(-box_w, -box_h, box_w, box_h) * afp(0.5f)) * image_norm;
112 box = (center + afpvec4(-box_w, -box_h, box_w, box_h) * afp(0.5f)) * image_norm;
135 box = (center + afpvec4(-box_w, -box_h, box_w, box_h) * afp(0.5f)) * image_norm;
151 box = (center + afpvec4(-box_h, -box_w, box_h, box_w) * afp(0.5f)) * image_norm;
/dports/misc/ncnn/ncnn-20211208/src/layer/vulkan/shader/
H A Dpriorbox.comp77 afpvec4 image_norm = afp(1.f) / afpvec4(p.image_w, p.image_h, p.image_w, p.image_h);
91 box = (center + afpvec4(-box_w, -box_h, box_w, box_h) * afp(0.5f)) * image_norm;
112 box = (center + afpvec4(-box_w, -box_h, box_w, box_h) * afp(0.5f)) * image_norm;
135 box = (center + afpvec4(-box_w, -box_h, box_w, box_h) * afp(0.5f)) * image_norm;
151 box = (center + afpvec4(-box_h, -box_w, box_h, box_w) * afp(0.5f)) * image_norm;
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/src/layer/vulkan/shader/
H A Dpriorbox.comp77 afpvec4 image_norm = afp(1.f) / afpvec4(p.image_w, p.image_h, p.image_w, p.image_h);
91 box = (center + afpvec4(-box_w, -box_h, box_w, box_h) * afp(0.5f)) * image_norm;
112 box = (center + afpvec4(-box_w, -box_h, box_w, box_h) * afp(0.5f)) * image_norm;
135 box = (center + afpvec4(-box_w, -box_h, box_w, box_h) * afp(0.5f)) * image_norm;
151 box = (center + afpvec4(-box_h, -box_w, box_h, box_w) * afp(0.5f)) * image_norm;