Searched refs:out_ch (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/x86/
H A Daudio_mix_init.c27 int out_ch, int in_ch);
29 int out_ch, int in_ch);
32 int out_ch, int in_ch);
34 int out_ch, int in_ch);
37 int len, int out_ch, int in_ch);
40 int out_ch, int in_ch);
42 int out_ch, int in_ch);
45 int out_ch, int in_ch);
47 int out_ch, int in_ch);
49 int out_ch, in
[all...]
H A Daudio_mix.asm29 ; int out_ch, int in_ch);
65 ; int out_ch, int in_ch);
109 ; int out_ch, int in_ch);
150 ; int out_ch, int in_ch);
184 ; int out_ch, int in_ch);
231 ; int len, int out_ch, int in_ch);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmlpdsp.c109 unsigned int i, out_ch = 0; local
114 for (out_ch = 0; out_ch <= max_matrix_channel; out_ch++) {
115 int mat_ch = ch_assign[out_ch];
H A Dac3dsp.h135 void (*downmix)(float **samples, float (*matrix)[2], int out_ch,
138 void (*downmix_fixed)(int32_t **samples, int16_t (*matrix)[2], int out_ch,
H A Dac3dec_fixed.c126 int out_ch, int in_ch, int len)
130 if (out_ch == 2) {
140 } else if (out_ch == 1) {
125 ac3_downmix_c_fixed16(int16_t **samples, int16_t (*matrix)[2], int out_ch, int in_ch, int len) argument
H A Dac3dsp.c218 int out_ch, int in_ch, int len)
222 if (out_ch == 2) {
232 } else if (out_ch == 1) {
243 int out_ch, int in_ch, int len)
247 if (out_ch == 2) {
257 } else if (out_ch == 1) {
217 ac3_downmix_c(float **samples, float (*matrix)[2], int out_ch, int in_ch, int len) argument
242 ac3_downmix_c_fixed(int32_t **samples, int16_t (*matrix)[2], int out_ch, int in_ch, int len) argument
H A Ddcadec.c1624 static void dca_exss_skip_mix_coeffs(GetBitContext *gb, int channels, int out_ch) argument
1629 int mix_map_mask = get_bits(gb, out_ch);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Daudio_mix.h31 typedef void (mix_func)(uint8_t **src, void **matrix, int len, int out_ch,
H A Daudio_mix.c103 int len, int out_ch, int in_ch) \
108 for (out = 0; out < out_ch; out++) { \
114 for (out = 0; out < out_ch; out++) \
127 int out_ch, int in_ch)
149 int out_ch, int in_ch)
171 int out_ch, int in_ch)
193 int out_ch, int in_ch)
226 int out_ch, int in_ch)
260 int out_ch, int in_ch)
126 mix_2_to_1_fltp_flt_c(float **samples, float **matrix, int len, int out_ch, int in_ch) argument
148 mix_2_to_1_s16p_flt_c(int16_t **samples, float **matrix, int len, int out_ch, int in_ch) argument
170 mix_2_to_1_s16p_q8_c(int16_t **samples, int16_t **matrix, int len, int out_ch, int in_ch) argument
192 mix_1_to_2_fltp_flt_c(float **samples, float **matrix, int len, int out_ch, int in_ch) argument
225 mix_6_to_2_fltp_flt_c(float **samples, float **matrix, int len, int out_ch, int in_ch) argument
259 mix_2_to_6_fltp_flt_c(float **samples, float **matrix, int len, int out_ch, int in_ch) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Dlink.h54 u16 out_ch; /* Link Out Channel */ member in struct:LPB
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_channelmap.c175 uint64_t in_ch = 0, out_ch = 0; local
205 get_channel(&mapping, &out_ch, separator) < 0 ||
206 out_ch & out_ch_mask) {
211 s->map[i].out_channel = out_ch;
212 out_ch_mask |= out_ch;
225 get_channel(&mapping, &out_ch, separator) < 0 ||
226 out_ch & out_ch_mask) {
231 s->map[i].out_channel = out_ch;
232 out_ch_mask |= out_ch;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dac3dsp_mips.c271 int out_ch, int in_ch, int len)
288 "bne %[out_ch], %[i1], 3f \n\t" // if (out_ch == 2)
342 "bne %[out_ch], %[i2], 6f \n\t" // if (out_ch == 1)
393 [in_ch]"r"(in_ch), [out_ch]"r"(out_ch)
270 ac3_downmix_mips(float **samples, float (*matrix)[2], int out_ch, int in_ch, int len) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dac3dsp_init.c151 int out_ch, int in_ch, int len)
157 if (in_ch == 5 && out_ch == 2 &&
163 } else if (in_ch == 5 && out_ch == 1 &&
189 if (out_ch == 2) {
150 ac3_downmix_sse(float **samples, float (*matrix)[2], int out_ch, int in_ch, int len) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dkqueue.c210 struct kevent *out_ch; local
225 out_ch = &kqop->changes[n_changes++];
226 kq_setup_kevent(out_ch, in_ch->fd, EVFILT_READ,
230 out_ch = &kqop->changes[n_changes++];
231 kq_setup_kevent(out_ch, in_ch->fd, EVFILT_WRITE,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3dec.h225 int out_ch, int in_ch, int len);
H A Dmlpdec.c916 unsigned int i, out_ch = 0; local
937 for (out_ch = 0; out_ch <= s->max_matrix_channel; out_ch++) {
938 int mat_ch = s->ch_assign[out_ch];
H A Dac3dec.c632 int out_ch, int in_ch, int len)
636 if (out_ch == 2) {
646 } else if (out_ch == 1) {
631 ff_ac3_downmix_c(float (*samples)[256], float (*matrix)[2], int out_ch, int in_ch, int len) argument
H A Ddsputil.h410 void (*ac3_downmix)(float (*samples)[256], float (*matrix)[2], int out_ch, int in_ch, int len);
H A Ddca.c1441 static void dca_exss_skip_mix_coeffs(GetBitContext *gb, int channels, int out_ch) argument
1446 int mix_map_mask = get_bits(gb, out_ch);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c1580 AVChapter *in_ch = is->chapters[i], *out_ch; local
1593 out_ch = av_mallocz(sizeof(AVChapter));
1594 if (!out_ch)
1597 out_ch->id = in_ch->id;
1598 out_ch->time_base = in_ch->time_base;
1599 out_ch->start = FFMAX(0, in_ch->start - ts_off);
1600 out_ch->end = FFMIN(rt, in_ch->end - ts_off);
1603 av_dict_copy(&out_ch->metadata, in_ch->metadata, 0);
1605 os->chapters[os->nb_chapters++] = out_ch;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c3795 AVChapter *in_ch = is->chapters[i], *out_ch; local
3807 out_ch = av_mallocz(sizeof(AVChapter));
3808 if (!out_ch)
3811 out_ch->id = in_ch->id;
3812 out_ch->time_base = in_ch->time_base;
3813 out_ch->start = FFMAX(0, in_ch->start - ts_off);
3814 out_ch->end = FFMIN(rt, in_ch->end - ts_off);
3817 av_dict_copy(&out_ch->metadata, in_ch->metadata, 0);
3823 os->chapters[os->nb_chapters - 1] = out_ch;
H A Dffmpeg.c1870 AVChapter *in_ch = is->chapters[i], *out_ch; local
1882 out_ch = av_mallocz(sizeof(AVChapter));
1883 if (!out_ch)
1886 out_ch->id = in_ch->id;
1887 out_ch->time_base = in_ch->time_base;
1888 out_ch->start = FFMAX(0, in_ch->start - ts_off);
1889 out_ch->end = FFMIN(rt, in_ch->end - ts_off);
1892 av_dict_copy(&out_ch->metadata, in_ch->metadata, 0);
1898 os->chapters[os->nb_chapters - 1] = out_ch;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Ddsputil_mmx.c2132 static void ac3_downmix_sse(float (*samples)[256], float (*matrix)[2], int out_ch, int in_ch, int len) argument
2138 if(in_ch == 5 && out_ch == 2 && !(matrix_cmp[0][1]|matrix_cmp[2][0]|matrix_cmp[3][1]|matrix_cmp[4][0]|(matrix_cmp[1][0]^matrix_cmp[1][1])|(matrix_cmp[0][0]^matrix_cmp[2][1]))) {
2140 } else if(in_ch == 5 && out_ch == 1 && matrix_cmp[0][0]==matrix_cmp[2][0] && matrix_cmp[3][0]==matrix_cmp[4][0]) {
2159 if(out_ch == 2) {

Completed in 212 milliseconds