Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dswscale_internal.h374 float uint2float_lut[256]; member
Dutils.c1698 c->uint2float_lut[i] = (float)i * float_mult; in sws_init_context()
Dswscale_unscaled.c1684 dstPtr[x] = c->uint2float_lut[srcPtr[x]]; in uint_y_to_float_y_wrapper()