Searched refs:csnroffst (Results 1 – 1 of 1) sorted by relevance
580 int csnroffst = (get_bits(gbc, 6) - 15) << 4; in ff_eac3_parse_header() local581 int snroffst = (csnroffst + get_bits(gbc, 4)) << 2; in ff_eac3_parse_header()