Searched refs:ARGBGrayRow (Results 1 – 2 of 2) sorted by relevance
/external/libyuv/files/source/ |
D | planar_functions.cc | 1098 void (*ARGBGrayRow)(const uint8* src_argb, uint8* dst_argb, in ARGBGrayTo() local 1104 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGrayTo() 1109 ARGBGrayRow(src_argb, dst_argb, width); in ARGBGrayTo() 1124 void (*ARGBGrayRow)(const uint8* src_argb, uint8* dst_argb, in ARGBGray() local 1129 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGray() 1134 ARGBGrayRow(dst, dst, width); in ARGBGray()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 1361 void (*ARGBGrayRow)(const uint8* src_argb, uint8* dst_argb, in ARGBGrayTo() local 1380 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGrayTo() 1385 ARGBGrayRow = ARGBGrayRow_NEON; in ARGBGrayTo() 1390 ARGBGrayRow(src_argb, dst_argb, width); in ARGBGrayTo() 1403 void (*ARGBGrayRow)(const uint8* src_argb, uint8* dst_argb, in ARGBGray() local 1417 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGray() 1422 ARGBGrayRow = ARGBGrayRow_NEON; in ARGBGray() 1426 ARGBGrayRow(dst, dst, width); in ARGBGray()
|