Searched refs:RAWToRGB24Row_SSSE3 (Results 1 – 10 of 10) sorted by relevance
/external/libyuv/files/source/ |
D | row_any.cc | 411 ANY11(RAWToRGB24Row_Any_SSSE3, RAWToRGB24Row_SSSE3, 0, 3, 3, 7)
|
D | row_gcc.cc | 260 void RAWToRGB24Row_SSSE3(const uint8* src_raw, uint8* dst_rgb24, int width) { in RAWToRGB24Row_SSSE3() function
|
D | planar_functions.cc | 1508 RAWToRGB24Row = RAWToRGB24Row_SSSE3; in RAWToRGB24()
|
D | row_win.cc | 397 __declspec(naked) void RAWToRGB24Row_SSSE3(const uint8* src_raw,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 495 ANY11(RAWToRGB24Row_Any_SSSE3, RAWToRGB24Row_SSSE3, 0, 3, 3, 7)
|
D | row_gcc.cc | 262 void RAWToRGB24Row_SSSE3(const uint8_t* src_raw, in RAWToRGB24Row_SSSE3() function
|
D | planar_functions.cc | 1701 RAWToRGB24Row = RAWToRGB24Row_SSSE3; in RAWToRGB24()
|
D | row_win.cc | 397 __declspec(naked) void RAWToRGB24Row_SSSE3(const uint8_t* src_raw,
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1548 void RAWToRGB24Row_SSSE3(const uint8* src_raw, uint8* dst_rgb24, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1601 void RAWToRGB24Row_SSSE3(const uint8_t* src_raw, uint8_t* dst_rgb24, int width);
|