Searched refs:storage_bit_res (Results 1 – 2 of 2) sorted by relevance
145 c->storage_bit_res = get_bits(&s->gb, 5) + 1; in chs_parse_header()146 if (c->storage_bit_res != 16 && c->storage_bit_res != 20 && c->storage_bit_res != 24) { in chs_parse_header()147 avpriv_request_sample(s->avctx, "%d-bit XLL storage resolution", c->storage_bit_res); in chs_parse_header()151 if (c->pcm_bit_res > c->storage_bit_res) { in chs_parse_header()152 … "Invalid PCM bit resolution for XLL channel set (%d > %d)\n", c->pcm_bit_res, c->storage_bit_res); in chs_parse_header()261 || c->storage_bit_res != p->storage_bit_res)) { in chs_parse_header()267 if (c->storage_bit_res > 16) in chs_parse_header()269 else if (c->storage_bit_res > 8) in chs_parse_header()1415 switch (p->storage_bit_res) { in ff_dca_xll_filter_frame()1429 avctx->bits_per_raw_sample = p->storage_bit_res; in ff_dca_xll_filter_frame()
69 int storage_bit_res; ///< Storage bit resolution (16 or 24) member