Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/
Dloadsurface.h27 unsigned char *dst_img, int dst_imgw, int dst_imgh) in scale_2dimage() argument
32 for (col=0; col<dst_imgw; col++) { in scale_2dimage()
33 …*(dst_img + row * dst_imgw + col) = *(src_img + (row * src_imgh/dst_imgh) * src_imgw + col * src_i… in scale_2dimage()