Home
last modified time | relevance | path

Searched refs:ARGBGrayRow (Results 1 – 2 of 2) sorted by relevance

/external/libyuv/files/source/
Dplanar_functions.cc1812 void (*ARGBGrayRow)(const uint8* src_argb, uint8* dst_argb, int width) = in ARGBGrayTo() local
1830 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGrayTo()
1835 ARGBGrayRow = ARGBGrayRow_NEON; in ARGBGrayTo()
1840 ARGBGrayRow = ARGBGrayRow_MSA; in ARGBGrayTo()
1845 ARGBGrayRow(src_argb, dst_argb, width); in ARGBGrayTo()
1861 void (*ARGBGrayRow)(const uint8* src_argb, uint8* dst_argb, int width) = in ARGBGray() local
1875 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGray()
1880 ARGBGrayRow = ARGBGrayRow_NEON; in ARGBGray()
1885 ARGBGrayRow = ARGBGrayRow_MSA; in ARGBGray()
1890 ARGBGrayRow(dst, dst, width); in ARGBGray()
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1532 void (*ARGBGrayRow)(const uint8* src_argb, uint8* dst_argb, in ARGBGrayTo() local
1551 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGrayTo()
1556 ARGBGrayRow = ARGBGrayRow_NEON; in ARGBGrayTo()
1561 ARGBGrayRow(src_argb, dst_argb, width); in ARGBGrayTo()
1574 void (*ARGBGrayRow)(const uint8* src_argb, uint8* dst_argb, in ARGBGray() local
1588 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGray()
1593 ARGBGrayRow = ARGBGrayRow_NEON; in ARGBGray()
1597 ARGBGrayRow(dst, dst, width); in ARGBGray()