Searched refs:RAWToARGBRow_SSSE3 (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 276 ANY11(RAWToARGBRow_Any_SSSE3, RAWToARGBRow_SSSE3, 0, 3, 4, 15)
|
D | convert_argb.cc | 525 RAWToARGBRow = RAWToARGBRow_SSSE3; in RAWToARGB()
|
D | convert.cc | 952 RAWToARGBRow = RAWToARGBRow_SSSE3; in RAWToI420()
|
D | row_gcc.cc | 306 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, int pix) { in RAWToARGBRow_SSSE3() function
|
D | row_win.cc | 423 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, in RAWToARGBRow_SSSE3() function
|
/external/libyuv/files/source/ |
D | row_posix.cc | 287 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, int pix) { in RAWToARGBRow_SSSE3() function
|
D | convert_argb.cc | 384 RAWToARGBRow = RAWToARGBRow_SSSE3; in RAWToARGB()
|
D | convert.cc | 1254 RAWToARGBRow = RAWToARGBRow_SSSE3; in RAWToI420()
|
D | row_win.cc | 277 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, in RAWToARGBRow_SSSE3() function
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 292 void RAWToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 857 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, int pix);
|