Searched refs:BGRAToYRow (Results 1 – 3 of 3) sorted by relevance
/external/libyuv/files/source/ |
D | convert.cc | 646 void (*BGRAToYRow)(const uint8* src_bgra, uint8* dst_y, int width) = in BGRAToI420() local 660 BGRAToYRow = BGRAToYRow_Any_SSSE3; in BGRAToI420() 663 BGRAToYRow = BGRAToYRow_SSSE3; in BGRAToI420() 669 BGRAToYRow = BGRAToYRow_Any_NEON; in BGRAToI420() 671 BGRAToYRow = BGRAToYRow_NEON; in BGRAToI420() 685 BGRAToYRow = BGRAToYRow_Any_DSPR2; in BGRAToI420() 687 BGRAToYRow = BGRAToYRow_DSPR2; in BGRAToI420() 701 BGRAToYRow = BGRAToYRow_Any_MSA; in BGRAToI420() 703 BGRAToYRow = BGRAToYRow_MSA; in BGRAToI420() 718 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420() [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 715 void (*BGRAToYRow)(const uint8_t* src_bgra, uint8_t* dst_y, int width) = in BGRAToI420() local 729 BGRAToYRow = BGRAToYRow_Any_SSSE3; in BGRAToI420() 732 BGRAToYRow = BGRAToYRow_SSSE3; in BGRAToI420() 738 BGRAToYRow = BGRAToYRow_Any_NEON; in BGRAToI420() 740 BGRAToYRow = BGRAToYRow_NEON; in BGRAToI420() 754 BGRAToYRow = BGRAToYRow_Any_MSA; in BGRAToI420() 756 BGRAToYRow = BGRAToYRow_MSA; in BGRAToI420() 771 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420() 772 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420() 780 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert.cc | 600 void (*BGRAToYRow)(const uint8* src_bgra, uint8* dst_y, int pix) = in BGRAToI420() local 616 BGRAToYRow = BGRAToYRow_Any_SSSE3; in BGRAToI420() 619 BGRAToYRow = BGRAToYRow_SSSE3; in BGRAToI420() 625 BGRAToYRow = BGRAToYRow_Any_NEON; in BGRAToI420() 627 BGRAToYRow = BGRAToYRow_NEON; in BGRAToI420() 642 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420() 643 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420() 651 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
|