Lines Matching defs:units
99 ChannelUnit *units;
202 av_freep(&q->units);
671 ret = decode_channel_sound_unit(q, &q->gb, &q->units[ch],
716 ret = decode_channel_sound_unit(q, &q->gb, &q->units[ch+1],
730 /* Decode the channel sound units. */
737 ret = decode_channel_sound_unit(q, &q->gb, &q->units[i],
750 ff_atrac_iqmf(p1, p2, 256, p1, q->units[i].delay_buf1, q->temp_buf);
751 ff_atrac_iqmf(p4, p3, 256, p3, q->units[i].delay_buf2, q->temp_buf);
752 ff_atrac_iqmf(p1, p3, 512, p1, q->units[i].delay_buf3, q->temp_buf);
768 /* Decode the channel sound units. */
770 ret = decode_channel_sound_unit(q, &q->gb, &q->units[i],
785 ff_atrac_iqmf(p1, p2, 256, p1, q->units[i].delay_buf1, q->temp_buf);
786 ff_atrac_iqmf(p4, p3, 256, p3, q->units[i].delay_buf2, q->temp_buf);
787 ff_atrac_iqmf(p1, p3, 512, p1, q->units[i].delay_buf3, q->temp_buf);
1009 q->units = av_calloc(channels, sizeof(*q->units));
1010 if (!q->units)