Home
last modified time | relevance | path

Searched refs:TransposeUVWx8 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Drotate.cc1005 void (*TransposeUVWx8)(const uint8* src, int src_stride, in TransposeUV() local
1011 TransposeUVWx8 = TransposeUVWx8_NEON; in TransposeUV()
1017 TransposeUVWx8 = TransposeUVWx8_SSE2; in TransposeUV()
1022 TransposeUVWx8 = TransposeUVWx8_MIPS_DSPR2; in TransposeUV()
1028 TransposeUVWx8(src, src_stride, in TransposeUV()
/external/libyuv/files/source/
Drotate.cc943 void (*TransposeUVWx8)(const uint8* src, int src_stride, in TransposeUV() local
949 TransposeUVWx8 = TransposeUVWx8_NEON; in TransposeUV()
955 TransposeUVWx8 = TransposeUVWx8_SSE2; in TransposeUV()
962 TransposeUVWx8(src, src_stride, in TransposeUV()