Lines Matching defs:channel_line_size
138 int channel_line_size;
860 index_out = target_channel_offset * td->xsize + y * td->channel_line_size + 2 * x;
876 index_out = target_channel_offset * td->xsize + y * td->channel_line_size;
1248 td->channel_line_size = td->xsize * s->current_channel_offset;/* uncompress size of one line */
1249 uncompressed_size = td->channel_line_size * (uint64_t)td->ysize;/* uncompress size of the block */
1273 td->channel_line_size = td->xsize * s->current_channel_offset;/* uncompress size of one line */
1274 uncompressed_size = td->channel_line_size * (uint64_t)td->ysize;/* uncompress size of the block */
1361 data_window_offset = (data_yoffset * td->channel_line_size) + data_xoffset;
1441 channel_buffer[c] += td->channel_line_size;
1480 channel_buffer[0] += td->channel_line_size;
1481 channel_buffer[1] += td->channel_line_size;
1482 channel_buffer[2] += td->channel_line_size;
1484 channel_buffer[3] += td->channel_line_size;