HomeSort by relevance Sort by last modified time
    Searched refs:BGRAToYRow_SSSE3 (Results 1 - 3 of 3) sorted by null

  /external/libyuv/files/source/
row.h 41 void BGRAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
row_win.cc 112 void BGRAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) {
convert.cc 710 ARGBToYRow = BGRAToYRow_SSSE3;

Completed in 608 milliseconds