Lines Matching refs:float_mult
218 static const float float_mult = 1.0f / 65535.0f;
225 dest[i] = float_mult * (float)val_uint;
234 static const float float_mult = 1.0f / 65535.0f;
241 dest[i] = av_bswap32(av_float2int(float_mult * (float)val_uint));
251 static const float float_mult = 1.0f / 65535.0f;
261 dest[i] = float_mult * (float)val_uint;
271 static const float float_mult = 1.0f / 65535.0f;
281 dest[i] = av_bswap32(av_float2int(float_mult * (float)val_uint));
2382 static const float float_mult = 1.0f / 65535.0f;
2425 dest32[0][i] = av_float2int(float_mult * (float)G);
2426 dest32[1][i] = av_float2int(float_mult * (float)B);
2427 dest32[2][i] = av_float2int(float_mult * (float)R);
2429 dest32[3][i] = av_float2int(float_mult * (float)(av_clip_uintp2(A, 30) >> 14));