Lines Matching refs:shift_value
235 int *shift_value; ///< value by which the binary point is to be shifted for all channels
1460 int *shift_value = ctx->shift_value;
1515 shift_value[c] = get_bits(gb, 8);
1516 last_shift_value[c] = shift_value[c];
1518 shift_value[c] = last_shift_value[c];
1622 if (mantissa) e += (shift_value[c] - 127);
1971 av_freep(&ctx->shift_value);
2112 ctx->shift_value = av_malloc_array(channels, sizeof(*ctx->shift_value));
2121 if (!ctx->mlz || !ctx->acf || !ctx->shift_value || !ctx->last_shift_value