Home
last modified time | relevance | path

Searched refs:ARGBExtractAlphaRow_AVX2 (Results 1 – 10 of 10) sorted by relevance

/external/libyuv/files/source/
Drow_any.cc619 ANY11(ARGBExtractAlphaRow_Any_AVX2, ARGBExtractAlphaRow_AVX2, 0, 4, 1, 32)
Drow_gcc.cc2933 void ARGBExtractAlphaRow_AVX2(const uint8* src_argb, uint8* dst_a, int width) { in ARGBExtractAlphaRow_AVX2() function
Dplanar_functions.cc3041 ARGBExtractAlphaRow = IS_ALIGNED(width, 32) ? ARGBExtractAlphaRow_AVX2 in ARGBExtractAlpha()
Drow_win.cc3448 __declspec(naked) void ARGBExtractAlphaRow_AVX2(const uint8* src_argb,
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_any.cc676 ANY11(ARGBExtractAlphaRow_Any_AVX2, ARGBExtractAlphaRow_AVX2, 0, 4, 1, 31)
Drow_gcc.cc3944 void ARGBExtractAlphaRow_AVX2(const uint8_t* src_argb, in ARGBExtractAlphaRow_AVX2() function
Dplanar_functions.cc3273 ARGBExtractAlphaRow = IS_ALIGNED(width, 32) ? ARGBExtractAlphaRow_AVX2 in ARGBExtractAlpha()
Drow_win.cc3456 __declspec(naked) void ARGBExtractAlphaRow_AVX2(const uint8_t* src_argb,
/external/libyuv/files/include/libyuv/
Drow.h1464 void ARGBExtractAlphaRow_AVX2(const uint8* src_argb, uint8* dst_a, int width);
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h1512 void ARGBExtractAlphaRow_AVX2(const uint8_t* src_argb,