Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddolby_e_parse.c55 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()
Ddolby_e.h77 int word_bits; member
Ddolby_e.c623 return AV_RB24(key) >> 24 - s->word_bits; in parse_key()
/third_party/ffmpeg/libavformat/
Ds337m.c39 int word_bits; in s337m_get_offset_and_codec() local
42 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()