Searched refs:RAWToARGBRow_SSSE3 (Results 1 – 18 of 18) sorted by relevance
/external/libaom/libaom/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_any.cc | 405 ANY11(RAWToARGBRow_Any_SSSE3, RAWToARGBRow_SSSE3, 0, 3, 4, 15)
|
D | convert.cc | 1127 RAWToARGBRow = RAWToARGBRow_SSSE3; in RAWToI420()
|
D | convert_argb.cc | 1036 RAWToARGBRow = RAWToARGBRow_SSSE3; in RAWToARGB()
|
D | row_gcc.cc | 222 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, int width) { in RAWToARGBRow_SSSE3() function
|
D | row_win.cc | 358 __declspec(naked) void RAWToARGBRow_SSSE3(const uint8* src_raw,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 489 ANY11(RAWToARGBRow_Any_SSSE3, RAWToARGBRow_SSSE3, 0, 3, 4, 15)
|
D | row_gcc.cc | 224 void RAWToARGBRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_SSSE3() function
|
D | convert.cc | 1153 RAWToARGBRow = RAWToARGBRow_SSSE3; in RAWToI420()
|
D | convert_argb.cc | 1243 RAWToARGBRow = RAWToARGBRow_SSSE3; in RAWToARGB()
|
D | row_win.cc | 358 __declspec(naked) void RAWToARGBRow_SSSE3(const uint8_t* src_raw,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 858 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, int pix);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1547 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1600 void RAWToARGBRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_argb, int width);
|