Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drow_common.cc462 static __inline void YuvPixel2(uint8 y, uint8 u, uint8 v, in YuvPixel2() function
509 YuvPixel2(y_buf[0], u_buf[0], v_buf[0], in I422ToRGB24Row_C()
511 YuvPixel2(y_buf[1], u_buf[0], v_buf[0], in I422ToRGB24Row_C()
519 YuvPixel2(y_buf[0], u_buf[0], v_buf[0], in I422ToRGB24Row_C()
530 YuvPixel2(y_buf[0], u_buf[0], v_buf[0], in I422ToRAWRow_C()
532 YuvPixel2(y_buf[1], u_buf[0], v_buf[0], in I422ToRAWRow_C()
540 YuvPixel2(y_buf[0], u_buf[0], v_buf[0], in I422ToRAWRow_C()