Home
last modified time | relevance | path

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

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