Searched refs:linecpy (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libpostproc/
H A Dpostprocess_internal.h171 static inline void linecpy(void *dest, const void *src, int lines, int stride) { function
H A Dpostprocess.c1040 linecpy(dst[1], src[1], height, srcStride[1]);
1041 linecpy(dst[2], src[2], height, srcStride[2]);
H A Dpostprocess_template.c3426 linecpy(dst, tempDst + 9*dstStride, copyAhead, dstStride);
3452 linecpy(tempSrc + srcStride*copyAhead, srcBlock + srcStride*copyAhead,
3460 linecpy(tempDst, dstBlock - dstStride, FFMIN(height-y+1, copyAhead+1), dstStride);
3664 linecpy(dstBlock, tempDst + dstStride, height-y, dstStride);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libpostproc/
H A Dpostprocess_internal.h171 static inline void linecpy(void *dest, const void *src, int lines, int stride) { function
H A Dpostprocess_template.c3347 linecpy(dst, tempDst + 9*dstStride, copyAhead, dstStride);
3373 linecpy(tempSrc + srcStride*copyAhead, srcBlock + srcStride*copyAhead,
3381 linecpy(tempDst, dstBlock - dstStride, FFMIN(height-y+1, copyAhead+1), dstStride);
3585 linecpy(dstBlock, tempDst + dstStride, height-y, dstStride);
H A Dpostprocess.c1062 linecpy(dst[1], src[1], height, srcStride[1]);
1063 linecpy(dst[2], src[2], height, srcStride[2]);

Completed in 120 milliseconds