Searched refs:sample_buf (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalacenc.c68 int32_t sample_buf[2][DEFAULT_FRAME_SIZE]; member in struct:AlacEncodeContext
89 int32_t *bptr = s->sample_buf[ch]; \
165 opt_order = ff_lpc_calc_coefs(&s->lpc_ctx, s->sample_buf[ch],
214 int32_t *left = s->sample_buf[0], *right = s->sample_buf[1];
258 s->predictor_buf[0] = s->sample_buf[ch][0];
261 s->predictor_buf[i] = s->sample_buf[ch][i ] -
262 s->sample_buf[ch][i - 1];
271 int32_t *samples = s->sample_buf[ch];
422 put_bits(pb, s->extra_bits, s->sample_buf[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalacenc.c66 int32_t sample_buf[MAX_CHANNELS][DEFAULT_FRAME_SIZE]; member in struct:AlacEncodeContext
86 s->sample_buf[ch][i] = *sptr;
146 opt_order = ff_lpc_calc_coefs(&s->lpc_ctx, s->sample_buf[ch],
196 int32_t *left = s->sample_buf[0], *right = s->sample_buf[1];
245 s->predictor_buf[0] = s->sample_buf[ch][0];
248 s->predictor_buf[i] = s->sample_buf[ch][i] - s->sample_buf[ch][i-1];
256 int32_t *samples = s->sample_buf[ch];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dswarm_cs4297a.c222 u16 *sample_buf; // tmp buffer for sample conversions member in struct:serdma_s
634 dma->sample_buf = kmalloc(dma->sbufsz, GFP_KERNEL);
635 if (!dma->sample_buf) {
636 printk(KERN_ERR "cs4297a: kmalloc sample_buf failed\n");
641 dma->sb_swptr = dma->sb_hwptr = dma->sample_buf;
642 dma->sb_end = (u16 *)((void *)dma->sample_buf + dma->sbufsz);
646 printk(KERN_ERR "cs4297a: descrtab - %08x dma_buf - %x sample_buf - %x\n",
648 (int)dma->sample_buf));
969 d->sb_hwptr = d->sample_buf;
1747 s->dma_adc.sb_swptr = s->dma_adc.sample_buf;
[all...]

Completed in 37 milliseconds