Lines Matching refs:storage_bit_res
147 c->storage_bit_res = get_bits(&s->gb, 5) + 1;
148 if (c->storage_bit_res != 16 && c->storage_bit_res != 20 && c->storage_bit_res != 24) {
149 avpriv_request_sample(s->avctx, "%d-bit XLL storage resolution", c->storage_bit_res);
153 if (c->pcm_bit_res > c->storage_bit_res) {
154 av_log(s->avctx, AV_LOG_ERROR, "Invalid PCM bit resolution for XLL channel set (%d > %d)\n", c->pcm_bit_res, c->storage_bit_res);
263 || c->storage_bit_res != p->storage_bit_res)) {
269 if (c->storage_bit_res > 16)
271 else if (c->storage_bit_res > 8)
1417 switch (p->storage_bit_res) {
1431 avctx->bits_per_raw_sample = p->storage_bit_res;