Searched refs:poly_coeff (Results 1 – 4 of 4) sorted by relevance
78 float poly_coeff[XCAM_INTRINSIC_MAX_POLY_SIZE]; member83 xcam_mem_clear (poly_coeff); in IntrinsicParameter()
896 FLOAT32 poly_coeff[4]; in ixheaacd_pre_processing() local917 ixheaacd_polyfit(num_bands, low_env, poly_coeff); in ixheaacd_pre_processing()919 a0 = poly_coeff[0]; in ixheaacd_pre_processing()920 a1 = poly_coeff[1]; in ixheaacd_pre_processing()921 a2 = poly_coeff[2]; in ixheaacd_pre_processing()922 a3 = poly_coeff[3]; in ixheaacd_pre_processing()
165 poly_sum += intrinsic_param.poly_coeff[i] * p; in cal_image_coord()
75 intrinsic_param.poly_coeff[i] = (strtof(tok_str, NULL)); in parse_intrinsic_param()