Home
last modified time | relevance | path

Searched refs:OwniChCodes (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/iw/include/
H A Diw_owni.h74 } OwniChCodes; typedef
84 IW_DECL(OwniChCodes) owniChDescriptorToCode(IwiChDescriptor chDesc, int srcChannels, int dstChannel…
/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/iw/src/
H A Diw_image_op_swap_channels.c113 OwniChCodes chCode = owniChDescriptorToCode(chDesc, srcChannels, dstChannels); in llwiSwapChannels()
H A Diw_image_filter_box.c124 OwniChCodes chCode = owniChDescriptorToCode(chDesc, channels, channels); in llwiFilterBox()
H A Diw_image_transform_mirror.c198 OwniChCodes chCode = owniChDescriptorToCode(chDesc, channels, channels); in llwiMirror()
H A Diw_image_filter_gaussian.c398 OwniChCodes chCode; in llwiFilterGaussian_InitAlloc()
H A Diw_image_filter_morphology.c300 OwniChCodes chCode; in llwiFilterMorphology_InitAlloc()
H A Diw_image.c61 IW_DECL(OwniChCodes) owniChDescriptorToCode(IwiChDescriptor chDesc, int srcChannels, int dstChannel… in owniChDescriptorToCode()