Searched refs:ARGBAttenuateRow_SSSE3 (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 382 ANY11(ARGBAttenuateRow_Any_SSSE3, ARGBAttenuateRow_SSSE3, 0, 4, 4, 3)
|
D | row_gcc.cc | 3456 void ARGBAttenuateRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSSE3() function
|
D | planar_functions.cc | 1277 ARGBAttenuateRow = ARGBAttenuateRow_SSSE3; in ARGBAttenuate()
|
D | row_win.cc | 4242 void ARGBAttenuateRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSSE3() function
|
/external/libyuv/files/source/ |
D | row_posix.cc | 2929 void ARGBAttenuateRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSSE3() function
|
D | planar_functions.cc | 1042 ARGBAttenuateRow = ARGBAttenuateRow_SSSE3; in ARGBAttenuate()
|
D | row_win.cc | 3334 void ARGBAttenuateRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSSE3() function
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 670 void ARGBAttenuateRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1677 void ARGBAttenuateRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width);
|