Home
last modified time | relevance | path

Searched refs:input_height (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Camera2/jni/
Dtinyplanet.cc93 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/
Dtinyplanet.cc92 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/
DPooling.cpp84 int32_t input_height = getSizeOfDimension(inputShape, useNchw ? 2 : 1); in initialize() local
88 calculateExplicitPadding(input_height, stride_height, filter_height, padding_implicit, in initialize()
DDepthwiseConv2D.cpp95 int32_t input_height = getSizeOfDimension(inputShape, useNchw ? 2 : 1); in initialize() local
100 calculateExplicitPadding(input_height, stride_height, dilation_height_factor, in initialize()
DConv2D.cpp108 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/
DCpuExecutor.cpp1513 int32_t input_height = getSizeOfDimension(inputShape, 1); in executeOperation() local
1518 calculateExplicitPadding(input_height, stride_height, filter_height, in executeOperation()