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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dshorten.c44 #define DEFAULT_BLOCK_SIZE 256 macro
336 s->blocksize = DEFAULT_BLOCK_SIZE;
358 blocksize = get_uint(s, av_log2(DEFAULT_BLOCK_SIZE));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dshorten.c45 #define DEFAULT_BLOCK_SIZE 256 macro
338 s->blocksize = DEFAULT_BLOCK_SIZE;
360 blocksize = get_uint(s, av_log2(DEFAULT_BLOCK_SIZE));

Completed in 103 milliseconds