Searched defs:poly_coeff (Results 1 - 2 of 2) sorted by relevance

/external/libxcam/xcore/interface/
H A Ddata_types.h78 float poly_coeff[XCAM_INTRINSIC_MAX_POLY_SIZE]; member in struct:XCam::IntrinsicParameter
83 xcam_mem_clear (poly_coeff);
/external/libxaac/decoder/
H A Dixheaacd_sbrdec_lpfuncs.c892 FLOAT32 poly_coeff[4]; local
913 ixheaacd_polyfit(num_bands, low_env, poly_coeff);
915 a0 = poly_coeff[0];
916 a1 = poly_coeff[1];
917 a2 = poly_coeff[2];
918 a3 = poly_coeff[3];

Completed in 174 milliseconds