Lines Matching defs:length
1724 int length = 0;
1726 /* universal length finder */
1727 while (length + c->srcW <= FFABS(dstStride[0]) &&
1728 length + c->srcW <= FFABS(srcStride[0]))
1729 length += c->srcW;
1730 av_assert1(length != 0);
1733 memcpy(dstPtr, srcPtr, length);
1745 for (j = 0; j < length-7; j+=8) {\
1755 for (; j < length; j++) {\
1764 for (j = 0; j < length-7; j+=8) {\
1774 for (; j < length; j++) {\
1783 for (j = 0; j < length-7; j+=8) {\
1793 for (; j < length; j++) {\
1809 int length = (plane == 0 || plane == 3) ? c->srcW : AV_CEIL_RSHIFT(c->srcW, c->chrDstHSubSample);
1820 fillPlane16(dst[plane], dstStride[plane], length, height, y,
1824 fillPlane(dst[plane], dstStride[plane], length, height, y,
1846 for (j = 0; j < length; j++)\
1849 for (j = 0; j < length; j++)\
1870 for (; j < length - 3; j += 4) { \
1876 for (; j < length - 1; j += 2) { \
1889 for (; j < length; j++){ \
1894 for (; j < length; j++){ \
1935 for (j = 0; j < length; j++)
1943 for (j = 0; j < length; j++)
1949 srcStride[plane] > 0 && srcStride[plane] == length) {
1954 length *= 2;
1956 length >>= 3; // monowhite/black
1958 memcpy(dstPtr, srcPtr, length);