Lines Matching refs:framesize
198 s->p.framesize = fsize;
219 s->p.framesize = FFMIN(max_bsize, CELT_BLOCK_960);
247 p->framesize = s->p.framesize;
257 int radius = (1 << s->p.framesize), step_offset = radius*index;
263 f->size = s->p.framesize;
289 f->blocks = f->transient ? OPUS_BLOCK_SIZE(s->p.framesize)/CELT_OVERLAP : 1;
314 int frame_size = OPUS_BLOCK_SIZE(s->p.framesize);
328 for (f = 0; f < (1 << s->p.framesize); f++) {
458 OpusPsyStep **start = &s->steps[index * (1 << s->p.framesize)];
469 f->blocks = f->transient ? OPUS_BLOCK_SIZE(s->p.framesize)/CELT_OVERLAP : 1;
481 int i, frame_size = OPUS_BLOCK_SIZE(s->p.framesize);