Searched refs:get_reconstruct_image (Results 1 – 2 of 2) sorted by relevance
95 SmartPtr<CLImage> get_reconstruct_image (uint32_t layer, bool is_uv);313 return _blender->get_reconstruct_image (_layer + 1, _is_uv); in get_input_reconstruct()319 return _blender->get_reconstruct_image (_layer, _is_uv); in get_output_reconstruct()373 return _blender->get_reconstruct_image (0, _is_uv); in get_output()
255 CLPyramidBlender::get_reconstruct_image (uint32_t layer, bool is_uv) in get_reconstruct_image() function in XCam::CLPyramidBlender1479 SmartPtr<CLImage> rec_image = _blender->get_reconstruct_image (0, _is_uv); in get_input_image()