Searched refs:BGRAToUVRow (Results 1 – 3 of 3) sorted by relevance
/external/libyuv/files/source/ |
D | convert.cc | 644 void (*BGRAToUVRow)(const uint8* src_bgra0, int src_stride_bgra, uint8* dst_u, in BGRAToI420() local 659 BGRAToUVRow = BGRAToUVRow_Any_SSSE3; in BGRAToI420() 662 BGRAToUVRow = BGRAToUVRow_SSSE3; in BGRAToI420() 677 BGRAToUVRow = BGRAToUVRow_Any_NEON; in BGRAToI420() 679 BGRAToUVRow = BGRAToUVRow_NEON; in BGRAToI420() 693 BGRAToUVRow = BGRAToUVRow_Any_DSPR2; in BGRAToI420() 695 BGRAToUVRow = BGRAToUVRow_DSPR2; in BGRAToI420() 709 BGRAToUVRow = BGRAToUVRow_Any_MSA; in BGRAToI420() 711 BGRAToUVRow = BGRAToUVRow_MSA; in BGRAToI420() 717 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420() [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 712 void (*BGRAToUVRow)(const uint8_t* src_bgra0, int src_stride_bgra, in BGRAToI420() local 728 BGRAToUVRow = BGRAToUVRow_Any_SSSE3; in BGRAToI420() 731 BGRAToUVRow = BGRAToUVRow_SSSE3; in BGRAToI420() 746 BGRAToUVRow = BGRAToUVRow_Any_NEON; in BGRAToI420() 748 BGRAToUVRow = BGRAToUVRow_NEON; in BGRAToI420() 762 BGRAToUVRow = BGRAToUVRow_Any_MSA; in BGRAToI420() 764 BGRAToUVRow = BGRAToUVRow_MSA; in BGRAToI420() 770 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420() 779 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert.cc | 598 void (*BGRAToUVRow)(const uint8* src_bgra0, int src_stride_bgra, in BGRAToI420() local 615 BGRAToUVRow = BGRAToUVRow_Any_SSSE3; in BGRAToI420() 618 BGRAToUVRow = BGRAToUVRow_SSSE3; in BGRAToI420() 633 BGRAToUVRow = BGRAToUVRow_Any_NEON; in BGRAToI420() 635 BGRAToUVRow = BGRAToUVRow_NEON; in BGRAToI420() 641 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420() 650 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
|