Searched refs:CONV_FP (Results 1 – 1 of 1) sorted by relevance
29 #define CONV_FP(x) ((double) (x)) / (1 << 16) macro38 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()