Home
last modified time | relevance | path

Searched refs:OPUS_MAX_PACKET_SIZE (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dopus_rc.h29 #define OPUS_MAX_PACKET_SIZE 1275 macro
48 uint8_t buf[OPUS_MAX_PACKET_SIZE + 12]; /* memcpy vs (memmove + overreading) */
H A Dopus_rc.c393 rb_src = rc->buf + OPUS_MAX_PACKET_SIZE + 12 - rc->rb.bytes; in ff_opus_rc_enc_end()
410 ff_opus_rc_dec_raw_init(rc, rc->buf + OPUS_MAX_PACKET_SIZE + 8, 0); in ff_opus_rc_enc_init()
H A Dopusenc_psy.c359 f_out->framebits = FFMIN(f_out->framebits, OPUS_MAX_PACKET_SIZE*8); in celt_gauge_psy_weight()

Completed in 3 milliseconds