Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmlp_parse.c112 mh->group1_bits = mlp_quants[get_bits(gb, 4)]; in ff_mlp_read_major_sync()
126 mh->group1_bits = 24; // TODO: Is this information actually conveyed anywhere? in ff_mlp_read_major_sync()
H A Dmlp_parse.h35 int group1_bits; ///< The bit depth of the first substream member
H A Dmlp_parser.c169 avctx->bits_per_raw_sample = mh.group1_bits; in mlp_parse()
H A Dmlpdec.c328 if (mh.group1_bits == 0) { in read_major_sync()
332 if (mh.group2_bits > mh.group1_bits) { in read_major_sync()
394 m->avctx->bits_per_raw_sample = mh.group1_bits; in read_major_sync()
395 if (mh.group1_bits > 16) in read_major_sync()

Completed in 4 milliseconds