Home
last modified time | relevance | path

Searched defs:dst_channels (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/webrtc/common_audio/
H A Daudio_converter.cc29 size_t dst_channels, in CopyConverter()
50 size_t dst_channels, in UpmixConverter()
72 size_t dst_channels, in DownmixConverter()
96 size_t dst_channels, in ResampleConverter()
158 size_t dst_channels, in Create()
204 size_t dst_channels, in AudioConverter()
H A Daudio_converter_unittest.cc90 size_t dst_channels, in RunAudioConverterTest()
151 for (size_t dst_channels : kChannels) { in TEST() local
H A Daudio_converter.h50 size_t dst_channels() const { return dst_channels_; } in dst_channels() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Ddepthwise_conv.h119 const int dst_channels = weights.shape.i * weights.shape.o; in RearrangeWeightsForDWConv2D() local
148 const int dst_channels = weights.shape.i * weights.shape.o; in UploadWeightsForDWConv2D() local
187 const int dst_channels = weights.shape.i * weights.shape.o; in RearrangeWeightsForDWConv3D() local
219 const int dst_channels = weights.shape.i * weights.shape.o; in UploadWeightsForDWConv3D() local
H A Dfully_connected.h45 const int dst_channels = weights.shape.o; in RearrangeFCWeightsToIOO4I4() local
96 const int dst_channels = weights.shape.o; in RearrangeFCWeightsToOIO4I4() local
H A Dadd.cc69 const std::vector<int>& channels, int dst_channels) { in CreateAdd()
H A Dconvolution_transposed_thin.cc53 const OperationDef& op_def, int src_depth, int dst_channels, in GenerateConvolutionTransposedCode()
H A Dconv_constants.cc204 bool IsDotConvBetter(int src_channels, int dst_channels) { in IsDotConvBetter()
H A Dconv_weights_converter_test_util.cc303 const int dst_channels = 17; in ConverterToConvWeights4xTexturesTest() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
H A Dfc_fc_add.h48 const int dst_channels = weights.shape.o; in RearrangeFCWeightsToIOO4I4() local
75 const int dst_channels = weights.shape.o; in RearrangeFCWeightsToOIO4I4() local
H A Dconv_pointwise.cc182 const int dst_channels = attr.offsets.size(); in CreateConvPointwise() local
/aosp_15_r20/external/webrtc/audio/utility/
H A Daudio_frame_operations.cc123 size_t dst_channels, in DownmixChannels()
138 void AudioFrameOperations::DownmixChannels(size_t dst_channels, in DownmixChannels()
/aosp_15_r20/system/media/audio_utils/tests/
H A Dprimitives_tests.cpp422 uint32_t dst_channels = in memcpy_by_channel_mask2() local
506 uint32_t dst_channels = in memcpy_by_channel_mask_dst_index() local
591 uint32_t dst_channels = in memcpy_by_channel_mask_src_index() local
/aosp_15_r20/external/webrtc/audio/
H A Dremix_resample_unittest.cc163 int dst_channels, in RunResampleTest()
266 for (size_t dst_channels : kDstChannels) { in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
H A Dsimple_selectors.cc87 int dst_channels, std::unique_ptr<GPUOperation>* ptr) { in SelectAdd()
148 void SelectReshape(int src_channels, int dst_channels, in SelectReshape()
/aosp_15_r20/system/media/audio_utils/
H A Dprimitives.c479 #define copy_frame_by_idx(dst, dst_channels, src, src_channels, idxary, count, zero) \ argument
492 void memcpy_by_index_array(void *dst, uint32_t dst_channels, in memcpy_by_index_array()
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClScaleKernel.cpp120 const unsigned int dst_channels = dst->dimension(idx_channel); in configure() local
H A DClDirectConv3dKernel.cpp109 const size_t dst_channels = dst->dimension(0); in configure() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DConv3D.cpp202 const unsigned int dst_channels = dst.shape()[channel_dim]; in conv3d() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1428 unsigned dst_channels, in generate_fs_twiddle()
2307 const unsigned dst_channels, in convert_alpha()
2503 unsigned dst_channels = 0; in generate_unswizzled_blend() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dcnn.c121 const int dst_channels = dst->channels; in concat_tensor() local
/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c593 unsigned src_channels, unsigned dst_channels) in ac_build_expand()