Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Drotate.cc317 void (*MirrorUVRow)(const uint8_t* src, uint8_t* dst_u, uint8_t* dst_v, in RotateUV180() local
321 MirrorUVRow = MirrorUVRow_NEON; in RotateUV180()
326 MirrorUVRow = MirrorUVRow_SSSE3; in RotateUV180()
331 MirrorUVRow = MirrorUVRow_MSA; in RotateUV180()
339 MirrorUVRow(src, dst_a, dst_b, width); in RotateUV180()
/external/libyuv/files/source/
Drotate.cc346 void (*MirrorUVRow)(const uint8* src, uint8* dst_u, uint8* dst_v, int width) = in RotateUV180() local
350 MirrorUVRow = MirrorUVRow_NEON; in RotateUV180()
355 MirrorUVRow = MirrorUVRow_SSSE3; in RotateUV180()
361 MirrorUVRow = MirrorUVRow_DSPR2; in RotateUV180()
369 MirrorUVRow(src, dst_a, dst_b, width); in RotateUV180()