Searched refs:ARGBGrayRow_SSSE3 (Results 1 – 12 of 12) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | planar_functions.cc | 1380 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGrayTo() 1417 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGray()
|
D | row_gcc.cc | 3658 void ARGBGrayRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_SSSE3() function
|
D | row_win.cc | 4478 void ARGBGrayRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_SSSE3() function
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 1830 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGrayTo() 1875 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGray()
|
D | row_gcc.cc | 3910 void ARGBGrayRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_SSSE3() function
|
D | row_win.cc | 4498 __declspec(naked) void ARGBGrayRow_SSSE3(const uint8* src_argb,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 2029 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGrayTo() 2074 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGray()
|
D | row_gcc.cc | 4897 void ARGBGrayRow_SSSE3(const uint8_t* src_argb, uint8_t* dst_argb, int width) { in ARGBGrayRow_SSSE3() function
|
D | row_win.cc | 4508 __declspec(naked) void ARGBGrayRow_SSSE3(const uint8_t* src_argb,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 1701 void ARGBGrayRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 2826 void ARGBGrayRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 3072 void ARGBGrayRow_SSSE3(const uint8_t* src_argb, uint8_t* dst_argb, int width);
|