Searched refs:u_src (Results 1 – 1 of 1) sorted by relevance
293 uint8* u_src, in YUV420toRGBLine() argument299 const int U = u_src[0]; in YUV420toRGBLine()303 ++u_src; in YUV420toRGBLine()309 ToRGB(y_src[0], (*u_src), (*v_src), rgb_dst); in YUV420toRGBLine()
Completed in 23 milliseconds