|
@@ -183,7 +183,7 @@ static inline size_t get_dst_position(const size_t w, const size_t h,
|
|
|
|
|
|
} else if (orient == 3) {
|
|
|
/*
|
|
|
- * Orientation 3: 180°
|
|
|
+ * Orientation 3: 180 degree
|
|
|
*
|
|
|
* 88 888888
|
|
|
* 88 -> 88
|
|
@@ -225,7 +225,7 @@ static inline size_t get_dst_position(const size_t w, const size_t h,
|
|
|
|
|
|
} else if (orient == 5) {
|
|
|
/*
|
|
|
- * Orientation 5: Flip Y + 90° CW
|
|
|
+ * Orientation 5: Flip Y + 90 degree CW
|
|
|
*
|
|
|
* 8888888888 888888
|
|
|
* 88 88 -> 88
|
|
@@ -246,7 +246,7 @@ static inline size_t get_dst_position(const size_t w, const size_t h,
|
|
|
|
|
|
} else if (orient == 6) {
|
|
|
/*
|
|
|
- * Orientation 6: 90° CW
|
|
|
+ * Orientation 6: 90 degree CW
|
|
|
*
|
|
|
* 88 888888
|
|
|
* 88 88 -> 88
|
|
@@ -267,7 +267,7 @@ static inline size_t get_dst_position(const size_t w, const size_t h,
|
|
|
|
|
|
} else if (orient == 7) {
|
|
|
/*
|
|
|
- * Orientation 7: Flip Y + 90° CCW
|
|
|
+ * Orientation 7: Flip Y + 90 degree CCW
|
|
|
*
|
|
|
* 88 888888
|
|
|
* 88 88 -> 88
|
|
@@ -288,7 +288,7 @@ static inline size_t get_dst_position(const size_t w, const size_t h,
|
|
|
|
|
|
} else if (orient == 8) {
|
|
|
/*
|
|
|
- * Orientation 8: 90° CCW
|
|
|
+ * Orientation 8: 90 degree CCW
|
|
|
*
|
|
|
* 8888888888 888888
|
|
|
* 88 88 -> 88
|