Searched refs:quant_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.c218 int32_t *quant_cof_buffer; ///< contains all quantized parcor coefficients member in struct:__anon1860
1574 av_freep(&ctx->quant_cof_buffer);
1642 ctx->quant_cof_buffer = av_malloc(sizeof(*ctx->quant_cof_buffer) *
1650 !ctx->quant_cof_buffer || !ctx->lpc_cof_buffer ||
1658 ctx->quant_cof[c] = ctx->quant_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.c217 int32_t *quant_cof_buffer; ///< contains all quantized parcor coefficients member in struct:__anon3075
1616 av_freep(&ctx->quant_cof_buffer);
1684 ctx->quant_cof_buffer = av_malloc(sizeof(*ctx->quant_cof_buffer) *
1692 !ctx->quant_cof_buffer || !ctx->lpc_cof_buffer ||
1701 ctx->quant_cof[c] = ctx->quant_cof_buffer + c * sconf->max_order;

Completed in 66 milliseconds