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