Searched refs:samples_chanptr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddcadec.c430 float *samples_chanptr[DCA_PRIM_CHANNELS_MAX + 1]; member in struct:__anon3118
1426 s->samples_chanptr[s->channel_order_tab[k]],
1434 s->samples_chanptr[s->lfe_index]);
1441 dca_downmix(s->samples_chanptr, s->amode, !!s->lfe, s->downmix_coef,
2509 s->samples_chanptr[ch] = samples_flt[ch] + i * 256;
2511 s->samples_chanptr[ch] = s->extra_channels[ch - channels] + i * 256;
2518 float *back_chan = s->samples_chanptr[s->channel_order_tab[s->xch_base_channel]];
2519 float *lt_chan = s->samples_chanptr[s->channel_order_tab[s->xch_base_channel - 2]];
2520 float *rt_chan = s->samples_chanptr[s->channel_order_tab[s->xch_base_channel - 1]];
2536 src_chan = s->samples_chanptr[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddca.c359 const float *samples_chanptr[DCA_PRIM_CHANNELS_MAX + 1]; member in struct:__anon1898
1914 s->fmt_conv.float_interleave(samples_flt, s->samples_chanptr, 256,
1919 s->samples_chanptr, 256,
1959 s->samples_chanptr[i] = s->samples + i * 256;

Completed in 121 milliseconds