Searched refs:ARGBAttenuateRow_SSE2 (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 277 YANY(ARGBAttenuateRow_Any_SSE2, ARGBAttenuateRow_SSE2, ARGBAttenuateRow_C,
|
D | planar_functions.cc | 1205 ARGBAttenuateRow = ARGBAttenuateRow_SSE2; in ARGBAttenuate()
|
D | row_posix.cc | 4205 void ARGBAttenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSE2() function
|
D | row_win.cc | 4848 void ARGBAttenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSE2() function
|
/external/libyuv/files/source/ |
D | row_posix.cc | 2874 void ARGBAttenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSE2() function
|
D | planar_functions.cc | 1035 ARGBAttenuateRow = ARGBAttenuateRow_SSE2; in ARGBAttenuate()
|
D | row_win.cc | 3284 void ARGBAttenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSE2() function
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 669 void ARGBAttenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1559 void ARGBAttenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, int width);
|