Searched refs:src_imgw (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/libva/test/
H A Dloadsurface.h26 static int scale_2dimage(unsigned char *src_img, int src_imgw, int src_imgh, argument
33 *(dst_img + row * dst_imgw + col) = *(src_img + (row * src_imgh/dst_imgh) * src_imgw + col * src_imgw/dst_imgw);

Completed in 479 milliseconds