Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Drotate.cc214 void (*TransposeUVWx16)(const uint8_t* src, int src_stride, uint8_t* dst_a, in TransposeUV() local
237 TransposeUVWx16 = TransposeUVWx16_Any_MSA; in TransposeUV()
239 TransposeUVWx16 = TransposeUVWx16_MSA; in TransposeUV()
247 TransposeUVWx16(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, in TransposeUV()
/external/libyuv/files/source/
Drotate.cc232 void (*TransposeUVWx16)(const uint8_t* src, int src_stride, uint8_t* dst_a, in TransposeUV() local
263 TransposeUVWx16 = TransposeUVWx16_Any_MSA; in TransposeUV()
265 TransposeUVWx16 = TransposeUVWx16_MSA; in TransposeUV()
273 TransposeUVWx16(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, in TransposeUV()