Home
last modified time | relevance | path

Searched refs:next_block_len_bits (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dwmadec.c404 if (s->block_len_bits <= s->next_block_len_bits) { in wma_window()
410 block_len = 1 << s->next_block_len_bits; in wma_window()
412 bsize = s->frame_len_bits - s->next_block_len_bits; in wma_window()
465 s->block_len_bits = s->next_block_len_bits; in wma_decode_block()
474 s->next_block_len_bits = s->frame_len_bits - v; in wma_decode_block()
477 s->next_block_len_bits = s->frame_len_bits; in wma_decode_block()
Dwma.h106 int next_block_len_bits; ///< log2 of next block length member
Dwma.c100 s->next_block_len_bits = s->frame_len_bits; in ff_wma_init()
Dwmaenc.c201 s->next_block_len_bits = s->frame_len_bits; in encode_block()