Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aldch/
H A Drk_aiq_ldch_generate_mesh.cpp133 ldchCtx->lut_h_size = hsize; in read_mesh_from_file()
136 ldchCtx->lut_h_size = hsize / 2; //word unit in read_mesh_from_file()
171 ldchCtx->lut_h_size = (ldchCtx->ldchParams.meshSizeW + 1) / 2; //word unit in aiqGenLdchMeshInit()
176 ldchCtx->lut_h_size, in aiqGenLdchMeshInit()
H A Drk_aiq_algo_aldch_v21_itf.cpp184 ldchCtx->lut_h_size = hsize; in update_custom_lut_from_external_buffer()
187 ldchCtx->lut_h_size = hsize / 2; //word unit in update_custom_lut_from_external_buffer()
566 ldchPreOut->ldch_result->base.lut_h_size = ldchCtx->lut_h_size; in processing()
585 ldchCtx->lut_h_size, in processing()
H A Drk_aiq_algo_aldch_itf.cpp271 ldchPreOut->ldch_result->lut_h_size = ldchCtx->lut_h_size; in processing()
H A Drk_aiq_types_aldch_algo_prvt.h101 uint32_t lut_h_size; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/aldch/
H A Drk_aiq_types_aldch_algo.h12 unsigned int lut_h_size; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.cpp2016 pLdchCfg->hsize = ldch_cfg.base.lut_h_size; in convertAiqAldchToIsp32Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp2912 pLdchCfg->hsize = ldch_cfg.lut_h_size; in convertAiqAldchToIsp20Params()