Searched refs:input_height (Results 1 – 6 of 6) sorted by relevance
/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() 120 float py = (phi / PI_F) * input_height; in StereographicProjection() 124 py = wrap(py, input_height); in StereographicProjection()
|
/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() 119 float py = (phi / PI_F) * input_height; in StereographicProjection() 123 py = wrap(py, input_height); in StereographicProjection()
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Pooling.cpp | 84 int32_t input_height = getSizeOfDimension(inputShape, useNchw ? 2 : 1); in initialize() local 88 calculateExplicitPadding(input_height, stride_height, filter_height, padding_implicit, in initialize()
|
D | DepthwiseConv2D.cpp | 95 int32_t input_height = getSizeOfDimension(inputShape, useNchw ? 2 : 1); in initialize() local 100 calculateExplicitPadding(input_height, stride_height, dilation_height_factor, in initialize()
|
D | Conv2D.cpp | 108 int32_t input_height = getSizeOfDimension(inputShape, useNchw ? 2 : 1); in initialize() local 113 calculateExplicitPadding(input_height, stride_height, dilation_height_factor, in initialize()
|
/packages/modules/NeuralNetworks/common/ |
D | CpuExecutor.cpp | 1513 int32_t input_height = getSizeOfDimension(inputShape, 1); in executeOperation() local 1518 calculateExplicitPadding(input_height, stride_height, filter_height, in executeOperation()
|