Lines Matching defs:shift_lsbs
213 unsigned int *shift_lsbs; ///< contains shift_lsbs flags for all channels
249 unsigned int *shift_lsbs; ///< shift of values for this block
705 *bd->shift_lsbs = get_bits(gb, 4) + 1;
707 *bd->store_prev_samples = (bd->js_blocks && bd->raw_other) || *bd->shift_lsbs;
985 if (*bd->shift_lsbs)
987 raw_samples[sb] >>= *bd->shift_lsbs;
1028 *bd->shift_lsbs = 0;
1065 if (*bd->shift_lsbs)
1067 bd->raw_samples[smp] = (unsigned)bd->raw_samples[smp] << *bd->shift_lsbs;
1114 bd.shift_lsbs = ctx->shift_lsbs;
1156 bd[0].shift_lsbs = ctx->shift_lsbs;
1169 bd[1].shift_lsbs = ctx->shift_lsbs;
1311 bd->shift_lsbs = ctx->shift_lsbs + c;
1730 bd.shift_lsbs = ctx->shift_lsbs + c;
1755 bd.shift_lsbs = ctx->shift_lsbs + c;
1946 av_freep(&ctx->shift_lsbs);
2070 ctx->shift_lsbs = av_malloc_array(num_buffers, sizeof(*ctx->shift_lsbs));
2078 if (!ctx->const_block || !ctx->shift_lsbs ||