Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drotate.cc189 void (*TransposeUVWx8)(const uint8* src, int src_stride, in TransposeUV() local
195 TransposeUVWx8 = TransposeUVWx8_NEON; in TransposeUV()
200 TransposeUVWx8 = TransposeUVWx8_Any_SSE2; in TransposeUV()
202 TransposeUVWx8 = TransposeUVWx8_SSE2; in TransposeUV()
209 TransposeUVWx8 = TransposeUVWx8_DSPR2; in TransposeUV()
215 TransposeUVWx8(src, src_stride, in TransposeUV()
/external/libvpx/libvpx/third_party/libyuv/source/
Drotate.cc197 void (*TransposeUVWx8)(const uint8* src, int src_stride, in TransposeUV() local
203 TransposeUVWx8 = TransposeUVWx8_NEON; in TransposeUV()
208 TransposeUVWx8 = TransposeUVWx8_SSE2; in TransposeUV()
214 TransposeUVWx8 = TransposeUVWx8_MIPS_DSPR2; in TransposeUV()
220 TransposeUVWx8(src, src_stride, in TransposeUV()