Lines Matching defs:param

106  * @param src     scaled source data, 15 bits for 8-10-bit output,
108 * @param dest pointer to the output plane. For >8-bit
110 * @param dstW width of destination in pixels
111 * @param dither ordered dither array of type int16_t and size 8
112 * @param offset Dither offset
121 * @param filter vertical luma/alpha scaling coefficients, 12 bits [0,4096]
122 * @param src scaled luma (Y) or alpha (A) source data, 15 bits for
124 * @param filterSize number of vertical input lines to scale
125 * @param dest pointer to output plane. For >8-bit
127 * @param dstW width of destination pixels
128 * @param offset Dither offset
138 * @param dstFormat destination pixel format
139 * @param chrDither ordered dither array of type uint8_t and size 8
140 * @param chrFilter vertical chroma scaling coefficients, 12 bits [0,4096]
141 * @param chrUSrc scaled chroma (U) source data, 15 bits for 8-10-bit
143 * @param chrVSrc scaled chroma (V) source data, 15 bits for 8-10-bit
145 * @param chrFilterSize number of vertical chroma input lines to scale
146 * @param dest pointer to the output plane. For >8-bit
148 * @param dstW width of chroma planes
163 * @param c SWS scaling context
164 * @param lumSrc scaled luma (Y) source data, 15 bits for 8-10-bit output,
166 * @param chrUSrc scaled chroma (U) source data, 15 bits for 8-10-bit output,
168 * @param chrVSrc scaled chroma (V) source data, 15 bits for 8-10-bit output,
170 * @param alpSrc scaled alpha (A) source data, 15 bits for 8-10-bit output,
172 * @param dest pointer to the output plane. For 16-bit output, this is
174 * @param dstW width of lumSrc and alpSrc in pixels, number of pixels
176 * @param uvalpha chroma scaling coefficient for the second line of chroma
182 * @param y vertical line number for this output. This does not need
196 * @param c SWS scaling context
197 * @param lumSrc scaled luma (Y) source data, 15 bits for 8-10-bit output,
199 * @param chrUSrc scaled chroma (U) source data, 15 bits for 8-10-bit output,
201 * @param chrVSrc scaled chroma (V) source data, 15 bits for 8-10-bit output,
203 * @param alpSrc scaled alpha (A) source data, 15 bits for 8-10-bit output,
205 * @param dest pointer to the output plane. For 16-bit output, this is
207 * @param dstW width of lumSrc and alpSrc in pixels, number of pixels
209 * @param yalpha luma/alpha scaling coefficients for the second input line.
212 * @param uvalpha chroma scaling coefficient for the second input line. The
215 * @param y vertical line number for this output. This does not need
230 * @param c SWS scaling context
231 * @param lumFilter vertical luma/alpha scaling coefficients, 12 bits [0,4096]
232 * @param lumSrc scaled luma (Y) source data, 15 bits for 8-10-bit output,
234 * @param lumFilterSize number of vertical luma/alpha input lines to scale
235 * @param chrFilter vertical chroma scaling coefficients, 12 bits [0,4096]
236 * @param chrUSrc scaled chroma (U) source data, 15 bits for 8-10-bit output,
238 * @param chrVSrc scaled chroma (V) source data, 15 bits for 8-10-bit output,
240 * @param chrFilterSize number of vertical chroma input lines to scale
241 * @param alpSrc scaled alpha (A) source data, 15 bits for 8-10-bit output,
243 * @param dest pointer to the output plane. For 16-bit output, this is
245 * @param dstW width of lumSrc and alpSrc in pixels, number of pixels
247 * @param y vertical line number for this output. This does not need
264 * @param c SWS scaling context
265 * @param lumFilter vertical luma/alpha scaling coefficients, 12 bits [0,4096]
266 * @param lumSrc scaled luma (Y) source data, 15 bits for 8-10-bit output,
268 * @param lumFilterSize number of vertical luma/alpha input lines to scale
269 * @param chrFilter vertical chroma scaling coefficients, 12 bits [0,4096]
270 * @param chrUSrc scaled chroma (U) source data, 15 bits for 8-10-bit output,
272 * @param chrVSrc scaled chroma (V) source data, 15 bits for 8-10-bit output,
274 * @param chrFilterSize number of vertical chroma input lines to scale
275 * @param alpSrc scaled alpha (A) source data, 15 bits for 8-10-bit output,
277 * @param dest pointer to the output planes. For 16-bit output, this is
279 * @param dstW width of lumSrc and alpSrc in pixels, number of pixels
281 * @param y vertical line number for this output. This does not need
341 double param[2]; ///< Input parameters for scaling algorithms that need them.
616 * @param dst pointer to destination buffer for horizontally scaled
622 * @param dstW width of destination image
623 * @param src pointer to source data to be scaled. If the number of
630 * @param filter filter coefficients to be used per output pixel for
633 * @param filterPos position of the first input pixel to be used for
636 * @param filterSize the number of input coefficients to be used (and
996 int flags, const double *param);