Lines Matching defs:frame_size
142 int frame_size; ///< size of data frame
1594 for (i = 0; i < q->frame_size; i++)
1719 s->frame_size = s->group_size / 16; // 16 iterations per super block
1721 if (s->frame_size > QDM2_MAX_FRAME_SIZE)
1727 if (s->frame_size * 4 >> s->sub_sampling > MPA_FRAME_SIZE) {
1782 const int frame_size = (q->frame_size * q->channels);
1784 if((unsigned)frame_size > FF_ARRAY_ELEMS(q->output_buffer)/2)
1792 memmove(q->output_buffer, &q->output_buffer[frame_size], frame_size * sizeof(float));
1793 memset(&q->output_buffer[frame_size], 0, frame_size * sizeof(float));
1827 for (i = 0; i < frame_size; i++) {
1856 frame->nb_samples = 16 * s->frame_size;
1864 out += s->channels * s->frame_size;