Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Drow.h389 void YToARGBRow_C(const uint8* y_buf,
/external/libyuv/files/source/
Dconvert_argb.cc210 int width) = YToARGBRow_C; in I400ToARGB_Reference()
Drow_common.cc657 void YToARGBRow_C(const uint8* y_buf, uint8* rgb_buf, int width) { in YToARGBRow_C() function