Searched refs:gauss_luma_coeff (Results 1 – 5 of 5) sorted by relevance
90 …memcpy(pKernelCoeffV2->gauss_luma_coeff, pCalibdb->mode_cell[mode_idx].gauss_luma_coeff, sizeof(pK… in sharpV1_calibdb_to_calibdbV2()177 …(pCalibdb->mode_cell[mode_idx].gauss_luma_coeff, pKernelCoeffV2->gauss_luma_coeff, sizeof(pKernelC… in sharpV1_calibdbV2_to_calibdb()
101 float gauss_luma_coeff[9]; member
260 …if(pCalibdb->mode_cell[mode_idx].gauss_luma_coeff[RKSHAPRENHW_GAU_DIAM * RKSHAPRENHW_GAU_DIAM / 2]… in init_sharp_params_v1()261 p_gaus_luma_kernel = pCalibdb->mode_cell[mode_idx].gauss_luma_coeff; in init_sharp_params_v1()610 if(pKernel_coeff->gauss_luma_coeff[RKSHAPRENHW_GAU_DIAM * RKSHAPRENHW_GAU_DIAM / 2] != 0) { in init_sharp_params_v1_json()611 p_gaus_luma_kernel = pKernel_coeff->gauss_luma_coeff; in init_sharp_params_v1_json()
1695 float gauss_luma_coeff[9]; member
16320 int no = ParseFloatArray(pchild, sharp->mode_cell[index].gauss_luma_coeff, tag.Size()); in parseEntrySensorSharpModeCell()