Searched refs:FastConvertYUVToBGRARow (Results 1 - 4 of 4) sorted by relevance

/external/libyuv/files/source/
H A Drow_posix.cc186 void FastConvertYUVToBGRARow(const uint8* y_buf, // rdi function
371 void FastConvertYUVToBGRARow(const uint8* y_buf,
382 ".global FastConvertYUVToBGRARow\n"
383 "FastConvertYUVToBGRARow:\n"
597 void FastConvertYUVToBGRARow(const uint8* y_buf, function
H A Drow.h107 void FastConvertYUVToBGRARow(const uint8* y_buf,
H A Drow_win.cc488 void FastConvertYUVToBGRARow(const uint8* y_buf, function
H A Dplanar_functions.cc1095 FastConvertYUVToBGRARow(src_y, src_u, src_v, dst_argb, width);

Completed in 80 milliseconds