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

  /external/libyuv/files/source/
row.h 54 void RGB24ToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
convert.cc 816 ARGBToYRow = RGB24ToYRow_SSSE3;
row_table.cc 416 void RGB24ToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) {

Completed in 33 milliseconds