Searched refs:TransposeUVWx8 (Results 1 – 3 of 3) sorted by relevance
/external/libyuv/files/source/ |
D | rotate.cc | 236 void (*TransposeUVWx8)(const uint8_t* src, int src_stride, uint8_t* dst_a, in TransposeUV() local 242 TransposeUVWx8 = TransposeUVWx8_NEON; in TransposeUV() 247 TransposeUVWx8 = TransposeUVWx8_Any_SSE2; in TransposeUV() 249 TransposeUVWx8 = TransposeUVWx8_SSE2; in TransposeUV() 255 TransposeUVWx8 = TransposeUVWx8_Any_MMI; in TransposeUV() 257 TransposeUVWx8 = TransposeUVWx8_MMI; in TransposeUV() 283 TransposeUVWx8(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, in TransposeUV()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | rotate.cc | 197 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()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 218 void (*TransposeUVWx8)(const uint8_t* src, int src_stride, uint8_t* dst_a, in TransposeUV() local 224 TransposeUVWx8 = TransposeUVWx8_NEON; in TransposeUV() 229 TransposeUVWx8 = TransposeUVWx8_Any_SSE2; in TransposeUV() 231 TransposeUVWx8 = TransposeUVWx8_SSE2; in TransposeUV() 257 TransposeUVWx8(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, in TransposeUV()
|