Searched refs:is8 (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Des1938.c638 int u, is8, mono; local
646 is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1;
649 chip->dma1_shift = 2 - mono - is8;
667 (is8 ? 0x00 : 0x04) |
686 int u, is8, mono; local
694 is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1;
697 chip->dma2_shift = 2 - mono - is8;
711 (mono ? 0 : 2) | (is8 ? 0 : 1));
723 int u, is8, mono; local
731 is8
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Daac.c750 const int is8 = ics->window_sequence[0] == EIGHT_SHORT_SEQUENCE; local
751 const int tns_max_order = is8 ? 7 : ac->m4ac.object_type == AOT_AAC_MAIN ? 20 : 12;
753 if ((tns->n_filt[w] = get_bits(gb, 2 - is8))) {
758 tns->length[w][filt] = get_bits(gb, 6 - 2*is8);
760 if ((tns->order[w][filt] = get_bits(gb, 5 - 2*is8)) > tns_max_order) {

Completed in 23 milliseconds