Searched defs:channelIndex (Results 1 – 7 of 7) sorted by relevance
1362 private void checkChannel(int channelIndex) { in checkChannel()1440 public Channel getChannelByChannelIndex(int channelIndex) { in getChannelByChannelIndex()1452 public void setChannelTo(int channelIndex, Channel channel) { in setChannelTo()1487 public float getInputGainByChannelIndex(int channelIndex) { in getInputGainByChannelIndex()1496 public void setInputGainByChannelIndex(int channelIndex, float inputGain) { in setInputGainByChannelIndex()1516 public Eq getPreEqByChannelIndex(int channelIndex) { in getPreEqByChannelIndex()1526 public void setPreEqByChannelIndex(int channelIndex, Eq preEq) { in setPreEqByChannelIndex()1540 public EqBand getPreEqBandByChannelIndex(int channelIndex, int band) { in getPreEqBandByChannelIndex()1544 public void setPreEqBandByChannelIndex(int channelIndex, int band, EqBand preEqBand) { in setPreEqBandByChannelIndex()1555 public Mbc getMbcByChannelIndex(int channelIndex) { in getMbcByChannelIndex()[all …]
46 int channelIndex = useNchw ? 1 : 3; in conv2DExplicitConstructor() local97 int channelIndex = useNchw ? 1 : 3; in conv2DImplicitConstructor() local282 int channelIndex = useNchw ? 1 : 3; in depthwiseConv2DExplicitConstructor() local335 int channelIndex = useNchw ? 1 : 3; in depthwiseConv2DImplicitConstructor() local521 int channelIndex = useNchw ? 1 : 3; in groupedConv2DExplicitConstructor() local573 int channelIndex = useNchw ? 1 : 3; in groupedConv2DImplicitConstructor() local671 int channelIndex = useNchw ? 1 : 3; in transposeConv2DExplicitConstructor() local714 int channelIndex = useNchw ? 1 : 3; in transposeConv2DImplicitConstructor() local
40 int channelIndex = useNchw ? 1 : 3; in poolingExplicitOpConstructor() local79 int channelIndex = useNchw ? 1 : 3; in poolingImplicitOpConstructor() local
258 DPChannel* DPBase::getChannel(uint32_t channelIndex) { in getChannel()
183 void DPFrequency::updateParameters(ChannelBuffer &cb, int channelIndex) { in updateParameters()
480 final int channelIndex = stats.mStringCache.indexOf( in writeEvent() local
243 int channelIndex = g * outputGroupDepth + d; in groupedConvQuant8PerChannel() local