Home
last modified time | relevance | path

Searched refs:RGB24ToARGBRow (Results 1 – 6 of 6) sorted by relevance

/external/libyuv/files/source/
Dconvert_argb.cc948 void (*RGB24ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in RGB24ToARGB() local
967 RGB24ToARGBRow = RGB24ToARGBRow_Any_SSSE3; in RGB24ToARGB()
969 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToARGB()
975 RGB24ToARGBRow = RGB24ToARGBRow_Any_NEON; in RGB24ToARGB()
977 RGB24ToARGBRow = RGB24ToARGBRow_NEON; in RGB24ToARGB()
983 RGB24ToARGBRow = RGB24ToARGBRow_Any_DSPR2; in RGB24ToARGB()
985 RGB24ToARGBRow = RGB24ToARGBRow_DSPR2; in RGB24ToARGB()
991 RGB24ToARGBRow = RGB24ToARGBRow_Any_MSA; in RGB24ToARGB()
993 RGB24ToARGBRow = RGB24ToARGBRow_MSA; in RGB24ToARGB()
999 RGB24ToARGBRow(src_rgb24, dst_argb, width); in RGB24ToARGB()
Dconvert.cc953 void (*RGB24ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in RGB24ToI420() local
995 RGB24ToARGBRow = RGB24ToARGBRow_Any_SSSE3; in RGB24ToI420()
997 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToI420()
1036 RGB24ToARGBRow(src_rgb24, row, width); in RGB24ToI420()
1037 RGB24ToARGBRow(src_rgb24 + src_stride_rgb24, row + kRowSize, width); in RGB24ToI420()
1052 RGB24ToARGBRow(src_rgb24, row, width); in RGB24ToI420()
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_argb.cc452 void (*RGB24ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int pix) = in RGB24ToARGB() local
473 RGB24ToARGBRow = RGB24ToARGBRow_Any_SSSE3; in RGB24ToARGB()
475 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToARGB()
481 RGB24ToARGBRow = RGB24ToARGBRow_Any_NEON; in RGB24ToARGB()
483 RGB24ToARGBRow = RGB24ToARGBRow_NEON; in RGB24ToARGB()
489 RGB24ToARGBRow(src_rgb24, dst_argb, width); in RGB24ToARGB()
Dconvert.cc802 void (*RGB24ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int pix) = in RGB24ToI420() local
836 RGB24ToARGBRow = RGB24ToARGBRow_Any_SSSE3; in RGB24ToI420()
838 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToI420()
874 RGB24ToARGBRow(src_rgb24, row, width); in RGB24ToI420()
875 RGB24ToARGBRow(src_rgb24 + src_stride_rgb24, row + kRowSize, width); in RGB24ToI420()
890 RGB24ToARGBRow(src_rgb24, row, width); in RGB24ToI420()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_argb.cc1163 void (*RGB24ToARGBRow)(const uint8_t* src_rgb, uint8_t* dst_argb, int width) = in RGB24ToARGB() local
1182 RGB24ToARGBRow = RGB24ToARGBRow_Any_SSSE3; in RGB24ToARGB()
1184 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToARGB()
1190 RGB24ToARGBRow = RGB24ToARGBRow_Any_NEON; in RGB24ToARGB()
1192 RGB24ToARGBRow = RGB24ToARGBRow_NEON; in RGB24ToARGB()
1198 RGB24ToARGBRow = RGB24ToARGBRow_Any_MSA; in RGB24ToARGB()
1200 RGB24ToARGBRow = RGB24ToARGBRow_MSA; in RGB24ToARGB()
1206 RGB24ToARGBRow(src_rgb24, dst_argb, width); in RGB24ToARGB()
Dconvert.cc977 void (*RGB24ToARGBRow)(const uint8_t* src_rgb, uint8_t* dst_argb, int width) = in RGB24ToI420() local
1020 RGB24ToARGBRow = RGB24ToARGBRow_Any_SSSE3; in RGB24ToI420()
1022 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToI420()
1061 RGB24ToARGBRow(src_rgb24, row, width); in RGB24ToI420()
1062 RGB24ToARGBRow(src_rgb24 + src_stride_rgb24, row + kRowSize, width); in RGB24ToI420()
1077 RGB24ToARGBRow(src_rgb24, row, width); in RGB24ToI420()