Searched refs:exp_param (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmaenc.c116 static void init_exp(WMACodecContext *s, int ch, const int *exp_param){ argument
127 v = pow(10, *exp_param++ * (1.0 / 16.0));
137 static void encode_exp_vlc(WMACodecContext *s, int ch, const int *exp_param){ argument
146 last_exp= *exp_param++;
153 int exp = *exp_param++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwmaenc.c116 static void init_exp(WMACodecContext *s, int ch, const int *exp_param){ argument
127 v = pow(10, *exp_param++ * (1.0 / 16.0));
137 static void encode_exp_vlc(WMACodecContext *s, int ch, const int *exp_param){ argument
146 last_exp= *exp_param++;
153 int exp = *exp_param++;

Completed in 96 milliseconds