Home
last modified time | relevance | path

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

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