HomeSort by relevance Sort by last modified time
    Searched full:vorbis_mappings (Results 1 - 1 of 1) sorted by null

  /external/libopus/src/
opus_multistream_encoder.c 52 static const VorbisLayout vorbis_mappings[8] = { variable
377 nb_streams=vorbis_mappings[channels-1].nb_streams;
378 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams;
501 *streams=vorbis_mappings[channels-1].nb_streams;
502 *coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams;
504 mapping[i] = vorbis_mappings[channels-1].mapping[i];
    [all...]

Completed in 79 milliseconds