Searched refs:dst_w (Results 1 – 2 of 2) sorted by relevance
70 static int generate_rowbytes(int src_w, int dst_w, int bpp) in generate_rowbytes() argument75 int dst_w; in generate_rowbytes() member86 (dst_w == last.dst_w) && (bpp == last.bpp) ) { in generate_rowbytes()91 last.dst_w = dst_w; in generate_rowbytes()116 inc = (src_w << 16) / dst_w; in generate_rowbytes()119 for ( i=0; i<dst_w && eip < end; ++i ) { in generate_rowbytes()155 void name(type *src, int src_w, type *dst, int dst_w) \162 inc = (src_w << 16) / dst_w; \163 for ( i=dst_w; i>0; --i ) { \177 void copy_row3(Uint8 *src, int src_w, Uint8 *dst, int dst_w) in DEFINE_COPY_ROW()[all …]
334 uint32_t dst_w; member