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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dac3dec.c298 s->start_freq[s->lfe_ch] = 0;
414 i = s->start_freq[CPL_CH];
450 int start_freq = s->start_freq[ch_index]; local
458 for(freq = start_freq; freq < end_freq; freq++){
534 end = s->start_freq[CPL_CH];
563 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) {
877 s->start_freq[CPL_CH] = cpl_start_subband * 12 + 37;
945 if(cpl_in_use && s->start_freq[CPL_CH] <= 61)
946 s->num_rematrixing_bands -= 1 + (s->start_freq[CPL_C
[all...]
H A Dac3dec.h112 int start_freq[AC3_MAX_CHANNELS]; ///< start frequency bin (strtmant) member in struct:__anon484
H A Deac3dec.c99 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) {
106 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) {
124 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_ioctl.c391 short start_freq; member in struct:ieee80211_channel_range
430 for (i = 0; channel_range[i].start_freq; i++) {
432 if (r->start_freq <= chan->freq && r->end_freq >= chan->freq) {

Completed in 140 milliseconds