Home
last modified time | relevance | path

Searched refs:dst_imgh (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
31 for (row=0; row<dst_imgh; row++) { 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()