Searched refs:input_width (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Gallery2/jni/filters/ |
D | tinyplanet.cc | 92 int input_width, int input_height, in StereographicProjection() argument 95 ImageRGBA input(input_image, input_width, input_height); in StereographicProjection() 118 float px = (theta / (2 * PI_F)) * input_width; in StereographicProjection() 122 px = wrap(px, input_width); in StereographicProjection()
|
/packages/apps/Camera2/jni/ |
D | tinyplanet.cc | 93 int input_width, int input_height, in StereographicProjection() argument 96 ImageRGBA input(input_image, input_width, input_height); in StereographicProjection() 119 float px = (theta / (2 * PI_F)) * input_width; in StereographicProjection() 123 px = wrap(px, input_width); in StereographicProjection()
|
/packages/modules/NeuralNetworks/common/operations/ |
D | Pooling.cpp | 83 int32_t input_width = getSizeOfDimension(inputShape, useNchw ? 3 : 2); in initialize() local 84 calculateExplicitPadding(input_width, stride_width, filter_width, padding_implicit, in initialize()
|
D | DepthwiseConv2D.cpp | 98 int32_t input_width = getSizeOfDimension(inputShape, useNchw ? 3 : 2); in initialize() local 102 calculateExplicitPadding(input_width, stride_width, dilation_width_factor, filter_width, in initialize()
|
D | Conv2D.cpp | 109 int32_t input_width = getSizeOfDimension(inputShape, useNchw ? 3 : 2); in initialize() local 113 calculateExplicitPadding(input_width, stride_width, dilation_width_factor, filter_width, in initialize()
|
/packages/modules/NeuralNetworks/common/ |
D | CpuExecutor.cpp | 1511 int32_t input_width = getSizeOfDimension(inputShape, 2); in executeOperation() local 1515 calculateExplicitPadding(input_width, stride_width, filter_width, padding_implicit, in executeOperation()
|