Home
last modified time | relevance | path

Searched refs:float_mult (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libswscale/ppc/
Dswscale_altivec.c122 static const float float_mult = 1.0f / 65535.0f; in yuv2plane1_float_u() local
129 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() local
145 dest[i] = av_bswap32(av_float2int(float_mult * (float)val_uint)); in yuv2plane1_float_bswap_u()
/third_party/ffmpeg/libswscale/
Doutput.c218 static const float float_mult = 1.0f / 65535.0f; in yuv2plane1_float_c_template() local
225 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() local
241 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() local
261 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() local
281 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() local
2384 dest32[0][i] = av_float2int(float_mult * (float)(G >> 14)); in yuv2gbrpf32_full_X_c()
[all …]
Dutils.c1198 static const float float_mult = 1.0f / 255.0f; in sws_init_context() local
1570 c->uint2float_lut[i] = (float)i * float_mult; in sws_init_context()