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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Dsuper.c133 unsigned n, count, n_bands; local
134 n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14;
136 for (n = 0; n < n_bands; n++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3dec.c705 int subbnd, bnd, n_subbands, n_bands=0; local
729 n_bands = n_subbands;
734 n_bands--;
744 *num_bands = n_bands;
746 memcpy(band_sizes, bnd_sz, n_bands);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3dec.c741 int subbnd, bnd, n_subbands, n_bands=0; local
765 n_bands = n_subbands;
770 n_bands--;
780 *num_bands = n_bands;
782 memcpy(band_sizes, bnd_sz, n_bands);

Completed in 77 milliseconds