PVA image pyramid parameters.
Definition at line 52 of file PyramidPVA_1.h.
Data Fields | |
dwProcessorType | processorType |
Processor type which determines on which processor the algorithm should be executed on. More... | |
uint32_t | vpuIndex |
VPU index which determines on which VPU the algorithm should be executed on. More... | |
uint32_t | imageWidth |
Input image width. More... | |
uint32_t | imageHeight |
Input image height. More... | |
uint32_t | levelCount |
Level cout of pyramid. More... | |
uint32_t dwPyramidPVAParams::imageHeight |
Input image height.
Definition at line 64 of file PyramidPVA_1.h.
uint32_t dwPyramidPVAParams::imageWidth |
Input image width.
Definition at line 62 of file PyramidPVA_1.h.
uint32_t dwPyramidPVAParams::levelCount |
Level cout of pyramid.
Definition at line 66 of file PyramidPVA_1.h.
dwProcessorType dwPyramidPVAParams::processorType |
Processor type which determines on which processor the algorithm should be executed on.
Valid options are DW_PROCESSOR_TYPE_PVA_0, DW_PROCESSOR_TYPE_PVA_1
Definition at line 58 of file PyramidPVA_1.h.
uint32_t dwPyramidPVAParams::vpuIndex |
VPU index which determines on which VPU the algorithm should be executed on.
Definition at line 60 of file PyramidPVA_1.h.