Lines Matching defs:scale
52 float scale;
265 scale = 1.f / s->scale;
274 r[j] = av_int2float(AV_RL32(s->bytestream+0)) * scale;
275 g[j] = av_int2float(AV_RL32(s->bytestream+4)) * scale;
276 b[j] = av_int2float(AV_RL32(s->bytestream+8)) * scale;
292 r[j] = av_int2float(AV_RB32(s->bytestream+0)) * scale;
293 g[j] = av_int2float(AV_RB32(s->bytestream+4)) * scale;
294 b[j] = av_int2float(AV_RB32(s->bytestream+8)) * scale;
306 scale = 1.f / s->scale;
318 s->offsettable)) * scale;
322 s->offsettable)) * scale;
326 s->offsettable)) * scale;
345 s->offsettable)) * scale;
349 s->offsettable)) * scale;
353 s->offsettable)) * scale;
367 scale = 1.f / s->scale;
372 g[j] = av_int2float(AV_RL32(s->bytestream)) * scale;
381 g[j] = av_int2float(AV_RB32(s->bytestream)) * scale;
390 scale = 1.f / s->scale;
398 s->offsettable)) * scale;
410 s->offsettable)) * scale;