Searched defs:RotatePlane270 (Results 1 - 1 of 1) sorted by relevance

/external/libyuv/files/source/
H A Drotate.cc839 void RotatePlane270(const uint8* src, int src_stride, function in namespace:libyuv
1224 RotatePlane270(src_y, src_stride_y,
1227 RotatePlane270(src_u, src_stride_u,
1230 RotatePlane270(src_v, src_stride_v,
1289 RotatePlane270(src_y, src_stride_y,

Completed in 24 milliseconds