Lines Matching refs:raw_buffer
230 … int32_t *raw_buffer; ///< contains all decoded raw samples including carryover samples member
1349 if (FFMIN(begin - 1, begin - 1 + t) < ctx->raw_buffer - master || in revert_channel_correlation()
1350 … FFMAX(end + 1, end + 1 + t) > ctx->raw_buffer + channels * channel_size - master) { in revert_channel_correlation()
1354 ctx->raw_buffer, ctx->raw_buffer + channels * channel_size); in revert_channel_correlation()
1371 if (begin - 1 < ctx->raw_buffer - master || in revert_channel_correlation()
1372 end + 1 > ctx->raw_buffer + channels * channel_size - master) { in revert_channel_correlation()
1376 ctx->raw_buffer, ctx->raw_buffer + channels * channel_size); in revert_channel_correlation()
1960 av_freep(&ctx->raw_buffer); in decode_end()
2141 ctx->raw_buffer = av_calloc(channels * channel_size, sizeof(*ctx->raw_buffer)); in decode_init()
2143 if (!ctx->prev_raw_samples || !ctx->raw_buffer|| !ctx->raw_samples) { in decode_init()
2149 ctx->raw_samples[0] = ctx->raw_buffer + sconf->max_order; in decode_init()