Home | History | Annotate | Download | only in enc

Lines Matching full:src_stride

199 static void CopyPlane(const uint8_t* src, int src_stride,
203 src += src_stride;
377 int src_width, int src_height, int src_stride,
393 src + y * src_stride, src_stride);
924 static float AccumulateLSIM(const uint8_t* src, int src_stride,
939 const uint8_t* s = src + j * src_stride;