Home
last modified time | relevance | path

Searched refs:RAWToRGB24Row_SSSE3 (Results 1 – 10 of 10) sorted by relevance

/external/libyuv/files/source/
Drow_any.cc411 ANY11(RAWToRGB24Row_Any_SSSE3, RAWToRGB24Row_SSSE3, 0, 3, 3, 7)
Drow_gcc.cc260 void RAWToRGB24Row_SSSE3(const uint8* src_raw, uint8* dst_rgb24, int width) { in RAWToRGB24Row_SSSE3() function
Dplanar_functions.cc1508 RAWToRGB24Row = RAWToRGB24Row_SSSE3; in RAWToRGB24()
Drow_win.cc397 __declspec(naked) void RAWToRGB24Row_SSSE3(const uint8* src_raw,
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_any.cc495 ANY11(RAWToRGB24Row_Any_SSSE3, RAWToRGB24Row_SSSE3, 0, 3, 3, 7)
Drow_gcc.cc262 void RAWToRGB24Row_SSSE3(const uint8_t* src_raw, in RAWToRGB24Row_SSSE3() function
Dplanar_functions.cc1701 RAWToRGB24Row = RAWToRGB24Row_SSSE3; in RAWToRGB24()
Drow_win.cc397 __declspec(naked) void RAWToRGB24Row_SSSE3(const uint8_t* src_raw,
/external/libyuv/files/include/libyuv/
Drow.h1548 void RAWToRGB24Row_SSSE3(const uint8* src_raw, uint8* dst_rgb24, int width);
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h1601 void RAWToRGB24Row_SSSE3(const uint8_t* src_raw, uint8_t* dst_rgb24, int width);