Searched refs:MirrorPlane (Results 1 – 2 of 2) sorted by relevance
/external/libyuv/files/source/ |
D | planar_functions.cc | 79 void MirrorPlane(const uint8* src_y, int src_stride_y, in MirrorPlane() function 260 MirrorPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Mirror() 262 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Mirror() 263 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in I420Mirror()
|
/external/chromium_org/third_party/libyuv/source/ |
D | planar_functions.cc | 226 void MirrorPlane(const uint8* src_y, int src_stride_y, in MirrorPlane() function 440 MirrorPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I400Mirror() 472 MirrorPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Mirror() 474 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Mirror() 475 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in I420Mirror()
|