Home
last modified time | relevance | path

Searched refs:ff_vorbis_channel_layout_offsets (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvorbis.h28 extern const uint8_t ff_vorbis_channel_layout_offsets[8][8];
H A Dlibopusdec.c98 const uint8_t *vorbis_offset = ff_vorbis_channel_layout_offsets[channels - 1]; in libopus_decode_init()
H A Dlibopusenc.c241 channel_map = ff_vorbis_channel_layout_offsets[avctx->ch_layout.nb_channels - 1]; in libopus_validate_layout_and_get_channel_map()
H A Dopus.c285 return ff_vorbis_channel_layout_offsets[nb_channels - 1][channel_idx]; in channel_reorder_vorbis()
H A Dvorbisdec.c1841 int ch = ff_vorbis_channel_layout_offsets[vc->audio_channels - 1][i]; in vorbis_decode_frame()
H A Dvorbis_data.c26 const uint8_t ff_vorbis_channel_layout_offsets[8][8] = { variable

Completed in 8 milliseconds