Lines Matching defs:current_channel_offset
182 int current_channel_offset;
1244 if (td->xsize * (uint64_t)s->current_channel_offset > INT_MAX ||
1248 td->channel_line_size = td->xsize * s->current_channel_offset;/* uncompress size of one line */
1269 if (td->xsize * (uint64_t)s->current_channel_offset > INT_MAX ||
1273 td->channel_line_size = td->xsize * s->current_channel_offset;/* uncompress size of one line */
1559 s->current_channel_offset = 0;
1748 s->channel_offsets[channel_index] = s->current_channel_offset;
1770 s->current_channel_offset += 2;
1772 s->current_channel_offset += 4;
2059 s->current_channel_offset *= 2;