Searched refs:ARGBGrayRow_SSSE3 (Results 1 – 8 of 8) sorted by relevance
/external/libyuv/files/source/ |
D | planar_functions.cc | 1104 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGrayTo() 1129 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGray()
|
D | row_posix.cc | 3035 void ARGBGrayRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_SSSE3() function
|
D | row_win.cc | 3436 void ARGBGrayRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_SSSE3() function
|
/external/chromium_org/third_party/libyuv/source/ |
D | planar_functions.cc | 1314 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGrayTo() 1351 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGray()
|
D | row_posix.cc | 4359 void ARGBGrayRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_SSSE3() function
|
D | row_win.cc | 5025 void ARGBGrayRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_SSSE3() function
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 678 void ARGBGrayRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width);
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | row.h | 1555 void ARGBGrayRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width);
|