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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dalsdec.c204 int32_t *quant_cof_buffer; ///< contains all quantized parcor coefficients member in struct:__anon1181
1463 av_freep(&ctx->quant_cof_buffer);
1530 ctx->quant_cof_buffer = av_malloc(sizeof(*ctx->quant_cof_buffer) *
1538 !ctx->quant_cof_buffer || !ctx->lpc_cof_buffer ||
1546 ctx->quant_cof[c] = ctx->quant_cof_buffer + c * sconf->max_order;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dalsdec.c204 int32_t *quant_cof_buffer; ///< contains all quantized parcor coefficients member in struct:__anon2086
1463 av_freep(&ctx->quant_cof_buffer);
1530 ctx->quant_cof_buffer = av_malloc(sizeof(*ctx->quant_cof_buffer) *
1538 !ctx->quant_cof_buffer || !ctx->lpc_cof_buffer ||
1546 ctx->quant_cof[c] = ctx->quant_cof_buffer + c * sconf->max_order;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dalsdec.c204 int32_t *quant_cof_buffer; ///< contains all quantized parcor coefficients member in struct:__anon36111
1463 av_freep(&ctx->quant_cof_buffer);
1530 ctx->quant_cof_buffer = av_malloc(sizeof(*ctx->quant_cof_buffer) *
1538 !ctx->quant_cof_buffer || !ctx->lpc_cof_buffer ||
1546 ctx->quant_cof[c] = ctx->quant_cof_buffer + c * sconf->max_order;

Completed in 179 milliseconds