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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c220 int32_t *lpc_cof_buffer; ///< contains all coefficients of the direct form prediction filter member in struct:__anon1860
221 int32_t *lpc_cof_reversed_buffer; ///< temporary buffer to set up a reversed versio of lpc_cof_buffer
1575 av_freep(&ctx->lpc_cof_buffer);
1644 ctx->lpc_cof_buffer = av_malloc(sizeof(*ctx->lpc_cof_buffer) *
1646 ctx->lpc_cof_reversed_buffer = av_malloc(sizeof(*ctx->lpc_cof_buffer) *
1650 !ctx->quant_cof_buffer || !ctx->lpc_cof_buffer ||
1659 ctx->lpc_cof[c] = ctx->lpc_cof_buffer + c * sconf->max_order;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c219 int32_t *lpc_cof_buffer; ///< contains all coefficients of the direct form prediction filter member in struct:__anon3075
220 int32_t *lpc_cof_reversed_buffer; ///< temporary buffer to set up a reversed versio of lpc_cof_buffer
1617 av_freep(&ctx->lpc_cof_buffer);
1686 ctx->lpc_cof_buffer = av_malloc(sizeof(*ctx->lpc_cof_buffer) *
1688 ctx->lpc_cof_reversed_buffer = av_malloc(sizeof(*ctx->lpc_cof_buffer) *
1692 !ctx->quant_cof_buffer || !ctx->lpc_cof_buffer ||
1702 ctx->lpc_cof[c] = ctx->lpc_cof_buffer + c * sconf->max_order;

Completed in 71 milliseconds