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

  /external/libyuv/files/source/
row.h 79 void RAWToARGBRow_SSSE3(const uint8* src_bg24, uint8* dst_argb, int pix);
row_table.cc 424 RAWToARGBRow_SSSE3(src_argb, row, pix);
443 RAWToARGBRow_SSSE3(src_argb, row, pix);
444 RAWToARGBRow_SSSE3(src_argb + src_stride_argb, row + kMaxStride, pix);
461 RAWToARGBRow_SSSE3(src_argb, row, pix);
462 RAWToARGBRow_SSSE3(src_argb + src_stride_argb, row + kMaxStride, pix);
row_posix.cc 106 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, int pix) {
row_win.cc 408 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb,
planar_functions.cc     [all...]

Completed in 141 milliseconds