Lines Matching refs:pyr_levels
73 uint32_t pyr_levels; member in XCam::SoftBlenderPriv::BlenderPrivConfig
86 : pyr_levels (level) in BlenderPrivConfig()
190 _priv_config->pyr_levels = num; in set_pyr_levels()
218 for (uint32_t i = 0; i < pyr_levels; ++i) { in stop()
328 XCAM_ASSERT (level < pyr_levels); in start_scaler()
386 XCAM_ASSERT (level < pyr_levels); in start_lap_task()
439 uint32_t last_level = pyr_levels - 1; in start_blend_task()
647 XCAM_ASSERT (_priv_config->pyr_levels <= XCAM_SOFT_PYRAMID_MAX_LEVEL); in configure_resource()
701 for (uint32_t i = 0; i < _priv_config->pyr_levels; ++i) { in configure_resource()
751 XCAM_ASSERT (level < _priv_config->pyr_levels); in gauss_scale_done()
763 if (next_level == _priv_config->pyr_levels) { // last level in gauss_scale_done()
787 XCAM_ASSERT (level < _priv_config->pyr_levels); in lap_done()
817 …_priv_config->start_reconstruct_task_by_gauss (param, args->out_buf, _priv_config->pyr_levels - 1); in blend_task_done()
836 XCAM_ASSERT (level < _priv_config->pyr_levels); in reconstruct_done()