Home
last modified time | relevance | path

Searched refs:poly_coeff (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/xcore/interface/
Ddata_types.h78 float poly_coeff[XCAM_INTRINSIC_MAX_POLY_SIZE]; member
83 xcam_mem_clear (poly_coeff); in IntrinsicParameter()
/external/libxaac/decoder/
Dixheaacd_sbrdec_lpfuncs.c896 FLOAT32 poly_coeff[4]; in ixheaacd_pre_processing() local
917 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()
/external/libxcam/xcore/
Dsurview_fisheye_dewarp.cpp165 poly_sum += intrinsic_param.poly_coeff[i] * p; in cal_image_coord()
Dcalibration_parser.cpp75 intrinsic_param.poly_coeff[i] = (strtof(tok_str, NULL)); in parse_intrinsic_param()