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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_unscaled.c285 int dststr = dstStride[0] >> 1; local
288 int min_stride = FFMIN(srcstr, dststr);
295 dstPtr += dststr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale_unscaled.c349 int dststr = dstStride[p] / 2; local
352 int min_stride = FFMIN(FFABS(srcstr), FFABS(dststr));
360 dstPtr += dststr;

Completed in 48 milliseconds