Lines Matching defs:dstW
110 * @param dstW width of destination in pixels
114 typedef void (*yuv2planar1_fn)(const int16_t *src, uint8_t *dest, int dstW,
127 * @param dstW width of destination pixels
131 const int16_t **src, uint8_t *dest, int dstW,
148 * @param dstW width of chroma planes
156 uint8_t *dest, int dstW);
174 * @param dstW width of lumSrc and alpSrc in pixels, number of pixels
191 int dstW, int uvalpha, int y);
207 * @param dstW width of lumSrc and alpSrc in pixels, number of pixels
225 int dstW, int yalpha, int uvalpha, int y);
245 * @param dstW width of lumSrc and alpSrc in pixels, number of pixels
258 int dstW, int y);
279 * @param dstW width of lumSrc and alpSrc in pixels, number of pixels
292 int dstW, int y);
513 int dstW; ///< Width of destination luma/alpha planes.
622 * @param dstW width of destination image
632 * Guaranteed to contain dstW * filterSize entries.
635 * contain dstW entries.
643 void (*hyScale)(struct SwsContext *c, int16_t *dst, int dstW,
646 void (*hcScale)(struct SwsContext *c, int16_t *dst, int dstW,
977 int ff_init_hscaler_mmxext(int dstW, int xInc, uint8_t *filterCode,
995 int dstW, int dstH, enum AVPixelFormat dstFormat,
1145 int ff_shuffle_filter_coefficients(SwsContext *c, int* filterPos, int filterSize, int16_t *filter, int dstW);