Searched refs:ch_remap (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dca_xll.c | 227 c->ch_remap[j++] = i; in chs_parse_header() 241 c->ch_remap[0] = DCA_SPEAKER_L; in chs_parse_header() 242 c->ch_remap[1] = DCA_SPEAKER_R; in chs_parse_header() 691 s->output_samples[c->ch_remap[i]] = b->msb_sample_buffer[i]; in chs_filter_band_data() 760 s->output_samples[c->ch_remap[ch]] = ptr; in chs_assemble_freq_bands() 1250 if (ff_dca_core_map_spkr(&dca->core, c->ch_remap[ch]) < 0) in force_lossy_output() 1292 spkr = ff_dca_core_map_spkr(&dca->core, c->ch_remap[ch]); in combine_residual_frame() 1294 av_log(s->avctx, AV_LOG_WARNING, "Residual encoded channel (%d) references unavailable core channel\n", c->ch_remap[ch]); in combine_residual_frame() 1332 int ch_remap[DCA_SPEAKER_COUNT]; in ff_dca_xll_filter_frame() local 1412 if (!ff_dca_set_channel_layout(avctx, ch_remap, request_mas in ff_dca_xll_filter_frame() [all...] |
H A D | dcadec.c | 34 int ff_dca_set_channel_layout(AVCodecContext *avctx, int *ch_remap, int dca_mask) in ff_dca_set_channel_layout() argument 54 ch_remap[nchannels++] = dca_ch; in ff_dca_set_channel_layout() 77 ch_remap[nchannels++] = wav_map[wav_ch]; in ff_dca_set_channel_layout()
|
H A D | dcadec.h | 77 int ff_dca_set_channel_layout(AVCodecContext *avctx, int *ch_remap, int dca_mask);
|
H A D | dca_xll.h | 80 int ch_remap[DCA_XLL_CHANNELS_MAX]; ///< Channel to speaker map member
|
H A D | dca_core.h | 205 int ch_remap[DCA_SPEAKER_COUNT]; ///< Channel to speaker map member
|
H A D | dca_core.c | 2153 int32_t *samples = s->output_samples[s->ch_remap[i]]; in filter_frame_fixed() 2185 output_samples[s->ch_remap[i]] = (float *)frame->extended_data[i]; in filter_frame_float() 2363 if (!ff_dca_set_channel_layout(avctx, s->ch_remap, s->request_mask)) in ff_dca_core_filter_frame()
|
Completed in 8 milliseconds