Searched refs:samples_flt (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dnellymoserdec.c149 float *samples_flt; local
176 samples_flt = (float *)frame->data[0];
179 nelly_decode_block(s, buf, samples_flt);
180 samples_flt += NELLY_SAMPLES;
H A Dlibmp3lame.c53 float *samples_flt[2]; member in struct:LAMEContext
79 av_freep(&s->samples_flt[0]);
80 av_freep(&s->samples_flt[1]);
150 s->samples_flt[ch] = av_malloc(avctx->frame_size *
151 sizeof(*s->samples_flt[ch]));
152 if (!s->samples_flt[ch]) {
202 s->fdsp.vector_fmul_scalar(s->samples_flt[ch],
207 ENCODE_BUFFER(lame_encode_buffer_float, float, s->samples_flt);
H A Ddcadec.c2138 float **samples_flt; local
2481 samples_flt = (float **)frame->extended_data;
2509 s->samples_chanptr[ch] = samples_flt[ch] + i * 256;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dnellymoserdec.c161 float *samples_flt; local
187 samples_flt = (float *)s->frame.data[0];
191 nelly_decode_block(s, buf, samples_flt);
192 samples_flt += NELLY_SAMPLES;
H A Datrac3.c843 float *samples_flt; local
858 samples_flt = (float *)q->frame.data[0];
870 result = decodeFrame(q, databuf, &samples_flt);
881 q->fmt_conv.float_interleave(samples_flt,
H A Ddca.c1698 float *samples_flt; local
1896 samples_flt = (float *) s->frame.data[0];
1914 s->fmt_conv.float_interleave(samples_flt, s->samples_chanptr, 256,
1916 samples_flt += 256 * channels;

Completed in 96 milliseconds