Home
last modified time | relevance | path

Searched refs:sStride (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcrystalhd.c447 int sStride; in copy_frame() local
500 sStride = av_image_get_linesize(avctx->pix_fmt, pStride, 0); in copy_frame()
501 if (sStride < 0) in copy_frame()
504 sStride = bwidth; in copy_frame()
519 *((uint32_t *)src) = *((uint32_t *)(src + sStride)); in copy_frame()
535 memcpy(&(dst[dY * dStride]), &(src[sY * sStride]), bwidth); in copy_frame()
539 av_image_copy_plane(dst, dStride, src, sStride, bwidth, height); in copy_frame()
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBuffer.cpp169 const int sStride = state.sourceStride; in copyRoutine() local
180 Pointer<Byte> s = src + y * sStride; in copyRoutine()
197 *Pointer<Int4>(d, 1) = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()
207 Int4 bgra = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()
305 *Pointer<Int4>(d, 1) = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()
315 Int4 bgra = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine()
509 Pointer<Byte> s = src + y * sStride + x0 * sBytes; in copyRoutine()

Completed in 3 milliseconds