ff_wma_total_gain_to_bits  148 libavcodec/wma.h int ff_wma_total_gain_to_bits(int total_gain);
ff_wma_total_gain_to_bits  527 libavcodec/wmadec.c     coef_nb_bits = ff_wma_total_gain_to_bits(total_gain);
ff_wma_total_gain_to_bits  263 libavcodec/wmaenc.c     coef_nb_bits = ff_wma_total_gain_to_bits(total_gain);