Home
last modified time | relevance | path

Searched refs:RGBAToYRow (Results 1 – 3 of 3) sorted by relevance

/external/libyuv/files/source/
Dconvert.cc848 void (*RGBAToYRow)(const uint8* src_rgba, uint8* dst_y, int width) = in RGBAToI420() local
862 RGBAToYRow = RGBAToYRow_Any_SSSE3; in RGBAToI420()
865 RGBAToYRow = RGBAToYRow_SSSE3; in RGBAToI420()
871 RGBAToYRow = RGBAToYRow_Any_NEON; in RGBAToI420()
873 RGBAToYRow = RGBAToYRow_NEON; in RGBAToI420()
887 RGBAToYRow = RGBAToYRow_Any_DSPR2; in RGBAToI420()
889 RGBAToYRow = RGBAToYRow_DSPR2; in RGBAToI420()
903 RGBAToYRow = RGBAToYRow_Any_MSA; in RGBAToI420()
905 RGBAToYRow = RGBAToYRow_MSA; in RGBAToI420()
920 RGBAToYRow(src_rgba, dst_y, width); in RGBAToI420()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert.cc887 void (*RGBAToYRow)(const uint8_t* src_rgba, uint8_t* dst_y, int width) = in RGBAToI420() local
901 RGBAToYRow = RGBAToYRow_Any_SSSE3; in RGBAToI420()
904 RGBAToYRow = RGBAToYRow_SSSE3; in RGBAToI420()
910 RGBAToYRow = RGBAToYRow_Any_NEON; in RGBAToI420()
912 RGBAToYRow = RGBAToYRow_NEON; in RGBAToI420()
926 RGBAToYRow = RGBAToYRow_Any_MSA; in RGBAToI420()
928 RGBAToYRow = RGBAToYRow_MSA; in RGBAToI420()
943 RGBAToYRow(src_rgba, dst_y, width); in RGBAToI420()
944 RGBAToYRow(src_rgba + src_stride_rgba, dst_y + dst_stride_y, width); in RGBAToI420()
952 RGBAToYRow(src_rgba, dst_y, width); in RGBAToI420()
/external/libaom/libaom/third_party/libyuv/source/
Dconvert.cc732 void (*RGBAToYRow)(const uint8* src_rgba, uint8* dst_y, int pix) = in RGBAToI420() local
748 RGBAToYRow = RGBAToYRow_Any_SSSE3; in RGBAToI420()
751 RGBAToYRow = RGBAToYRow_SSSE3; in RGBAToI420()
757 RGBAToYRow = RGBAToYRow_Any_NEON; in RGBAToI420()
759 RGBAToYRow = RGBAToYRow_NEON; in RGBAToI420()
774 RGBAToYRow(src_rgba, dst_y, width); in RGBAToI420()
775 RGBAToYRow(src_rgba + src_stride_rgba, dst_y + dst_stride_y, width); in RGBAToI420()
783 RGBAToYRow(src_rgba, dst_y, width); in RGBAToI420()