Home
last modified time | relevance | path

Searched refs:OPUS_BLOCK_SIZE (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dopusenc.h38 #define OPUS_BLOCK_SIZE(x) (2 * 15 * (1 << ((x) + 2))) macro
H A Dopusenc_psy.c100 (OPUS_BLOCK_SIZE(s->bsize_analysis) << 1)); in step_collect_psy_metrics()
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()
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()
560 const int len = OPUS_BLOCK_SIZE(i); in ff_opus_psy_init()
H A Dopusenc.c123 int subframes = OPUS_BLOCK_SIZE(s->packet.framesize) / subframesize; in celt_frame_setup_input()
162 const int subframes = OPUS_BLOCK_SIZE(s->packet.framesize) / subframesize; in celt_apply_preemph_filter()
211 int blk_len = OPUS_BLOCK_SIZE(f->size), wlen = OPUS_BLOCK_SIZE(f->size + 1); in celt_frame_mdct()
562 frame_size = OPUS_BLOCK_SIZE(s->packet.framesize); in opus_encode_frame()
H A Dopusenc_psy.h42 float coeffs[OPUS_MAX_CHANNELS][OPUS_BLOCK_SIZE(CELT_BLOCK_960)];

Completed in 3 milliseconds