Home
last modified time | relevance | path

Searched refs:csnroffst (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Deac3dec.c580 int csnroffst = (get_bits(gbc, 6) - 15) << 4; in ff_eac3_parse_header() local
581 int snroffst = (csnroffst + get_bits(gbc, 4)) << 2; in ff_eac3_parse_header()