HomeSort by relevance Sort by last modified time
    Searched refs:av_int2float (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
intfloat.h 40 static av_always_inline float av_int2float(uint32_t i) function
mathematics.h 55 #define NAN av_int2float(0x7fc00000)
58 #define INFINITY av_int2float(0x7f800000)

Completed in 469 milliseconds