Home
last modified time | relevance | path

Searched refs:CONV_FP (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Ddisplay.c30 #define CONV_FP(x) ((double) (x)) / (1 << 16) macro
39 scale[0] = hypot(CONV_FP(matrix[0]), CONV_FP(matrix[3])); in av_display_rotation_get()
40 scale[1] = hypot(CONV_FP(matrix[1]), CONV_FP(matrix[4])); in av_display_rotation_get()
45 rotation = atan2(CONV_FP(matrix[1]) / scale[1], in av_display_rotation_get()
46 CONV_FP(matrix[0]) / scale[0]) * 180 / M_PI; in av_display_rotation_get()

Completed in 1 milliseconds