Home
last modified time | relevance | path

Searched refs:av_cmp_sf (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
Dsoftfloat.c109 i = av_cmp_sf(sf1, sf2); in main()
110 j = av_cmp_sf(sf2, sf1); in main()
119 c = av_cmp_sf(sf1, sf2); in main()
132 c = av_cmp_sf(sf2, sf1); in main()
/third_party/ffmpeg/libavutil/
Dsoftfloat.h138 static inline av_const int av_cmp_sf(SoftFloat a, SoftFloat b){ in av_cmp_sf() function