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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacsbr.c1317 float new_bw; local
1322 new_bw = 0.6f;
1324 new_bw = bw_tab[ch_data->bs_invf_mode[0][i]];
1326 if (new_bw < ch_data->bw_array[i]) {
1327 new_bw = 0.75f * new_bw + 0.25f * ch_data->bw_array[i];
1329 new_bw = 0.90625f * new_bw + 0.09375f * ch_data->bw_array[i];
1330 ch_data->bw_array[i] = new_bw < 0.015625f ? 0.0f : new_bw;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacsbr.c1320 float new_bw; local
1325 new_bw = 0.6f;
1327 new_bw = bw_tab[ch_data->bs_invf_mode[0][i]];
1329 if (new_bw < ch_data->bw_array[i]) {
1330 new_bw = 0.75f * new_bw + 0.25f * ch_data->bw_array[i];
1332 new_bw = 0.90625f * new_bw + 0.09375f * ch_data->bw_array[i];
1333 ch_data->bw_array[i] = new_bw < 0.015625f ? 0.0f : new_bw;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A De752x_edac.c959 static int set_sdram_scrub_rate(struct mem_ctl_info *mci, u32 new_bw) argument
976 if (scrubrates[i].bandwidth >= new_bw)
H A Damd64_edac.c113 static int amd64_search_set_scrub_rate(struct pci_dev *ctl, u32 new_bw, argument
120 * map the configured rate (new_bw) to a value specific to the AMD64
133 if (scrubrates[i].bandwidth <= new_bw)

Completed in 261 milliseconds