Searched refs:gfcoef (Results 1 – 2 of 2) sorted by relevance
1451 void mfnr_gfcoef_fix(int rad, double *gfcoef, unsigned char* gfcoef_fix) in mfnr_gfcoef_fix() argument1465 … h[i * (rad * 2 + 1) + j] = FIX_FLOAT((double)gfcoef[src_i], F_DECI_PIXEL_SIGMA_CONV_WEIGHT, tmp); in mfnr_gfcoef_fix()
1330 void mfnr_gfcoef_fix_v1(int rad, double *gfcoef, unsigned char* gfcoef_fix) in mfnr_gfcoef_fix_v1() argument1344 …h[i * (rad * 2 + 1) + j] = MFNR_FIX_FLOAT_V1((double)gfcoef[src_i], F_DECI_PIXEL_SIGMA_CONV_WEIGHT… in mfnr_gfcoef_fix_v1()