Searched refs:av_cmp_sf (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavutil/tests/ |
H A D | softfloat.c | 109 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() 121 printf("av_cmp_sf failed at %d %d as %X\n", i, j, c); in main() 132 c = av_cmp_sf(sf2, sf1); in main() 134 printf("av_cmp_sf failed2 at %d %d as %X\n", i, j, c); in main()
|
/third_party/ffmpeg/libavutil/ |
H A D | softfloat.h | 138 static inline av_const int av_cmp_sf(SoftFloat a, SoftFloat b){ in av_cmp_sf() function
|
Completed in 2 milliseconds