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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-at91/
H A Dirq.c56 unsigned int smr, srctype; local
81 smr = at91_sys_read(AT91_AIC_SMR(irq)) & ~AT91_AIC_SRCTYPE;
82 at91_sys_write(AT91_AIC_SMR(irq), smr | srctype);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegaudioenc.c491 static void psycho_acoustic_model(MpegAudioContext *s, short smr[SBLIMIT]) argument
496 smr[i] = (int)(fixed_smr[i] * 10);
505 /* Try to maximize the smr while using a number of bits inferior to
515 short smr[MPA_MAX_CHANNELS][SBLIMIT]; local
519 memcpy(smr, smr1, s->nb_channels * sizeof(short) * SBLIMIT);
549 if (smr[ch][i] > max_smr && subband_status[ch][i] != SB_NOMORE) {
550 max_smr = smr[ch][i];
586 /* decrease smr by the resolution we added */
587 smr[max_ch][max_sb] = smr1[max_ch][max_sb] - quant_snr[alloc[b]];
762 short smr[MPA_MAX_CHANNEL local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.h896 u8 smr; member in struct:ipw_associate

Completed in 167 milliseconds