Home
last modified time | relevance | path

Searched refs:PyramidLayer (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_pyramid_blender.cpp188 PyramidLayer::PyramidLayer () in PyramidLayer() function in XCam::PyramidLayer
284 const PyramidLayer &
312 PyramidLayer::bind_buf_to_layer0 ( in bind_buf_to_layer0()
372 PyramidLayer::init_layer0 (SmartPtr<CLContext> context, bool last_layer, bool need_uv, int mask_rad… in init_layer0()
426 PyramidLayer::build_cl_images (SmartPtr<CLContext> context, bool last_layer, bool need_uv) in build_cl_images()
485 PyramidLayer::copy_mask_from_y_to_uv (SmartPtr<CLContext> &context) in copy_mask_from_y_to_uv()
519 PyramidLayer &layer = _pyramid_layers[_layers - 1]; in last_layer_buffer_redirect()
534 const PyramidLayer &pyr_layer = get_pyramid_layer (layer); in dump_layer_mask()
555 SmartPtr<CLContext> context, PyramidLayer &prev, PyramidLayer &to, bool need_uv, in gauss_fill_mask()
649 const PyramidLayer &layer0 = get_pyramid_layer (0); in init_seam_buffers()
[all …]
Dcl_pyramid_blender.h47 struct PyramidLayer { struct
66 PyramidLayer (); argument
99 const PyramidLayer &get_pyramid_layer (uint32_t layer) const;
134 PyramidLayer _pyramid_layers[XCAM_CL_PYRAMID_MAX_LEVEL];