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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus.h41 #define CELT_SHORT_BLOCKSIZE 120 macro
42 #define CELT_OVERLAP CELT_SHORT_BLOCKSIZE
44 #define CELT_MAX_FRAME_SIZE (CELT_SHORT_BLOCKSIZE * (1 << CELT_MAX_LOG_BLOCKS))
H A Dopus_celt.c2006 s->duration = av_log2(frame_size / CELT_SHORT_BLOCKSIZE);
2008 frame_size != CELT_SHORT_BLOCKSIZE * (1 << s->duration)) {

Completed in 52 milliseconds