Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_xll.c225 c->ch_remap[j++] = i; in chs_parse_header()
239 c->ch_remap[0] = DCA_SPEAKER_L; in chs_parse_header()
240 c->ch_remap[1] = DCA_SPEAKER_R; in chs_parse_header()
689 s->output_samples[c->ch_remap[i]] = b->msb_sample_buffer[i]; in chs_filter_band_data()
758 s->output_samples[c->ch_remap[ch]] = ptr; in chs_assemble_freq_bands()
1248 if (ff_dca_core_map_spkr(&dca->core, c->ch_remap[ch]) < 0) in force_lossy_output()
1290 spkr = ff_dca_core_map_spkr(&dca->core, c->ch_remap[ch]); in combine_residual_frame()
1292 …G_WARNING, "Residual encoded channel (%d) references unavailable core channel\n", c->ch_remap[ch]); in combine_residual_frame()
1330 int ch_remap[DCA_SPEAKER_COUNT]; in ff_dca_xll_filter_frame() local
1410 if (!ff_dca_set_channel_layout(avctx, ch_remap, request_mask)) in ff_dca_xll_filter_frame()
[all …]
Ddcadec.c32 int ff_dca_set_channel_layout(AVCodecContext *avctx, int *ch_remap, int dca_mask) in ff_dca_set_channel_layout() argument
49 ch_remap[nchannels++] = dca_ch; in ff_dca_set_channel_layout()
71 ch_remap[nchannels++] = wav_map[wav_ch]; in ff_dca_set_channel_layout()
Ddcadec.h68 int ff_dca_set_channel_layout(AVCodecContext *avctx, int *ch_remap, int dca_mask);
Ddca_xll.h82 int ch_remap[DCA_XLL_CHANNELS_MAX]; ///< Channel to speaker map member
Ddca_core.h207 int ch_remap[DCA_SPEAKER_COUNT]; ///< Channel to speaker map member
Ddca_core.c2151 int32_t *samples = s->output_samples[s->ch_remap[i]]; in filter_frame_fixed()
2183 output_samples[s->ch_remap[i]] = (float *)frame->extended_data[i]; in filter_frame_float()
2361 if (!ff_dca_set_channel_layout(avctx, s->ch_remap, s->request_mask)) in ff_dca_core_filter_frame()