Searched refs:ARGBExtractAlphaRow_SSE2 (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 470 ANY11(ARGBExtractAlphaRow_Any_SSE2, ARGBExtractAlphaRow_SSE2, 0, 4, 1, 7)
|
D | row_gcc.cc | 2941 void ARGBExtractAlphaRow_SSE2(const uint8* src_argb, uint8* dst_a, int width) { in ARGBExtractAlphaRow_SSE2() function
|
D | planar_functions.cc | 2541 ARGBExtractAlphaRow = IS_ALIGNED(width, 8) ? ARGBExtractAlphaRow_SSE2 in ARGBExtractAlpha()
|
D | row_win.cc | 3537 void ARGBExtractAlphaRow_SSE2(const uint8* src_argb, uint8* dst_a, int width) {
|
/external/libyuv/files/source/ |
D | row_any.cc | 616 ANY11(ARGBExtractAlphaRow_Any_SSE2, ARGBExtractAlphaRow_SSE2, 0, 4, 1, 7)
|
D | row_gcc.cc | 2903 void ARGBExtractAlphaRow_SSE2(const uint8* src_argb, uint8* dst_a, int width) { in ARGBExtractAlphaRow_SSE2() function
|
D | planar_functions.cc | 3035 ARGBExtractAlphaRow = IS_ALIGNED(width, 8) ? ARGBExtractAlphaRow_SSE2 in ARGBExtractAlpha()
|
D | row_win.cc | 3420 __declspec(naked) void ARGBExtractAlphaRow_SSE2(const uint8* src_argb,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 888 void ARGBExtractAlphaRow_SSE2(const uint8* src_argb, uint8* dst_a, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1463 void ARGBExtractAlphaRow_SSE2(const uint8* src_argb, uint8* dst_a, int width);
|