Searched refs:get_coeff (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8711.c150 static inline int get_coeff(int mclk, int rate) function
168 int i = get_coeff(wm8711->sysclk, params_rate(params));
H A Dssm2602.c262 static inline int get_coeff(int mclk, int rate) function
284 int i = get_coeff(ssm2602->sysclk, params_rate(params));
H A Dwm8731.c210 static inline int get_coeff(int mclk, int rate) function
230 int i = get_coeff(wm8731->sysclk, params_rate(params));
H A Dwm8750.c468 static inline int get_coeff(int mclk, int rate) function
568 int coeff = get_coeff(wm8750->sysclk, params_rate(params));
H A Dwm8971.c403 static int get_coeff(int mclk, int rate) function
500 int coeff = get_coeff(wm8971->sysclk, params_rate(params));
H A Dwm8988.c449 static inline int get_coeff(int mclk, int rate) function
618 coeff = get_coeff(wm8988->sysclk, params_rate(params));
620 coeff = get_coeff(wm8988->sysclk / 2, params_rate(params));
H A Dwm8753.c836 static int get_coeff(int mclk, int rate) function
1157 coeff = get_coeff(wm8753->sysclk, params_rate(params));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_perspective.c89 static inline double get_coeff(double d) function
184 temp[j] = get_coeff(j - d - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmss4.c219 static inline int get_coeff(GetBitContext *gb, VLC *vlc) function
234 dc = get_coeff(gb, dc_vlc);
400 vec[i][j] = get_coeff(gb, &ctx->vec_entry_vlc[!!i]);

Completed in 136 milliseconds