Home
last modified time | relevance | path

Searched refs:RGBAToUVRow_Unaligned_SSSE3 (Results 1 – 4 of 4) sorted by relevance

/external/libyuv/files/include/libyuv/
Drow.h241 void RGBAToUVRow_Unaligned_SSSE3(const uint8* src_argb0, int src_stride_argb,
/external/libyuv/files/source/
Drow_common.cc1108 UVANY(RGBAToUVRow_Any_SSSE3, RGBAToUVRow_Unaligned_SSSE3, RGBAToUVRow_C, 4)
Dconvert.cc1129 RGBAToUVRow = RGBAToUVRow_Unaligned_SSSE3; in RGBAToI420()
Drow_win.cc1404 void RGBAToUVRow_Unaligned_SSSE3(const uint8* src_argb0, int src_stride_argb, in RGBAToUVRow_Unaligned_SSSE3() function