Searched refs:float (Results 1 – 1 of 1) sorted by relevance
17 float x_scale;18 float y_scale;20 static const float CLAMP_MIN = 0; constant21 static const float CLAMP_MAX = 255; constant27 static const float YUV2RGB[] = { constant53 x_scale = (float)yuv_width / out_width;54 y_scale = (float)yuv_height / out_height;