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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Des1938.c639 int u, is8, mono; local
647 is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1;
650 chip->dma1_shift = 2 - mono - is8;
668 (is8 ? 0x00 : 0x04) |
687 int u, is8, mono; local
695 is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1;
698 chip->dma2_shift = 2 - mono - is8;
712 (mono ? 0 : 2) | (is8 ? 0 : 1));
724 int u, is8, mono; local
732 is8
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacdec.c939 const int is8 = ics->window_sequence[0] == EIGHT_SHORT_SEQUENCE; local
940 const int tns_max_order = is8 ? 7 : ac->m4ac.object_type == AOT_AAC_MAIN ? 20 : 12;
942 if ((tns->n_filt[w] = get_bits(gb, 2 - is8))) {
947 tns->length[w][filt] = get_bits(gb, 6 - 2 * is8);
949 if ((tns->order[w][filt] = get_bits(gb, 5 - 2 * is8)) > tns_max_order) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacdec.c1450 const int is8 = ics->window_sequence[0] == EIGHT_SHORT_SEQUENCE; local
1451 const int tns_max_order = is8 ? 7 : ac->oc[1].m4ac.object_type == AOT_AAC_MAIN ? 20 : 12;
1453 if ((tns->n_filt[w] = get_bits(gb, 2 - is8))) {
1458 tns->length[w][filt] = get_bits(gb, 6 - 2 * is8);
1460 if ((tns->order[w][filt] = get_bits(gb, 5 - 2 * is8)) > tns_max_order) {

Completed in 95 milliseconds