Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_multistream_encoder.c52 static const VorbisLayout vorbis_mappings[8] = { variable
377 nb_streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_get_size()
378 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_get_size()
501 *streams=vorbis_mappings[channels-1].nb_streams; in opus_multistream_surround_encoder_init()
502 *coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_init()
504 mapping[i] = vorbis_mappings[channels-1].mapping[i]; in opus_multistream_surround_encoder_init()