Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwma.h34 #define BLOCK_MIN_BITS 7 macro
38 #define BLOCK_NB_SIZES (BLOCK_MAX_BITS - BLOCK_MIN_BITS + 1)
Dwma.c110 nb_max = s->frame_len_bits - BLOCK_MIN_BITS; in ff_wma_init()
223 a = s->frame_len_bits - BLOCK_MIN_BITS - k; in ff_wma_init()