Searched refs:word_bits (Results 1 – 4 of 4) sorted by relevance
55 return AV_RB24(key) >> 24 - s->word_bits; in parse_key()75 switch (s->word_bits) { in ff_dolby_e_convert_input()94 return init_get_bits(&s->gb, s->buffer, nb_words * s->word_bits); in ff_dolby_e_convert_input()107 s->word_bits = 24; in ff_dolby_e_parse_header()109 s->word_bits = 20; in ff_dolby_e_parse_header()111 s->word_bits = 16; in ff_dolby_e_parse_header()118 s->word_bytes = s->word_bits + 7 >> 3; in ff_dolby_e_parse_header()121 s->key_present = hdr >> 24 - s->word_bits & 1; in ff_dolby_e_parse_header()
77 int word_bits; member
623 return AV_RB24(key) >> 24 - s->word_bits; in parse_key()
39 int word_bits; in s337m_get_offset_and_codec() local42 word_bits = 16; in s337m_get_offset_and_codec()46 word_bits = 20; in s337m_get_offset_and_codec()49 word_bits = 24; in s337m_get_offset_and_codec()61 switch (data_size / word_bits) { in s337m_get_offset_and_codec()81 *offset *= (word_bits + 7 >> 3) * 2; in s337m_get_offset_and_codec()