Home | History | Annotate | Download | only in video

Lines Matching refs:src_w

70 static int generate_rowbytes(int src_w, int dst_w, int bpp)
74 int src_w;
85 if ( (src_w == last.src_w) &&
90 last.src_w = src_w;
116 inc = (src_w << 16) / dst_w;
155 void name(type *src, int src_w, type *dst, int dst_w) \
162 inc = (src_w << 16) / dst_w; \
177 void copy_row3(Uint8 *src, int src_w, Uint8 *dst, int dst_w)
184 inc = (src_w << 16) / dst_w;