Searched refs:mlp_quants (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmlp_parser.c36 static const uint8_t mlp_quants[16] = { variable
150 mh->group1_bits = mlp_quants[get_bits(gb, 4)];
151 mh->group2_bits = mlp_quants[get_bits(gb, 4)];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmlp_parser.c37 static const uint8_t mlp_quants[16] = { variable
152 mh->group1_bits = mlp_quants[get_bits(gb, 4)];
153 mh->group2_bits = mlp_quants[get_bits(gb, 4)];

Completed in 33 milliseconds