Home
last modified time | relevance | path

Searched refs:RGBAToYRow_SSSE3 (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Drow_any.cc323 ANY11(RGBAToYRow_Any_SSSE3, RGBAToYRow_SSSE3, 0, 4, 1, 15)
Dconvert.cc751 RGBAToYRow = RGBAToYRow_SSSE3; in RGBAToI420()
Drow_gcc.cc1258 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int pix) { in RGBAToYRow_SSSE3() function
Drow_win.cc1360 void RGBAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in RGBAToYRow_SSSE3() function
/external/libyuv/files/include/libyuv/
Drow.h221 void RGBAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
/external/libyuv/files/source/
Dconvert.cc1134 RGBAToYRow = RGBAToYRow_SSSE3; in RGBAToI420()
Drow_win.cc862 void RGBAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in RGBAToYRow_SSSE3() function
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h587 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int pix);