Searched refs:mlp_samplerate (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.c92 static int mlp_samplerate(int in) function
154 mh->group1_samplerate = mlp_samplerate(ratebits);
155 mh->group2_samplerate = mlp_samplerate(get_bits(gb, 4));
165 mh->group1_samplerate = mlp_samplerate(ratebits);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmlp_parser.c93 static int mlp_samplerate(int in) function
156 mh->group1_samplerate = mlp_samplerate(ratebits);
157 mh->group2_samplerate = mlp_samplerate(get_bits(gb, 4));
170 mh->group1_samplerate = mlp_samplerate(ratebits);

Completed in 109 milliseconds