Searched refs:spx_coord_mant (Results 1 – 1 of 1) sorted by relevance
898 int spx_coord_exp, spx_coord_mant; in spx_coordinates() local933 spx_coord_mant = get_bits(bc, 2); in spx_coordinates()934 if (spx_coord_exp == 15) spx_coord_mant <<= 1; in spx_coordinates()935 else spx_coord_mant += 4; in spx_coordinates()936 spx_coord_mant <<= (25 - spx_coord_exp - master_spx_coord); in spx_coordinates()940 accu = (int64_t)nblend * spx_coord_mant; in spx_coordinates()942 accu = (int64_t)sblend * spx_coord_mant; in spx_coordinates()945 spx_coord = spx_coord_mant * (1.0f / (1 << 23)); in spx_coordinates()