Searched refs:channelIndex (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/Transforms/LoopVectorize/ |
D | pr25281.ll | 26 %channelIndex = phi i32 [ 0, %for_each_frames ], [ %nextChannelIndex, %for_each_channel ] 27 %nextChannelIndex = add nuw nsw i32 %channelIndex, 1 28 %tmp4 = add i32 %frameIndex, %channelIndex 31 %offset0 = add i32 %tmp6, %channelIndex 36 %offset1 = add i32 %tmp9, %channelIndex
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/ |
D | pr25281.ll | 25 %channelIndex = phi i32 [ 0, %for_each_frames ], [ %nextChannelIndex, %for_each_channel ] 26 %nextChannelIndex = add nuw nsw i32 %channelIndex, 1 27 %tmp4 = add i32 %frameIndex, %channelIndex 30 %offset0 = add i32 %tmp6, %channelIndex 35 %offset1 = add i32 %tmp9, %channelIndex
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | LoopbackApplication.java | 76 void setChannelIndex(int channelIndex) { mChannelIndex = channelIndex; } in setChannelIndex() argument
|
D | LoopbackAudioThread.java | 98 int channelIndex, CaptureHolder captureHolder) { in LoopbackAudioThread() argument 109 mChannelIndex = channelIndex; in LoopbackAudioThread()
|
D | SettingsActivity.java | 376 int channelIndex = mSpinnerChannelIndex.getSelectedItemPosition() - 1; in onItemSelected() local 377 getApp().setChannelIndex(channelIndex); in onItemSelected() 379 log("channelIndex:" + channelIndex); in onItemSelected()
|
D | RecorderRunnable.java | 92 Context context, int channelIndex, CaptureHolder captureHolder) { in RecorderRunnable() argument 106 mChannelIndex = channelIndex; in RecorderRunnable()
|
/external/skqp/tests/ |
D | ProcessorTest.cpp | 370 int modulation_index(int channelIndex, bool alphaModulation) { in modulation_index() argument 371 return alphaModulation ? 3 : channelIndex; in modulation_index()
|
/external/skia/tests/ |
D | ProcessorTest.cpp | 377 int modulation_index(int channelIndex, bool alphaModulation) { in modulation_index() argument 378 return alphaModulation ? 3 : channelIndex; in modulation_index()
|
/external/aac/libSBRdec/src/ |
D | sbrdecoder.cpp | 1592 const int mapIdx, int channelIndex, const int elementIndex, in sbrDecoder_DecodeElement() argument 1740 offset0 = FDK_chMapDescr_getMapValue(mapDescr, channelIndex, mapIdx); in sbrDecoder_DecodeElement() 1747 offset1 = FDK_chMapDescr_getMapValue(mapDescr, channelIndex + 1, mapIdx); in sbrDecoder_DecodeElement()
|