Lines Matching refs:rowbytes
2756 unsigned rowbytes = 0;
2780 rowbytes = width * 3;
2789 output_rowbytes = rowbytes;
2800 rowbuffer_bytes = buffered_rows * rowbytes;
2802 output_buffer = (unsigned char *) malloc (rowbytes);
2811 channel_data[i][1 - oddfirst] = row_buffer + rowbytes * j + i;
2813 channel_data[i][1 - oddfirst] = row_buffer + rowbytes * j + width * i;
2815 channel_data[i][1 - oddfirst] + rowbytes * intra_channel_offset;
2837 int numcopy = rowbytes - bytenow;
2842 memcpy (row_buffer + rownow * rowbytes + bytenow,
2848 if (bytenow == rowbytes)
2920 channel_data[i][j] += rowbytes;