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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcngenc.c32 int32_t *samples32; member in struct:CNGContext
40 av_free(p->samples32);
59 p->samples32 = av_malloc_array(avctx->frame_size, sizeof(*p->samples32));
61 if (!p->samples32 || !p->ref_coef) {
84 p->samples32[i] = samples[i];
94 ret = ff_lpc_calc_ref_coefs(&p->lpc, p->samples32, p->order, p->ref_coef);

Completed in 26 milliseconds