Lines Matching refs:src_stride_y

28 void CopyPlane(const uint8* src_y, int src_stride_y,  in CopyPlane()  argument
44 IS_ALIGNED(src_y, 16) && IS_ALIGNED(src_stride_y, 16) && in CopyPlane()
53 src_y += src_stride_y; in CopyPlane()
60 int I420ToI400(const uint8* src_y, int src_stride_y, in I420ToI400() argument
71 src_y = src_y + (height - 1) * src_stride_y; in I420ToI400()
72 src_stride_y = -src_stride_y; in I420ToI400()
74 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420ToI400()
79 void MirrorPlane(const uint8* src_y, int src_stride_y, in MirrorPlane() argument
93 IS_ALIGNED(src_y, 16) && IS_ALIGNED(src_stride_y, 16)) { in MirrorPlane()
103 src_y += src_stride_y; in MirrorPlane()
234 int I420Mirror(const uint8* src_y, int src_stride_y, in I420Mirror() argument
249 src_y = src_y + (height - 1) * src_stride_y; in I420Mirror()
252 src_stride_y = -src_stride_y; in I420Mirror()
260 MirrorPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Mirror()
433 int I422ToBGRA(const uint8* src_y, int src_stride_y, in I422ToBGRA() argument
476 src_y += src_stride_y; in I422ToBGRA()
485 int I422ToABGR(const uint8* src_y, int src_stride_y, in I422ToABGR() argument
528 src_y += src_stride_y; in I422ToABGR()
537 int I422ToRGBA(const uint8* src_y, int src_stride_y, in I422ToRGBA() argument
580 src_y += src_stride_y; in I422ToRGBA()
826 int NV12ToRGB565(const uint8* src_y, int src_stride_y, in NV12ToRGB565() argument
867 src_y += src_stride_y; in NV12ToRGB565()
877 int NV21ToRGB565(const uint8* src_y, int src_stride_y, in NV21ToRGB565() argument
913 src_y += src_stride_y; in NV21ToRGB565()