Lines Matching refs:get_bits
105 if (get_bits(gb, 24) != 0xf8726f) /* Sync words */ in ff_mlp_read_major_sync()
108 mh->stream_type = get_bits(gb, 8); in ff_mlp_read_major_sync()
112 mh->group1_bits = mlp_quants[get_bits(gb, 4)]; in ff_mlp_read_major_sync()
113 mh->group2_bits = mlp_quants[get_bits(gb, 4)]; in ff_mlp_read_major_sync()
115 ratebits = get_bits(gb, 4); in ff_mlp_read_major_sync()
117 mh->group2_samplerate = mlp_samplerate(get_bits(gb, 4)); in ff_mlp_read_major_sync()
122 channel_arrangement = get_bits(gb, 5); in ff_mlp_read_major_sync()
129 ratebits = get_bits(gb, 4); in ff_mlp_read_major_sync()
135 mh->channel_modifier_thd_stream0 = get_bits(gb, 2); in ff_mlp_read_major_sync()
136 mh->channel_modifier_thd_stream1 = get_bits(gb, 2); in ff_mlp_read_major_sync()
139 channel_arrangement = get_bits(gb, 5); in ff_mlp_read_major_sync()
143 mh->channel_modifier_thd_stream2 = get_bits(gb, 2); in ff_mlp_read_major_sync()
145 channel_arrangement = get_bits(gb, 13); in ff_mlp_read_major_sync()
158 mh->peak_bitrate = (get_bits(gb, 15) * mh->group1_samplerate + 8) >> 4; in ff_mlp_read_major_sync()
160 mh->num_substreams = get_bits(gb, 4); in ff_mlp_read_major_sync()