Searched refs:ARGBGrayRow_NEON (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 2255 void ARGBGrayRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width) { in ARGBGrayRow_NEON() function
|
D | row_neon64.cc | 2296 void ARGBGrayRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width) { in ARGBGrayRow_NEON() function
|
D | planar_functions.cc | 2034 ARGBGrayRow = ARGBGrayRow_NEON; in ARGBGrayTo() 2079 ARGBGrayRow = ARGBGrayRow_NEON; in ARGBGray()
|
/external/libyuv/files/source/ |
D | row_neon.cc | 2255 void ARGBGrayRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width) { in ARGBGrayRow_NEON() function
|
D | row_neon64.cc | 2296 void ARGBGrayRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width) { in ARGBGrayRow_NEON() function
|
D | planar_functions.cc | 2238 ARGBGrayRow = ARGBGrayRow_NEON; in ARGBGrayTo() 2288 ARGBGrayRow = ARGBGrayRow_NEON; in ARGBGray()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_neon.cc | 2682 void ARGBGrayRow_NEON(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_NEON() function
|
D | row_neon64.cc | 2672 void ARGBGrayRow_NEON(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_NEON() function
|
D | planar_functions.cc | 1385 ARGBGrayRow = ARGBGrayRow_NEON; in ARGBGrayTo() 1422 ARGBGrayRow = ARGBGrayRow_NEON; in ARGBGray()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 1702 void ARGBGrayRow_NEON(const uint8* src_argb, uint8* dst_argb, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 3073 void ARGBGrayRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 3570 void ARGBGrayRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width);
|