Searched refs:float_mult (Results 1 – 3 of 3) sorted by relevance
122 static const float float_mult = 1.0f / 65535.0f; in yuv2plane1_float_u() local129 dest[i] = float_mult * (float)val_uint; in yuv2plane1_float_u()138 static const float float_mult = 1.0f / 65535.0f; in yuv2plane1_float_bswap_u() local145 dest[i] = av_bswap32(av_float2int(float_mult * (float)val_uint)); in yuv2plane1_float_bswap_u()
218 static const float float_mult = 1.0f / 65535.0f; in yuv2plane1_float_c_template() local225 dest[i] = float_mult * (float)val_uint; in yuv2plane1_float_c_template()234 static const float float_mult = 1.0f / 65535.0f; in yuv2plane1_float_bswap_c_template() local241 dest[i] = av_bswap32(av_float2int(float_mult * (float)val_uint)); in yuv2plane1_float_bswap_c_template()251 static const float float_mult = 1.0f / 65535.0f; in yuv2planeX_float_c_template() local261 dest[i] = float_mult * (float)val_uint; in yuv2planeX_float_c_template()271 static const float float_mult = 1.0f / 65535.0f; in yuv2planeX_float_bswap_c_template() local281 dest[i] = av_bswap32(av_float2int(float_mult * (float)val_uint)); in yuv2planeX_float_bswap_c_template()2341 static const float float_mult = 1.0f / 65535.0f; in yuv2gbrpf32_full_X_c() local2384 dest32[0][i] = av_float2int(float_mult * (float)(G >> 14)); in yuv2gbrpf32_full_X_c()[all …]
1198 static const float float_mult = 1.0f / 255.0f; in sws_init_context() local1570 c->uint2float_lut[i] = (float)i * float_mult; in sws_init_context()