Searched refs:src_imgw (Results 1 – 1 of 1) sorted by relevance
26 static int scale_2dimage(unsigned char *src_img, int src_imgw, int src_imgh, in scale_2dimage() argument33 …row * dst_imgw + col) = *(src_img + (row * src_imgh/dst_imgh) * src_imgw + col * src_imgw/dst_imgw… in scale_2dimage()