Home
last modified time | relevance | path

Searched refs:last_shift_value (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dalsdec.c236 int *last_shift_value; ///< contains last shift value for all channels member
1461 int *last_shift_value = ctx->last_shift_value; in read_diff_float_data() local
1489 memset(last_shift_value, 0, avctx->ch_layout.nb_channels * sizeof(*last_shift_value) ); in read_diff_float_data()
1516 last_shift_value[c] = shift_value[c]; in read_diff_float_data()
1518 shift_value[c] = last_shift_value[c]; in read_diff_float_data()
1972 av_freep(&ctx->last_shift_value); in decode_end()
2113 ctx->last_shift_value = av_malloc_array(channels, sizeof(*ctx->last_shift_value)); in decode_init()
2121 if (!ctx->mlz || !ctx->acf || !ctx->shift_value || !ctx->last_shift_value in decode_init()