Searched refs:lpc_cof_buffer (Results 1 – 1 of 1) sorted by relevance
223 …int32_t *lpc_cof_buffer; ///< contains all coefficients of the direct form prediction filter member1956 av_freep(&ctx->lpc_cof_buffer); in decode_end()2050 ctx->lpc_cof_buffer = av_malloc_array(num_buffers * sconf->max_order, in decode_init()2051 sizeof(*ctx->lpc_cof_buffer)); in decode_init()2053 sizeof(*ctx->lpc_cof_buffer)); in decode_init()2056 !ctx->quant_cof_buffer || !ctx->lpc_cof_buffer || in decode_init()2065 ctx->lpc_cof[c] = ctx->lpc_cof_buffer + c * sconf->max_order; in decode_init()