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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwma.h32 #define BLOCK_MIN_BITS 7 macro
36 #define BLOCK_NB_SIZES (BLOCK_MAX_BITS - BLOCK_MIN_BITS + 1)
H A Dwma.c150 nb_max = s->frame_len_bits - BLOCK_MIN_BITS;
266 a = s->frame_len_bits - BLOCK_MIN_BITS - k;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwma.h32 #define BLOCK_MIN_BITS 7 macro
36 #define BLOCK_NB_SIZES (BLOCK_MAX_BITS - BLOCK_MIN_BITS + 1)
H A Dwma.c108 nb_max = s->frame_len_bits - BLOCK_MIN_BITS;
228 a = s->frame_len_bits - BLOCK_MIN_BITS - k;

Completed in 64 milliseconds