Searched refs:group2_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.h37 int group2_bits; ///< Bit depth of the second substream (MLP only) member in struct:MLPHeaderInfo
H A Dmlp_parser.c151 mh->group2_bits = mlp_quants[get_bits(gb, 4)];
162 mh->group2_bits = 0;
H A Dmlpdec.c266 if (mh.group2_bits > mh.group1_bits) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmlp_parser.h37 int group2_bits; ///< Bit depth of the second substream (MLP only) member in struct:MLPHeaderInfo
H A Dmlp_parser.c153 mh->group2_bits = mlp_quants[get_bits(gb, 4)];
167 mh->group2_bits = 0;
H A Dmlpdec.c303 if (mh.group2_bits > mh.group1_bits) {

Completed in 77 milliseconds