Searched refs:expacc (Results 1 – 1 of 1) sorted by relevance
440 int expacc, prevexp; in decode_exponents() local445 expacc = get_bits(gbc, 7); in decode_exponents()446 if (expacc >= 125) { in decode_exponents()447 av_log(s->avctx, AV_LOG_ERROR, "expacc %d is out-of-range\n", expacc); in decode_exponents()450 dexp[i++] = ungroup_3_in_7_bits_tab[expacc][0]; in decode_exponents()451 dexp[i++] = ungroup_3_in_7_bits_tab[expacc][1]; in decode_exponents()452 dexp[i++] = ungroup_3_in_7_bits_tab[expacc][2]; in decode_exponents()