AC3_RANGE 70 libavcodec/ac3.h #define AC3_RANGE(x) ((x)|(((x)&128)<<1)) AC3_RANGE 89 libavcodec/ac3.h #define AC3_RANGE(x) (dynamic_range_tab[(x)])