CONV_FP            38 libavutil/display.c     scale[0] = hypot(CONV_FP(matrix[0]), CONV_FP(matrix[3]));
CONV_FP            39 libavutil/display.c     scale[1] = hypot(CONV_FP(matrix[1]), CONV_FP(matrix[4]));
CONV_FP            44 libavutil/display.c     rotation = atan2(CONV_FP(matrix[1]) / scale[1],
CONV_FP            45 libavutil/display.c                      CONV_FP(matrix[0]) / scale[0]) * 180 / M_PI;