Searched refs:coeff_i (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Drc80211_pid.h131 * @coeff_i: absolute value of the integral coefficient
149 struct dentry *coeff_i; member in struct:rc_pid_debugfs_entries
256 int coeff_i; member in struct:rc_pid_info
H A Drc80211_pid_algo.c210 adj = (err_prop * pinfo->coeff_p + err_int * pinfo->coeff_i
365 pinfo->coeff_i = RC_PID_COEFF_I;
383 de->coeff_i = debugfs_create_u32("coeff_i", S_IRUSR | S_IWUSR,
384 debugfsdir, (u32 *)&pinfo->coeff_i);
415 debugfs_remove(de->coeff_i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3.c921 int coeff_i = 0; local
934 coeff_i = blocks_ended = num_coeffs;
937 coeff_i = blocks_ended = eob_run;
945 while (coeff_i < num_coeffs && get_bits_left(gb) > 0) {
956 if (eob_run > num_coeffs - coeff_i) {
957 dct_tokens[j++] = TOKEN_EOB(num_coeffs - coeff_i);
958 blocks_ended += num_coeffs - coeff_i;
959 eob_run -= num_coeffs - coeff_i;
960 coeff_i = num_coeffs;
964 coeff_i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c942 int coeff_i = 0; local
956 coeff_i =
960 coeff_i =
969 while (coeff_i < num_coeffs && get_bits_left(gb) > 0) {
980 if (eob_run > num_coeffs - coeff_i) {
981 dct_tokens[j++] = TOKEN_EOB(num_coeffs - coeff_i);
982 blocks_ended += num_coeffs - coeff_i;
983 eob_run -= num_coeffs - coeff_i;
984 coeff_i = num_coeffs;
988 coeff_i
[all...]

Completed in 95 milliseconds