Searched defs:dst_a (Results 1 – 3 of 3) sorted by relevance
/external/libyuv/files/source/ |
D | rotate.cc | 157 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_SSE2() 637 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_SSE2() 901 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_C() 928 uint8* dst_a, int dst_stride_a, in TransposeUVWxH_C() 940 uint8* dst_a, int dst_stride_a, in TransposeUV() 980 uint8* dst_a, int dst_stride_a, in RotateUV90() 994 uint8* dst_a, int dst_stride_a, in RotateUV270() 1011 uint8* dst_a, int dst_stride_a, in RotateUV180()
|
D | rotate_neon.cc | 192 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_NEON()
|
D | row_neon.cc | 482 void MirrorRowUV_NEON(const uint8* src, uint8* dst_a, uint8* dst_b, int width) { in MirrorRowUV_NEON()
|