Lines Matching defs:ch_ctx
62 TTAChannel *ch_ctx;
116 s->ch_ctx = av_malloc_array(avctx->ch_layout.nb_channels, sizeof(*s->ch_ctx));
117 if (!s->ch_ctx)
258 TTAFilter *filter = &s->ch_ctx[i].filter;
259 s->ch_ctx[i].predictor = 0;
266 ff_tta_rice_init(&s->ch_ctx[i].rice, 10, 10);
271 int32_t *predictor = &s->ch_ctx[cur_chan].predictor;
272 TTAFilter *filter = &s->ch_ctx[cur_chan].filter;
273 TTARice *rice = &s->ch_ctx[cur_chan].rice;
411 av_freep(&s->ch_ctx);