Home
last modified time | relevance | path

Searched refs:group2_bits (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmlp_parse.c113 mh->group2_bits = mlp_quants[get_bits(gb, 4)]; in ff_mlp_read_major_sync()
127 mh->group2_bits = 0; in ff_mlp_read_major_sync()
Dmlp_parse.h32 int group2_bits; ///< Bit depth of the second substream (MLP only) member
Dmlpdec.c312 if (mh.group2_bits > mh.group1_bits) { in read_major_sync()