Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon.cc1229 void ARGBExtractAlphaRow_NEON(const uint8_t* src_argb, in ARGBExtractAlphaRow_NEON() function
Drow_neon64.cc1286 void ARGBExtractAlphaRow_NEON(const uint8_t* src_argb, in ARGBExtractAlphaRow_NEON() function
Drow_any.cc679 ANY11(ARGBExtractAlphaRow_Any_NEON, ARGBExtractAlphaRow_NEON, 0, 4, 1, 15)
Dplanar_functions.cc3279 ARGBExtractAlphaRow = IS_ALIGNED(width, 16) ? ARGBExtractAlphaRow_NEON in ARGBExtractAlpha()
/external/libyuv/files/source/
Drow_neon.cc1284 void ARGBExtractAlphaRow_NEON(const uint8* src_argb, uint8* dst_a, int width) { in ARGBExtractAlphaRow_NEON() function
Drow_neon64.cc1297 void ARGBExtractAlphaRow_NEON(const uint8* src_argb, uint8* dst_a, int width) { in ARGBExtractAlphaRow_NEON() function
Drow_any.cc622 ANY11(ARGBExtractAlphaRow_Any_NEON, ARGBExtractAlphaRow_NEON, 0, 4, 1, 15)
Dplanar_functions.cc3047 ARGBExtractAlphaRow = IS_ALIGNED(width, 16) ? ARGBExtractAlphaRow_NEON in ARGBExtractAlpha()
/external/libyuv/files/include/libyuv/
Drow.h1465 void ARGBExtractAlphaRow_NEON(const uint8* src_argb, uint8* dst_a, int width);
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h1515 void ARGBExtractAlphaRow_NEON(const uint8_t* src_argb,