Home
last modified time | relevance | path

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

/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()
/external/libyuv/files/source/
Dconvert.cc1353 void (*RGBAToYRow)(const uint8_t* src_rgba, uint8_t* dst_y, int width) = in RGBAToI420() local
1367 RGBAToYRow = RGBAToYRow_Any_SSSE3; in RGBAToI420()
1370 RGBAToYRow = RGBAToYRow_SSSE3; in RGBAToI420()
1376 RGBAToYRow = RGBAToYRow_Any_NEON; in RGBAToI420()
1378 RGBAToYRow = RGBAToYRow_NEON; in RGBAToI420()
1392 RGBAToYRow = RGBAToYRow_Any_MSA; in RGBAToI420()
1394 RGBAToYRow = RGBAToYRow_MSA; in RGBAToI420()
1408 RGBAToYRow = RGBAToYRow_Any_MMI; in RGBAToI420()
1410 RGBAToYRow = RGBAToYRow_MMI; in RGBAToI420()
1425 RGBAToYRow(src_rgba, dst_y, width); in RGBAToI420()
[all …]