Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/common_algorithm/video/move_detect/test/
H A Dtest.c10 void down_sampling(unsigned char* im, unsigned char* img_down_sam, int height, int width);
11 void down_sampling1(unsigned char* im, unsigned char* img_down_sam, int height, int width);
13 void down_sampling(unsigned char* im, unsigned char* img_down_sam, int height, int width) in down_sampling() argument
24img_down_sam[i*width + j] = (im[(i * 3 + 0)*width * 3 + j * 3 + 0] + im[(i * 3 + 0)*width * 3 + j … in down_sampling()
31 void down_sampling1(unsigned char* im, unsigned char* img_down_sam, int height, int width) in down_sampling1() argument
42 img_down_sam[i*width + j] = im[(i * 2 + 1)*width * 2 + j * 2 + 1]; in down_sampling1()
81 void *img_down_sam; in hw_simu_top() local
102 img_down_sam = (unsigned char *)malloc(width_ds * height_ds); in hw_simu_top()
107 rga_ds(datain, img_down_sam, width, height, width_ds, height_ds); in hw_simu_top()
109 move_detection(md_ctx, img_down_sam, p_roi_in, info_list); in hw_simu_top()
[all …]