Home
last modified time | relevance | path

Searched refs:MirrorPlane (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/third_party/libyuv/source/
Dplanar_functions.cc221 void MirrorPlane(const uint8* src_y, int src_stride_y, in MirrorPlane() function
441 MirrorPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I400Mirror()
473 MirrorPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Mirror()
475 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Mirror()
476 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in I420Mirror()
/external/libyuv/files/source/
Dplanar_functions.cc403 void MirrorPlane(const uint8* src_y, in MirrorPlane() function
723 MirrorPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I400Mirror()
762 MirrorPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Mirror()
764 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Mirror()
765 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in I420Mirror()
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc608 void MirrorPlane(const uint8_t* src_y, in MirrorPlane() function
920 MirrorPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I400Mirror()
959 MirrorPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Mirror()
961 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Mirror()
962 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in I420Mirror()