Lines Matching refs:group
66 * psychoacoustic information for an arbitrary group of channels
69 FFPsyChannel *ch[PSY_MAX_CHANS]; ///< pointers to the individual channels in the group
70 uint8_t num_ch; ///< number of channels in this group
71 uint8_t coupling[PSY_MAX_BANDS]; ///< allow coupling for this band in the group
94 FFPsyChannelGroup *group; ///< channel group information
132 * Perform psychoacoustic analysis and set band info (threshold, energy) for a group of channels.
135 * @param channel channel number of the first channel in the group to perform analysis on
137 * @param wi window information for the channels in the group
153 * @param group_map array with # of channels in group - 1, for each group
162 * Determine what group a channel belongs to.
165 * @param channel channel to locate the group for