Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A 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()
H A Ddolby_e.h79 int word_bits; member
96 * Set word_bits/word_bytes, input, input_size, key_present
H A Ddolby_e.c632 return AV_RB24(key) >> 24 - s->word_bits; in parse_key()
/third_party/ffmpeg/libavformat/
H A Ds337m.c40 int word_bits; in s337m_get_offset_and_codec() local
43 word_bits = 16; in s337m_get_offset_and_codec()
47 word_bits = 20; in s337m_get_offset_and_codec()
50 word_bits = 24; in s337m_get_offset_and_codec()
62 switch (data_size / word_bits) { in s337m_get_offset_and_codec()
82 *offset *= (word_bits + 7 >> 3) * 2; in s337m_get_offset_and_codec()

Completed in 4 milliseconds