Home
last modified time | relevance | path

Searched refs:four_bit_ch (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpeg4audio.h148 int five_bit_ch, four_bit_ch, comment_size, bits; in ff_copy_pce_data() local
155 four_bit_ch = ff_pce_copy_bits(pb, gb, 2); // LFE in ff_copy_pce_data()
156 four_bit_ch += ff_pce_copy_bits(pb, gb, 3); // Data in ff_copy_pce_data()
164 for (bits = five_bit_ch*5+four_bit_ch*4; bits > 16; bits -= 16) in ff_copy_pce_data()