Home
last modified time | relevance | path

Searched refs:CELT_SHORT_BLOCKSIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopus.h42 #define CELT_SHORT_BLOCKSIZE 120 macro
43 #define CELT_OVERLAP CELT_SHORT_BLOCKSIZE
45 #define CELT_MAX_FRAME_SIZE (CELT_SHORT_BLOCKSIZE * (1 << CELT_MAX_LOG_BLOCKS))
Dopus_celt.c348 f->size = av_log2(frame_size / CELT_SHORT_BLOCKSIZE); in ff_celt_decode_frame()
350 frame_size != CELT_SHORT_BLOCKSIZE * (1 << f->size)) { in ff_celt_decode_frame()