Searched refs:ch_remap (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dca_xll.c | 225 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 …]
|
D | dcadec.c | 32 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()
|
D | dcadec.h | 68 int ff_dca_set_channel_layout(AVCodecContext *avctx, int *ch_remap, int dca_mask);
|
D | dca_xll.h | 82 int ch_remap[DCA_XLL_CHANNELS_MAX]; ///< Channel to speaker map member
|
D | dca_core.h | 207 int ch_remap[DCA_SPEAKER_COUNT]; ///< Channel to speaker map member
|
D | dca_core.c | 2151 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()
|