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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Drgb2rgb_template.c1901 static inline void RENAME(planar2x)(const uint8_t *src, uint8_t *dst, long srcWidth, long srcHeight, long srcStride, long dstStride) argument
1908 for (x=0; x<srcWidth-1; x++){
1912 dst[2*srcWidth-1]= src[srcWidth-1];
1918 const long mmxSize= srcWidth&~15;
1967 for (x=mmxSize-1; x<srcWidth-1; x++){
1973 dst[srcWidth*2 -1 ]= (3*src[srcWidth-1] + src[srcWidth-1 + srcStride])>>2;
1974 dst[srcWidth*
[all...]

Completed in 92 milliseconds