Searched refs:subband (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A D11d.h33 struct ieeetypes_subbandset subband[1]; member in struct:ieeetypes_countryinfoset
40 struct ieeetypes_subbandset subband[MRVDRV_MAX_SUBBAND_802_11D]; member in struct:ieeetypes_countryinfofullset
46 struct ieeetypes_subbandset subband[1]; member in struct:mrvlietypes_domainparamset
58 /** No. of subband*/
60 struct ieeetypes_subbandset subband[MRVDRV_MAX_SUBBAND_802_11D]; member in struct:wlan_802_11d_domain_reg
H A D11d.c196 domaininfo->subband[nr_subband].firstchan = firstchan;
197 domaininfo->subband[nr_subband].nrchan =
199 domaininfo->subband[nr_subband].maxtxpwr = maxpwr;
208 domaininfo->subband[nr_subband].firstchan = firstchan;
209 domaininfo->subband[nr_subband].nrchan = nr_parsedchan;
210 domaininfo->subband[nr_subband].maxtxpwr = maxpwr;
365 if (countryinfo->subband[j].firstchan <= lastchan) {
368 countryinfo->subband[j].firstchan, lastchan);
372 firstchan = countryinfo->subband[j].firstchan;
373 nrchan = countryinfo->subband[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dcook.c81 int subband,
603 /* A zero in this table means that the subband coefficient is
606 /* A zero in this table means that the subband coefficient is a
786 * @param subband index of the current subband
794 int subband,
801 tmp_idx = ((q->js_subband_start + subband)*SUBBAND_SIZE)+j;
802 mlt_buffer1[SUBBAND_SIZE*subband + j] = f1 * decode_buffer[tmp_idx];
803 mlt_buffer2[SUBBAND_SIZE*subband + j] = f2 * decode_buffer[tmp_idx];
793 decouple_float(COOKContext *q, int subband, float f1, float f2, float *decode_buffer, float *mlt_buffer1, float *mlt_buffer2) argument

Completed in 46 milliseconds