Home
last modified time | relevance | path

Searched defs:stride (Results 1 – 25 of 93) sorted by relevance

1234

/packages/apps/Gallery2/jni/filters/
Dkmeans.h26 inline void sum(T values[], int len, int dimension, int stride, N dst[]) { in sum()
88 void initialPickHeuristicRandom(int k, T values[], int len, int dimension, int stride, T dst[], in initialPickHeuristicRandom()
123 inline int findClosest(T values[], T oldCenters[], int dimension, int stride, int pop_size) { in findClosest()
141 int calculateNewCentroids(int k, T values[], int len, int dimension, int stride, T oldCenters[], in calculateNewCentroids()
179 void runKMeansWithPicks(int k, T finalCentroids[], T values[], int len, int dimension, int stride, in runKMeansWithPicks()
209 void runKMeans(int k, T finalCentroids[], T values[], int len, int dimension, int stride, in runKMeans()
223 void applyCentroids(int k, T centroids[], T values[], int len, int dimension, int stride) { in applyCentroids()
/packages/modules/NeuralNetworks/common/include/
DOperationsExecutionUtils.h83 inline int32_t computeOutSize(int32_t imageSize, int32_t filterSize, int32_t stride, in computeOutSize()
88 inline int32_t computeOutSize(int32_t imageSize, int32_t filterSize, int32_t stride, in computeOutSize()
94 inline int32_t computeOutSizeTransposeConv(int32_t imageSize, int32_t filterSize, int32_t stride, in computeOutSizeTransposeConv()
141 inline void calculateExplicitPadding(int32_t in_size, int32_t stride, int32_t dilation_factor, in calculateExplicitPadding()
148 inline void calculateExplicitPadding(int32_t in_size, int32_t stride, int32_t filter_size, in calculateExplicitPadding()
155 inline void calculateExplicitPaddingTransposeConv(int32_t in_size, int32_t stride, in calculateExplicitPaddingTransposeConv()
/packages/modules/ExtServices/native/
DImageHashManager.cpp29 int32_t stride, std::array<uint8_t, 8>* outImageHash) { in generatePHash()
72 int32_t stride = bufferDesc.stride > 0 ? bufferDesc.stride : bufferDesc.width; in generateHash() local
/packages/services/Car/cpp/computepipe/tests/fuzz/
DPixelMemHandleFuzzer.cpp38 uint32_t stride = frame.stride(); in convertToInputFrame() local
67 uint64_t stride = frame.stride(); in isValid() local
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dconv2d_quant8_signed.mod.py472 stride = Int32Scalar("stride", 1) variable
493 stride = Int32Scalar("stride", 1) variable
520 stride = Int32Scalar("stride", 1) variable
548 stride = Int32Scalar("stride", 1) variable
585 stride = Int32Scalar("stride", 1) variable
614 stride = Int32Scalar("stride", 1) variable
642 stride = Int32Scalar("stride", 1) variable
Ddepthwise_conv2d_quant8_signed.mod.py224 stride = Int32Scalar("stride", 1) variable
256 stride = Int32Scalar("stride", 1) variable
284 stride = Int32Scalar("stride", 1) variable
317 stride = Int32Scalar("stride", 1) variable
345 stride = Int32Scalar("stride", 1) variable
/packages/modules/Bluetooth/system/embdrv/lc3/src/
Dlc3.c153 struct lc3_encoder *encoder, const void *_pcm, int stride) in load_s16()
176 struct lc3_encoder *encoder, const void *_pcm, int stride) in load_s24()
335 const void *pcm, int stride, int nbytes, void *out) in lc3_encode()
373 struct lc3_decoder *decoder, void *_pcm, int stride) in store_s16()
395 struct lc3_decoder *decoder, void *_pcm, int stride) in store_s24()
574 enum lc3_pcm_format fmt, void *pcm, int stride) in lc3_decode()
/packages/services/Car/cpp/evs/support_library/
DFrame.h29 unsigned stride; member
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Dconv_quant8_large.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_quant8_channels_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_float_channels_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_float_channels.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_quant8_overflow_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_quant8_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_quant8_channels.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_quant8_overflow.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_quant8_large_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_float_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_float_large.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_float_large_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_quant8.mod.py25 stride = Int32Scalar("stride", 1) variable
Dconv_float_2.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_float.mod.py23 stride = Int32Scalar("stride", 1) variable
Ddepthwise_conv2d_float_large_2.mod.py23 stride = Int32Scalar("stride", 1) variable
Ddepthwise_conv2d_float_large_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable

1234