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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmlp_parser.h36 int group1_bits; ///< The bit depth of the first substream member in struct:MLPHeaderInfo
H A Dmlp_parser.c150 mh->group1_bits = mlp_quants[get_bits(gb, 4)];
161 mh->group1_bits = 24; // TODO: Is this information actually conveyed anywhere?
308 avctx->bits_per_raw_sample = mh.group1_bits;
H A Dmlpdec.c262 if (mh.group1_bits == 0) {
266 if (mh.group2_bits > mh.group1_bits) {
323 m->avctx->bits_per_raw_sample = mh.group1_bits;
324 if (mh.group1_bits > 16)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmlp_parser.h36 int group1_bits; ///< The bit depth of the first substream member in struct:MLPHeaderInfo
H A Dmlp_parser.c152 mh->group1_bits = mlp_quants[get_bits(gb, 4)];
166 mh->group1_bits = 24; // TODO: Is this information actually conveyed anywhere?
330 avctx->bits_per_raw_sample = mh.group1_bits;
H A Dmlpdec.c299 if (mh.group1_bits == 0) {
303 if (mh.group2_bits > mh.group1_bits) {
361 m->avctx->bits_per_raw_sample = mh.group1_bits;
362 if (mh.group1_bits > 16)

Completed in 72 milliseconds