Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddolby_e.h85 int word_bytes; member
Ddolby_e.c38 s->input += nb_words * s->word_bytes; in skip_input()
614 s->word_bytes = s->word_bits + 7 >> 3; in dolby_e_decode_frame()
615 s->input = avpkt->data + s->word_bytes; in dolby_e_decode_frame()
616 s->input_size = avpkt->size / s->word_bytes - 1; in dolby_e_decode_frame()