Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwma.h151 int ff_wma_total_gain_to_bits(int total_gain);
Dwma.c350 int ff_wma_total_gain_to_bits(int total_gain) in ff_wma_total_gain_to_bits() function
Dwmaenc.c272 coef_nb_bits = ff_wma_total_gain_to_bits(total_gain); in encode_block()
Dwmadec.c524 coef_nb_bits = ff_wma_total_gain_to_bits(total_gain); in wma_decode_block()